/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fNegativeTextureApiTests.cpp | 151 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 186 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 210 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 250 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 263 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 293 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 308 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 323 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 338 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() 353 …getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compresse… in init() [all …]
|
H A D | es2fApiCase.hpp | 51 …void getSupportedExtensions(const uint32_t numSupportedValues, const uint32_t extension, std::vect…
|
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/ |
H A D | CameraExtensionCharacteristicsTest.java | 171 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testExtensionAvailability() 201 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testExtensionSizes() 221 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testIllegalArguments() 256 List<Integer> supportedExtensions = chars.getSupportedExtensions(); in testExtensionLatencyRanges() 287 List<Integer> supportedExtensions = chars.getSupportedExtensions(); in testExtensionRequestKeys() 325 List<Integer> supportedExtensions = chars.getSupportedExtensions(); in testExtensionResultKeys() 379 List<Integer> supportedExtensions = chars.getSupportedExtensions(); in testExtensionGetCharacteristics() 407 List<Integer> supportedExtensions = chars.getSupportedExtensions(); in testGetRequiredKeys() 447 List<Integer> supportedExtensions = chars.getSupportedExtensions(); in testGetUnsupportedCharacteristics()
|
H A D | CameraExtensionSessionTest.java | 184 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testBasicExtensionLifecycle() 233 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testCloseCaptureSession() 299 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testCloseExtensionSession() 360 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testGetDevice() 418 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testRepeatingCapture() 533 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testPostviewAndCapture() 770 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in test10bitRepeatingAndCaptureCombined() 1035 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testNightModeIndicatorSupportedWithNightModeCameraExtension() 1054 if (!extensionChars.getSupportedExtensions().contains( in testNightModeIndicatorSupportedOnCameraCaptureAndCameraExtensionSession() 1103 List<Integer> supportedExtensions = extensionChars.getSupportedExtensions(); in testMultiFrameCapture() [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/test/ |
H A D | DeviceTest.cpp | 90 ON_CALL(*mockDevice, getSupportedExtensions(_)) in createMockDevice() 108 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(testing::AnyNumber()); in createMockDevice() 262 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1).WillOnce(Invoke(ret)); in TEST() 275 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST() 290 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST() 499 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1); in TEST() 511 EXPECT_EQ(device->getSupportedExtensions(), device->getSupportedExtensions()); in TEST()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/test/ |
H A D | DeviceTest.cpp | 88 ON_CALL(*mockDevice, getSupportedExtensions(_)) in createMockDevice() 110 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(testing::AnyNumber()); in createMockDevice() 277 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1).WillOnce(Invoke(ret)); in TEST() 290 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST() 305 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST() 516 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1); in TEST() 528 EXPECT_EQ(device->getSupportedExtensions(), device->getSupportedExtensions()); in TEST()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
H A D | DeviceTest.cpp | 75 ON_CALL(*mockDevice, getSupportedExtensions(_)) in createMockDevice() 95 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(testing::AnyNumber()); in createMockDevice() 275 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST_P() 290 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST_P() 305 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)) in TEST_P() 487 EXPECT_CALL(*mockDevice, getSupportedExtensions(_)).Times(1); in TEST_P() 499 EXPECT_EQ(device->getSupportedExtensions(), device->getSupportedExtensions()); in TEST_P()
|
/aosp_15_r20/libcore/luni/src/test/java/tests/security/cert/ |
H A D | PKIXCertPathCheckerTest.java | 75 pc.getSupportedExtensions(); in testGetSupportedExtensions() 98 public Set<String> getSupportedExtensions() { in getSupportedExtensions() method in PKIXCertPathCheckerTest.MyPKIXCertPathChecker
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/src/ |
H A D | ResilientDevice.cpp | 79 auto extensions = device->getSupportedExtensions(); in create() 125 compare(&IDevice::getSupportedExtensions) || compare(&IDevice::getCapabilities)) { in recover() 154 const std::vector<nn::Extension>& ResilientDevice::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::utils::ResilientDevice
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/ |
D | BnDevice.h | 57 …::ndk::ScopedAStatus getSupportedExtensions(std::vector<::aidl::android::hardware::neuralnetworks:… in getSupportedExtensions() function 58 return _impl->getSupportedExtensions(_aidl_return); in getSupportedExtensions()
|
D | IDevice.h | 86 …virtual ::ndk::ScopedAStatus getSupportedExtensions(std::vector<::aidl::android::hardware::neuraln… 103 …::ndk::ScopedAStatus getSupportedExtensions(std::vector<::aidl::android::hardware::neuralnetworks:…
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/common/test/ |
H A D | ResilientDeviceTest.cpp | 68 ON_CALL(*mockDevice, getSupportedExtensions()).WillByDefault(getSupportedExtensions_ret); in createConfiguredMockDevice() 79 EXPECT_CALL(*mockDevice, getSupportedExtensions()).Times(testing::AnyNumber()); in createConfiguredMockDevice() 137 EXPECT_EQ(device->getSupportedExtensions(), kExtensions); in TEST() 635 EXPECT_CALL(*recoveredMockDevice, getSupportedExtensions()).Times(1).WillOnce(ret); in TEST()
|
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample/ |
D | LimitedSupportDevice.cpp | 168 const std::vector<Extension>& LimitedSupportDevice::getSupportedExtensions() const { in getSupportedExtensions() function in android::nn::sample::LimitedSupportDevice 169 return kDevice->getSupportedExtensions(); in getSupportedExtensions()
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
H A D | Device.cpp | 130 const auto ret = device->getSupportedExtensions(cb); in getSupportedExtensionsFrom() 202 const std::vector<nn::Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions() function in android::hardware::neuralnetworks::V1_2::utils::Device
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
H A D | Device.cpp | 95 const auto ret = device->getSupportedExtensions(&supportedExtensions); in getSupportedExtensionsFrom() 182 const std::vector<nn::Extension>& Device::getSupportedExtensions() const { in getSupportedExtensions() function in aidl::android::hardware::neuralnetworks::utils::Device
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
H A D | PKIXAttrCertChecker.java | 29 public abstract Set getSupportedExtensions(); in getSupportedExtensions() method in PKIXAttrCertChecker
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/ |
H A D | PKIXAttrCertChecker.java | 33 public abstract Set getSupportedExtensions(); in getSupportedExtensions() method in PKIXAttrCertChecker
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/ |
H A D | PKIXAttrCertChecker.java | 33 public abstract Set getSupportedExtensions(); in getSupportedExtensions() method in PKIXAttrCertChecker
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXCertPathChecker.java | 149 public abstract Set<String> getSupportedExtensions(); in getSupportedExtensions() method in PKIXCertPathChecker
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/11/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXCertPathChecker.java | 149 public abstract Set<String> getSupportedExtensions(); in getSupportedExtensions() method in PKIXCertPathChecker
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/ |
H A D | PKIXCertPathChecker.java | 149 public abstract Set<String> getSupportedExtensions(); in getSupportedExtensions() method in PKIXCertPathChecker
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ |
D | FibonacciDriver.h | 48 hardware::Return<void> getSupportedExtensions(getSupportedExtensions_cb cb) override;
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fApiCase.hpp | 51 …void getSupportedExtensions(const uint32_t numSupportedValues, const uint32_t extension, std::vect…
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/android/hardware/neuralnetworks/ |
D | IDevice.cpp | 104 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->getSupportedExtensions(&_aidl_return); in _aidl_android_hardware_neuralnetworks_IDevice_onTransact() 416 ::ndk::ScopedAStatus BpDevice::getSupportedExtensions(std::vector<::aidl::android::hardware::neural… in getSupportedExtensions() function in aidl::android::hardware::neuralnetworks::BpDevice 436 _aidl_status = IDevice::getDefaultImpl()->getSupportedExtensions(_aidl_return); in getSupportedExtensions() 886 ::ndk::ScopedAStatus IDeviceDefault::getSupportedExtensions(std::vector<::aidl::android::hardware::… in getSupportedExtensions() function in aidl::android::hardware::neuralnetworks::IDeviceDefault
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/ |
H A D | Device.cpp | 257 ndk::ScopedAStatus Device::getSupportedExtensions(std::vector<Extension>* extensions) { in getSupportedExtensions() function in aidl::android::hardware::neuralnetworks::adapter::Device 258 *extensions = utils::convert(kDevice->getSupportedExtensions()).value(); in getSupportedExtensions()
|