Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 132) sorted by relevance

123456

/frameworks/base/libs/androidfw/tests/
DConfigLocale_test.cpp370 ResTable_config supported, requested; in TEST() local
372 fillIn(NULL, NULL, NULL, NULL, &supported); in TEST()
375 EXPECT_TRUE(supported.match(requested)); in TEST()
377 fillIn("en", "CA", NULL, NULL, &supported); in TEST()
380 EXPECT_FALSE(supported.match(requested)); in TEST()
382 fillIn("tl", "PH", NULL, NULL, &supported); in TEST()
385 EXPECT_TRUE(supported.match(requested)); in TEST()
387 fillIn("qaa", "FR", NULL, NULL, &supported); in TEST()
390 EXPECT_FALSE(supported.match(requested)); in TEST()
392 fillIn("qaa", "FR", "Latn", NULL, &supported); in TEST()
[all …]
/frameworks/base/core/jni/
Dfilesystem_utils.h30 std::string supported; in IsFilesystemSupported() local
31 if (!android::base::ReadFileToString("/proc/filesystems", &supported)) { in IsFilesystemSupported()
35 return supported.find(fsType + "\n") != std::string::npos; in IsFilesystemSupported()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc25 "relocation type `%0' is not supported for symbol `%1'\nPlease report to "
27 "relocation type `%0' is not supported for symbol `%1'\nPlease report to "
64 "supported yet",
66 "supported yet")
69 "applying relocation `%0' for .debug_str is not supported. "
71 "applying relocation `%0' for .debug_str is not supported. "
DDiagLayouts.inc3 "Exception handling has not been fully supported yet.\nsection `%0'.",
4 "Exception handling has not been fully supported yet.\nsection `%0'.")
7 "Symbolic versioning has not been fully supported yet.\nsection `%0'.",
8 "Symbolic versioning has not been fully supported yet.\nsection `%0'")
/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp119 const auto& supported = hwc.getSupportedLayerGenericMetadata(); in TEST_F() local
120 EXPECT_EQ(2u, supported.size()); in TEST_F()
121 EXPECT_EQ(1u, supported.count(kMetadata1Name)); in TEST_F()
122 EXPECT_EQ(kMetadata1Mandatory, supported.find(kMetadata1Name)->second); in TEST_F()
123 EXPECT_EQ(1u, supported.count(kMetadata2Name)); in TEST_F()
124 EXPECT_EQ(kMetadata2Mandatory, supported.find(kMetadata2Name)->second); in TEST_F()
136 const auto& supported = hwc.getSupportedLayerGenericMetadata(); in TEST_F() local
137 EXPECT_EQ(0u, supported.size()); in TEST_F()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp231 for (const auto &supported : channelMasks) { in checkCompatibleChannelMask() local
232 if (supported == channelMask) { in checkCompatibleChannelMask()
239 if (isRecordThread && supported != AUDIO_CHANNEL_NONE) { in checkCompatibleChannelMask()
258 const bool isSupportedIndex = (audio_channel_mask_get_representation(supported) in checkCompatibleChannelMask()
260 const uint32_t supportedChannelCount = audio_channel_count_from_in_mask(supported); in checkCompatibleChannelMask()
266 & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
277 equivalentBits & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
282 & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
283 switch (supported) { in checkCompatibleChannelMask()
302 updatedChannelMask = supported; in checkCompatibleChannelMask()
/frameworks/base/services/core/java/com/android/server/hdmi/
DDetectTvSystemAudioModeSupportAction.java109 private void finishAction(boolean supported) { in finishAction() argument
110 mCallback.onResult(supported); in finishAction()
111 audioSystem().setTvSystemAudioModeSupport(supported); in finishAction()
/frameworks/native/services/vibratorservice/benchmarks/
DVibratorHalControllerBenchmarks.cpp302 std::vector<Effect> supported = effectsResult.value(); in DefaultArgs() local
305 if (supported.empty()) { in DefaultArgs()
311 if (std::find(supported.begin(), supported.end(), effect) == supported.end()) { in DefaultArgs()
415 std::vector<CompositePrimitive> supported = primitivesResult.value(); in DefaultArgs() local
418 if (supported.empty()) { in DefaultArgs()
424 if (std::find(supported.begin(), supported.end(), primitive) == supported.end()) { in DefaultArgs()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java273 public void setIsNavigationMessageCollectionSupported(boolean supported) { in setIsNavigationMessageCollectionSupported() argument
274 mIsNavigationMessageCollectionSupported = supported; in setIsNavigationMessageCollectionSupported()
277 public void setIsAntennaInfoListeningSupported(boolean supported) { in setIsAntennaInfoListeningSupported() argument
278 mIsAntennaInfoListeningSupported = supported; in setIsAntennaInfoListeningSupported()
281 public void setIsMeasurementSupported(boolean supported) { in setIsMeasurementSupported() argument
282 mIsMeasurementSupported = supported; in setIsMeasurementSupported()
285 public void setIsMeasurementCorrectionsSupported(boolean supported) { in setIsMeasurementCorrectionsSupported() argument
286 mIsMeasurementCorrectionsSupported = supported; in setIsMeasurementCorrectionsSupported()
293 public void setIsGeofencingSupported(boolean supported) { in setIsGeofencingSupported() argument
294 mIsGeofencingSupported = supported; in setIsGeofencingSupported()
[all …]
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DConfigurationInternal.java370 public Builder setTelephonyDetectionFeatureSupported(boolean supported) { in setTelephonyDetectionFeatureSupported() argument
371 mTelephonyDetectionSupported = supported; in setTelephonyDetectionFeatureSupported()
378 public Builder setGeoDetectionFeatureSupported(boolean supported) { in setGeoDetectionFeatureSupported() argument
379 mGeoDetectionSupported = supported; in setGeoDetectionFeatureSupported()
387 public Builder setTelephonyFallbackSupported(boolean supported) { in setTelephonyFallbackSupported() argument
388 mTelephonyFallbackSupported = supported; in setTelephonyFallbackSupported()
/frameworks/minikin/libs/minikin/
DLocale.cpp470 int Locale::calcScoreFor(const LocaleList& supported) const { in calcScoreFor()
475 for (size_t i = 0; i < supported.size(); ++i) { in calcScoreFor()
476 if (mEmojiStyle != EmojiStyle::EMPTY && mEmojiStyle == supported[i].mEmojiStyle) { in calcScoreFor()
478 if (mLanguage == supported[i].mLanguage) { in calcScoreFor()
482 if (isEqualScript(supported[i]) || in calcScoreFor()
483 supportsScript(supported[i].mSubScriptBits, mSubScriptBits)) { in calcScoreFor()
485 if (mLanguage == supported[i].mLanguage) { in calcScoreFor()
491 if (supportsScript(supported.getUnionOfSubScriptBits(), mSubScriptBits)) { in calcScoreFor()
493 if (mLanguage == supported[0].mLanguage && supported.isAllTheSameLocale()) { in calcScoreFor()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DLocaleUtils.java48 private static byte calculateMatchingSubScore(@NonNull final ULocale supported, in calculateMatchingSubScore() argument
51 if (supported.equals(desired)) { in calculateMatchingSubScore()
57 final String supportedScript = supported.getScript(); in calculateMatchingSubScore()
63 final String supportedCountry = supported.getCountry(); in calculateMatchingSubScore()
/frameworks/base/core/java/android/os/
DVibrator.java522 int[] supported = new int[effectIds.length]; in areEffectsSupported() local
524 supported[i] = info.isEffectSupported(effectIds[i]); in areEffectsSupported()
526 return supported; in areEffectsSupported()
593 boolean[] supported = new boolean[primitiveIds.length]; in arePrimitivesSupported()
595 supported[i] = info.isPrimitiveSupported(primitiveIds[i]); in arePrimitivesSupported()
597 return supported; in arePrimitivesSupported()
DLocaleList.java329 Locale supported, @SuppressLint("UseIcu") @NonNull Locale desired) { in matchesLanguageAndScript()
330 if (supported.equals(desired)) { in matchesLanguageAndScript()
333 if (!supported.getLanguage().equals(desired.getLanguage())) { in matchesLanguageAndScript()
336 if (isPseudoLocale(supported) || isPseudoLocale(desired)) { in matchesLanguageAndScript()
341 final String supportedScr = getLikelyScript(supported); in matchesLanguageAndScript()
346 final String supportedRegion = supported.getCountry(); in matchesLanguageAndScript()
/frameworks/compile/mclinker/include/mcld/Config/
DLinkers.def.in10 // This file enumerates all of the linkers supported by this build of MCLinker.
16 // The set of targets supported by MCLD is generated at configuration
DTargets.def.in10 |* This file enumerates all of the target architectures supported by *|
16 |* The set of targets supported by MCLD is generated at configuration *|
DLinkers.def.cmake10 // This file enumerates all of the linkers supported by this build of MCLinker.
16 // The set of targets supported by MCLD is generated at configuration
DTargets.def.cmake10 |* This file enumerates all of the target architectures supported by *|
16 |* The set of targets supported by MCLD is generated at configuration *|
DLinkers.def10 // This file enumerates all of the linkers supported by this build of MCLinker.
16 // The set of targets supported by MCLD is generated at configuration
DTargets.def10 |* This file enumerates all of the target architectures supported by *|
16 |* The set of targets supported by MCLD is generated at configuration *|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/capabilities/
DVideo.java41 public Video(boolean supported) { in Video() argument
42 mSupported = supported; in Video()
DAudio.java41 public Audio(boolean supported) { in Audio() argument
42 mSupported = supported; in Audio()
/frameworks/wilhelm/src/itf/
DIVirtualizer.cpp160 int32_t supported = 0; in IVirtualizer_IsStrengthSupported()
167 VIRTUALIZER_PARAM_STRENGTH_SUPPORTED, &supported); in IVirtualizer_IsStrengthSupported()
171 *pSupported = (SLboolean) (supported != 0); in IVirtualizer_IsStrengthSupported()
DIBassBoost.cpp158 int32_t supported = 0; in IBassBoost_IsStrengthSupported()
165 &supported); in IBassBoost_IsStrengthSupported()
169 *pSupported = (SLboolean) (supported != 0); in IBassBoost_IsStrengthSupported()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java64 public void updateSupportMultipleEnabledProfile(boolean supported) { in updateSupportMultipleEnabledProfile() argument
65 mIsSupportsMultipleEnabledProfiles = supported; in updateSupportMultipleEnabledProfile()
68 ((EuiccPort) port).updateSupportMultipleEnabledProfile(supported); in updateSupportMultipleEnabledProfile()

123456