Home
last modified time | relevance | path

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

12

/frameworks/ml/nn/driver/sample/
DSampleDriverFull.cpp44 std::vector<bool> supported(count, true); in getSupportedOperations_1_2() local
47 std::vector<bool> supported; in getSupportedOperations_1_2() local
DSampleDriverMinimal.cpp64 std::vector<bool> supported(count); in getSupportedOperations_1_2() local
85 std::vector<bool> supported; in getSupportedOperations_1_2() local
DSampleDriverFloatSlow.cpp63 std::vector<bool> supported(count); in getSupportedOperations_1_2() local
73 std::vector<bool> supported; in getSupportedOperations_1_2() local
DSampleDriverFloatFast.cpp63 std::vector<bool> supported(count); in getSupportedOperations_1_2() local
73 std::vector<bool> supported; in getSupportedOperations_1_2() local
DSampleDriverQuant.cpp59 std::vector<bool> supported(count); in getSupportedOperations_1_2() local
69 std::vector<bool> supported; in getSupportedOperations_1_2() local
DSampleDriver.cpp97 std::vector<bool> supported; in getSupportedOperations() local
110 std::vector<bool> supported; in getSupportedOperations_1_1() local
/frameworks/base/core/java/android/net/util/
DKeepaliveUtils.java72 int supported; in getSupportedKeepalives() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DDetectTvSystemAudioModeSupportAction.java85 private void finishAction(boolean supported) { in finishAction()
DHdmiCecLocalDeviceAudioSystem.java1029 void onResult(boolean supported); in onResult()
1088 void setTvSystemAudioModeSupport(boolean supported) { in setTvSystemAudioModeSupport()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/deviceinfo/
DSimStatusImeiInfoPreferenceControllerTest.java108 private void setNetworkSupported(int networkType, boolean supported) { in setNetworkSupported()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationModeController.java316 final Boolean supported = isGestureNavSupportedByDefaultLauncher(mCurrentUserContext); in switchFromGestureNavModeIfNotSupportedByDefaultLauncher() local
341 final Boolean supported = isGestureNavSupportedByDefaultLauncher(mCurrentUserContext); in showNotificationIfDefaultLauncherSupportsGestureNav() local
/frameworks/ml/nn/runtime/
DVersionedInterfaces.cpp492 hidl_vec<bool> supported(model.operations.size()); in getSupportedOperations() local
501 const hidl_vec<bool>& supported = result.second; in getSupportedOperations() local
517 model, [&result](ErrorStatus error, const hidl_vec<bool>& supported) { in getSupportedOperations()
548 [&result](ErrorStatus error, const hidl_vec<bool>& supported) { in getSupportedOperations()
582 [&result](ErrorStatus error, const hidl_vec<bool>& supported) { in getSupportedOperations()
/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/test/
DTestIntrospectionControl.cpp79 std::vector<bool> supported(count); in getSupportedOperations_1_2() local
153 bool supported[kMaxNumberOperations] = {false}; in isSupportedOpListExpected() local
451 std::vector<bool> supported(model.operations.size(), true); in getSupportedOperations_1_2() local
454 std::vector<bool> supported; in getSupportedOperations_1_2() local
DTestExecution.cpp175 std::vector<bool> supported(model.operations.size(), true); in getSupportedOperations_1_2() local
178 std::vector<bool> supported; in getSupportedOperations_1_2() local
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciDriver.cpp191 std::vector<bool> supported(count); in getSupportedOperations_1_2() local
DFibonacciExtensionTest.cpp96 bool supported[kMaxNumberOperations] = {false}; in checkSupportedOperations() local
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java307 void setAttentionServiceSupported(boolean supported) { in setAttentionServiceSupported()
/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/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/libs/androidfw/
DLocaleData.cpp97 size_t findDistance(uint32_t supported, in findDistance()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp244 bool supported = PerfMeasurementContext::isMeasurementSupported(); in PerfMeasurement_nativeQuerySupport() local
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraDeviceUser.cpp262 bool supported = false; in isSessionConfigurationSupported() local
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp37 bool supported = false; in isDataSpaceValid() local

12