Home
last modified time | relevance | path

Searched defs:supported (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/ml/nn/driver/sample/
DSampleDriverPartial.cpp42 std::vector<bool> supported = getSupportedOperationsImpl(model); in getSupportedOperations_1_3() local
45 std::vector<bool> supported; in getSupportedOperations_1_3() local
56 std::vector<bool> supported = getSupportedOperationsImpl(model); in prepareModel_1_3() local
DSampleDriverFull.cpp50 std::vector<bool> supported(count, true); in getSupportedOperations_1_3() local
53 std::vector<bool> supported; in getSupportedOperations_1_3() local
DSampleDriverMinimal.cpp67 std::vector<bool> supported(count); in getSupportedOperationsImpl() local
DSampleDriverFloatSlow.cpp67 std::vector<bool> supported(count); in getSupportedOperationsImpl() local
DSampleDriverFloatFast.cpp67 std::vector<bool> supported(count); in getSupportedOperationsImpl() local
DSampleDriverQuant.cpp67 std::vector<bool> supported(count); in getSupportedOperationsImpl() local
DSampleDriver.cpp124 [&](ErrorStatus status, const hidl_vec<bool>& supported) { in getSupportedOperations()
139 [&](ErrorStatus status, const hidl_vec<bool>& supported) { in getSupportedOperations_1_1()
154 [&](ErrorStatus status, const hidl_vec<bool>& supported) { in getSupportedOperations_1_2()
/frameworks/base/core/jni/
Dfilesystem_utils.h30 std::string supported; in IsFilesystemSupported() local
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp244 bool supported = PerfMeasurementContext::isMeasurementSupported(); in PerfMeasurement_nativeQuerySupport() local
/frameworks/base/core/java/android/net/util/
DKeepaliveUtils.java72 int supported; in getSupportedKeepalives() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp91 const auto& supported = hwc.getSupportedLayerGenericMetadata(); in TEST_F() local
110 const auto& supported = hwc.getSupportedLayerGenericMetadata(); in TEST_F() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DDetectTvSystemAudioModeSupportAction.java109 private void finishAction(boolean supported) { in finishAction()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
DSimStatusImeiInfoPreferenceControllerTest.java108 private void setNetworkSupported(int networkType, boolean supported) { in setNetworkSupported()
/frameworks/base/libs/androidfw/tests/
DConfigLocale_test.cpp370 ResTable_config supported, requested; in TEST() local
472 ResTable_config supported, requested; in TEST() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DLocaleUtils.java48 private static byte calculateMatchingSubScore(@NonNull final ULocale supported, in calculateMatchingSubScore()
/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp967 hidl_vec<bool> supported(model.main.operations.size()); in getSupportedOperations() local
976 const hidl_vec<bool>& supported = result.second; in getSupportedOperations() local
993 model, [&result](ErrorStatus error, const hidl_vec<bool>& supported) { in getSupportedOperations()
1023 [&result](V1_0::ErrorStatus error, const hidl_vec<bool>& supported) { in getSupportedOperations()
1056 [&result](V1_0::ErrorStatus error, const hidl_vec<bool>& supported) { in getSupportedOperations()
1089 [&result](V1_0::ErrorStatus error, const hidl_vec<bool>& supported) { in getSupportedOperations()
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp197 std::vector<bool> supported(count); in getSupportedOperations_1_3() local
DFibonacciExtensionTest.cpp98 bool supported[kMaxNumberOperations] = {false}; in checkSupportedOperations() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DKeepaliveTracker.java275 final int supported = KeepaliveUtils.getSupportedKeepalivesForNetworkCapabilities( in checkPermission() local
306 final int supported = KeepaliveUtils.getSupportedKeepalivesForNetworkCapabilities( in checkLimit() local
/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp90 std::vector<bool> supported(count); in getSupportedOperations_1_3() local
168 bool supported[kMaxNumberOperations] = {false}; in isSupportedOpListExpected() local
674 std::vector<bool> supported(model.main.operations.size(), true); in getSupportedOperations_1_3() local
685 std::vector<bool> supported(model.operations.size(), true); in getSupportedOperations_1_2() local
688 std::vector<bool> supported; in getSupportedOperations_1_2() local
DTestFailingDriver.cpp63 std::vector<bool> supported(model.main.operations.size()); in getSupportedOperationsImpl() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DSppConstants.java85 sErrorStrings.put(SppError.VERSION_NOT_SUPPORTED, "SPP version not supported"); in sErrorStrings.put()
86 sErrorStrings.put(SppError.MOS_NOT_SUPPORTED, "One or more mandatory MOs not supported"); in sErrorStrings.put()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java415 void setAttentionServiceSupported(boolean supported) { in setAttentionServiceSupported()
/frameworks/base/libs/androidfw/
DLocaleData.cpp97 size_t findDistance(uint32_t supported, in findDistance()
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraDeviceUser.cpp263 bool supported = false; in isSessionConfigurationSupported() local

123