/aosp_15_r20/external/armnn/src/backends/reference/ |
H A D | RefLayerSupport.cpp | 204 bool supported = true; in IsLayerSupported() local 543 bool supported = true; in IsActivationSupported() local 610 bool supported = true; in IsAdditionSupported() local 664 bool supported = true; in IsArgMinMaxSupported() local 691 bool supported = true; in IsBatchMatMulSupported() local 739 bool supported = true; in IsBatchNormalizationSupported() local 772 bool supported = true; in IsBatchToSpaceNdSupported() local 829 bool supported = true; in IsCastSupported() local 849 bool supported = true; in IsChannelShuffleSupported() local 893 bool supported = true; in IsComparisonSupported() local [all …]
|
/aosp_15_r20/external/armnn/src/backends/tosaReference/test/ |
H A D | TosaRefLayerSupportTests.cpp | 32 auto supported = supportChecker.IsLayerSupported(LayerType::Addition, variable 54 auto supported = supportChecker.IsLayerSupported(LayerType::Addition, variable 80 auto supported = supportChecker.IsLayerSupported(LayerType::Concat, variable 106 auto supported = supportChecker.IsLayerSupported(LayerType::Concat, variable 122 auto supported = supportChecker.IsLayerSupported(LayerType::Constant, variable 138 auto supported = supportChecker.IsLayerSupported(LayerType::Constant, variable 160 auto supported = supportChecker.IsLayerSupported(LayerType::Convolution2d, variable 183 auto supported = supportChecker.IsLayerSupported(LayerType::Convolution2d, variable 205 auto supported = supportChecker.IsLayerSupported(armnn::LayerType::Multiplication, variable 227 auto supported = supportChecker.IsLayerSupported(armnn::LayerType::Multiplication, variable [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A D | test_feature_macro.cpp | 187 cl_bool& supported) in feature_macro_verify_results() 210 cl_bool& supported) in test_feature_macro_atomic_order_acq_rel() 238 cl_bool& supported) in test_feature_macro_atomic_order_seq_cst() 267 cl_bool& supported) in test_feature_macro_atomic_scope_device() 294 cl_bool& supported) in test_feature_macro_atomic_scope_all_devices() 321 cl_bool& supported) in test_feature_macro_3d_image_writes() 347 cl_bool& supported) in test_feature_macro_device_enqueue() 376 cl_bool& supported) in test_feature_macro_generic_address_space() 401 std::string test_macro_name, cl_bool& supported) in test_feature_macro_pipes() 427 cl_bool& supported) in test_feature_macro_program_scope_global_variables() [all …]
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 1527 #define CheckFeature(requested, supported, feature) (requested->feature == VK_FALSE || supported.fe… argument 1534 T supported; in getSupportedFeatures() local 1544 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1556 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1564 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1582 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1635 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1656 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1663 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1670 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 112 final List<String> supported; field in LocaleDistanceBuilder.Rule 116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() 202 private int getDistance(String desired, String supported, in getDistance() 242 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() 260 private DistanceTable getNode(String desired, String supported) { in getNode() 272 String desired, String supported, in addSubtables() 421 String supported = suppNode.getKey(); in toTrie() local 527 List<String> supported = new ArrayList<>(bar.splitToList(tuple[1])); in build() local 567 List<String> supported = rule.supported; in build() local 615 private static int checkStars(String desired, String supported, boolean allStars) { in checkStars() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 115 final List<String> supported; field in LocaleDistanceBuilder.Rule 119 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() 205 private int getDistance(String desired, String supported, in getDistance() 245 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() 263 private DistanceTable getNode(String desired, String supported) { in getNode() 275 String desired, String supported, in addSubtables() 424 String supported = suppNode.getKey(); in toTrie() local 530 List<String> supported = new ArrayList<>(bar.splitToList(tuple[1])); in build() local 570 List<String> supported = rule.supported; in build() local 618 private static int checkStars(String desired, String supported, boolean allStars) { in checkStars() [all …]
|
/aosp_15_r20/hardware/interfaces/power/aidl/vts/ |
H A D | VtsHalPowerTargetTest.cpp | 240 bool supported; in TEST_P() local 244 bool supported; in TEST_P() local 266 bool supported; in TEST_P() local 270 bool supported; in TEST_P() local 346 bool supported; in TEST_P() local 357 bool supported; in TEST_P() local 362 bool supported; in TEST_P() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/util/ |
H A D | LocaleMatcher.java | 139 ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) { in match() 300 Set<String> supported = desiredToMatchingLanguages.getValue(); in processMapping() local 499 String supported, in addDataToScores() 600 LocalePatternMatcher supported = item.get1(); in getMatchingLanguages() local 713 private LanguageMatcherData addDistance(String desired, String supported, int percent) { in addDistance() 723 String desired, String supported, int percent, String comment) { in addDistance() 733 String desired, String supported, int percent, boolean oneway) { in addDistance() 738 String desired, String supported, int percent, boolean oneway, String comment) { in addDistance()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
H A D | XLocaleDistance.java | 376 String supported, in getDistance() 412 DistanceNode addSubtable(String desired, String supported, int distance) { in addSubtable() 428 private DistanceNode getNode(String desired, String supported) { in getNode() 437 public void addSubtables(String desired, String supported, Predicate<DistanceNode> action) { in addSubtables() 674 ULocale desired, ULocale supported, int threshold, DistanceOption distanceOption) { in distance() 690 LSR desired, LSR supported, int threshold, DistanceOption distanceOption) { in distanceRaw() 872 sorted[size - 1].add(Row.of(desired, supported, distance, oneway)); in Row.of() argument 882 add(defaultDistanceTable, desired, supported, distance); in add() argument 884 add(defaultDistanceTable, supported, desired, distance); in add() argument 886 printMatchXml(desired, supported, distance, oneway); in printMatchXml() argument [all …]
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | LocaleDistanceMapper.java | 245 private final LsrSpec supported; field in LocaleDistanceMapper.LanguageMatchRule 249 public LanguageMatchRule(LsrSpec desired, LsrSpec supported, int distance, boolean oneway) { in LanguageMatchRule() 258 "mismatched rule specifications in: %s, %s", desired, supported); in LanguageMatchRule() local 260 "wildcard mismatch for languages in: %s, %s", desired, supported); in LanguageMatchRule() local 262 "wildcard mismatch for scripts in: %s, %s", desired, supported); in LanguageMatchRule() local 264 "wildcard mismatch for languages in: %s, %s", desired, supported); in LanguageMatchRule() local
|
/aosp_15_r20/hardware/interfaces/vibrator/aidl/vts/ |
H A D | VtsHalVibratorTargetTest.cpp | 299 std::vector<Effect> supported; in TEST_P() local 329 std::vector<Effect> supported; in TEST_P() local 588 std::vector<CompositePrimitive> supported; in TEST_P() local 605 std::vector<CompositePrimitive> supported; in TEST_P() local 633 std::vector<CompositePrimitive> supported; in TEST_P() local 668 std::vector<CompositePrimitive> supported; in TEST_P() local 779 std::vector<CompositePrimitive> supported; in TEST_P() local 826 std::vector<Effect> supported; in TEST_P() local 918 std::vector<Braking> supported; in TEST_P() local 934 std::vector<Braking> supported; in TEST_P() local [all …]
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowBluetoothAdapter.java | 139 public void setLeAudioSupported(int supported) { in setLeAudioSupported() 149 public static void setIsBluetoothSupported(boolean supported) { in setIsBluetoothSupported() 157 public void setDistanceMeasurementSupported(int supported) { in setDistanceMeasurementSupported() 519 public void setIsMultipleAdvertisementSupported(boolean supported) { in setIsMultipleAdvertisementSupported() 649 public void setIsLeExtendedAdvertisingSupported(boolean supported) { in setIsLeExtendedAdvertisingSupported() 660 public void setIsLeCodedPhySupported(boolean supported) { in setIsLeCodedPhySupported() 671 public void setIsLe2MPhySupported(boolean supported) { in setIsLe2MPhySupported()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiPortInfo.java | 305 public Builder setCecSupported(boolean supported) { in setCecSupported() 314 public Builder setArcSupported(boolean supported) { in setArcSupported() 323 public Builder setEarcSupported(boolean supported) { in setEarcSupported() 332 public Builder setMhlSupported(boolean supported) { in setMhlSupported()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ETCTextureTest.cpp | 46 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 78 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 171 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 215 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 263 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
|
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/ |
D | CameraSettings.java | 100 List<Size> supported = parameters.getSupportedPictureSizes(); in initialCameraPictureSize() local 121 String candidate, List<Size> supported, Parameters parameters) { in setCameraPictureSize() 253 ListPreference pref, List<String> supported) { in filterUnsupportedOptions() 456 ArrayList<String> supported = new ArrayList<String>(); in getSupportedVideoQuality() local 481 ArrayList<String> supported = new ArrayList<String>(); in initVideoEffect() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/ |
D | SampleDriverPartial.cpp | 39 std::vector<bool> supported = getSupportedOperationsImpl(model); in getSupportedOperations_1_3() local 42 std::vector<bool> supported; in getSupportedOperations_1_3() local 53 std::vector<bool> supported = getSupportedOperationsImpl(model); in prepareModel_1_3() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
H A D | LocaleMatcher.java | 199 Locale desired, Locale supported, in Result() 553 public Builder setMaxDistance(Locale desired, Locale supported) { in setMaxDistance() 581 public Builder setMaxDistance(ULocale desired, ULocale supported) { in setMaxDistance() 1099 public boolean isMatch(Locale desired, Locale supported) { in isMatch() 1117 public boolean isMatch(ULocale desired, ULocale supported) { in isMatch() 1143 …public double match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) { in match()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | LocaleMatcher.java | 188 Locale desired, Locale supported, in Result() 521 public Builder setMaxDistance(Locale desired, Locale supported) { in setMaxDistance() 548 public Builder setMaxDistance(ULocale desired, ULocale supported) { in setMaxDistance() 1051 public boolean isMatch(Locale desired, Locale supported) { in isMatch() 1068 public boolean isMatch(ULocale desired, ULocale supported) { in isMatch() 1094 …public double match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) { in match()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeNotifyPayload.java | 244 NOTIFY_TYPE_TO_STRING.put(NOTIFY_TYPE_IPCOMP_SUPPORTED, "IPCOMP supported"); in NOTIFY_TYPE_TO_STRING.put() 252 NOTIFY_TYPE_ESP_TFC_PADDING_NOT_SUPPORTED, "ESP TFC Padding not supported"); in NOTIFY_TYPE_TO_STRING.put() 253 NOTIFY_TYPE_TO_STRING.put(NOTIFY_TYPE_MOBIKE_SUPPORTED, "MOBIKE supported"); in NOTIFY_TYPE_TO_STRING.put() 259 NOTIFY_TYPE_IKEV2_FRAGMENTATION_SUPPORTED, "Fragmentation supported"); in NOTIFY_TYPE_TO_STRING.put() 261 NOTIFY_TYPE_SIGNATURE_HASH_ALGORITHMS, "Generic Digital Signatures supported"); in NOTIFY_TYPE_TO_STRING.put()
|
/aosp_15_r20/external/android-nn-driver/test/ |
H A D | GenericLayerTests.cpp | 24 std::vector<bool> supported; variable 171 std::vector<bool> supported; variable 255 std::vector<bool> supported; variable
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/ |
H A D | policy.h | 45 #define ENGINE_MUST_MASK(supported) (supported & 0x02) argument 46 #define ENGINE_SUPPORT_MASK(supported) (supported & 0x3) argument 47 #define ENGINE_MUST(supported) (supported << 1) argument
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
H A D | FakeGnssHal.java | 273 public void setIsNavigationMessageCollectionSupported(boolean supported) { in setIsNavigationMessageCollectionSupported() 277 public void setIsAntennaInfoListeningSupported(boolean supported) { in setIsAntennaInfoListeningSupported() 281 public void setIsMeasurementSupported(boolean supported) { in setIsMeasurementSupported() 285 public void setIsMeasurementCorrectionsSupported(boolean supported) { in setIsMeasurementCorrectionsSupported() 293 public void setIsGeofencingSupported(boolean supported) { in setIsGeofencingSupported() 301 public void setIsVisibilityControlSupported(boolean supported) { in setIsVisibilityControlSupported()
|
/aosp_15_r20/system/keymaster/android_keymaster/ |
H A D | operation.cpp | 23 bool OperationFactory::supported(keymaster_padding_t padding) const { in supported() function in keymaster::OperationFactory 31 bool OperationFactory::supported(keymaster_block_mode_t block_mode) const { in supported() function in keymaster::OperationFactory 39 bool OperationFactory::supported(keymaster_digest_t digest) const { in supported() function in keymaster::OperationFactory
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/vts/functional/ |
H A D | VtsHalCanControllerV1_0TargetTest.cpp | 111 const auto supported = getSupportedInterfaceTypes(); in isSupported() local 175 const auto supported = getSupportedInterfaceTypes(); in TEST_P() local 322 auto supported = in TEST_P() local 338 auto supported = up(InterfaceType::SLCAN, name, "", ICanController::Result::BAD_INTERFACE_ID); in TEST_P() local
|
/aosp_15_r20/hardware/interfaces/vibrator/bench/ |
H A D | benchmark.cpp | 144 bool supported = true; in performBench() local 613 std::vector<Aidl::Effect> supported; in isEffectSupported() local 619 std::vector<Aidl::Effect> supported; in isAlwaysOnEffectSupported() local 741 std::vector<Aidl::CompositePrimitive> supported; in isPrimitiveSupported() local
|