Home
last modified time | relevance | path

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

12345678910>>...12

/frameworks/base/libs/androidfw/tests/
DConfigLocale_test.cpp283 ResTable_config supported, requested; in TEST() local
285 fillIn(NULL, NULL, NULL, NULL, &supported); in TEST()
288 EXPECT_TRUE(supported.match(requested)); in TEST()
290 fillIn("en", "CA", NULL, NULL, &supported); in TEST()
293 EXPECT_FALSE(supported.match(requested)); in TEST()
295 fillIn("qaa", "FR", NULL, NULL, &supported); in TEST()
298 EXPECT_FALSE(supported.match(requested)); in TEST()
300 fillIn("qaa", "FR", "Latn", NULL, &supported); in TEST()
303 EXPECT_FALSE(supported.match(requested)); in TEST()
305 fillIn("qaa", "FR", NULL, NULL, &supported); in TEST()
[all …]
/frameworks/minikin/libs/minikin/
DFontLanguage.cpp141 int FontLanguage::calcScoreFor(const FontLanguages& supported) const { in calcScoreFor()
143 for (size_t i = 0; i < supported.size(); ++i) { in calcScoreFor()
144 if (isEqualScript(supported[i]) || in calcScoreFor()
145 supportsScript(supported[i].mSubScriptBits, mSubScriptBits)) { in calcScoreFor()
146 if (mLanguage == supported[i].mLanguage) { in calcScoreFor()
158 if (supportsScript(supported.getUnionOfSubScriptBits(), mSubScriptBits)) { in calcScoreFor()
161 return (mLanguage == supported[0].mLanguage && supported.isAllTheSameLanguage()) ? 2 : 1; in calcScoreFor()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp112 audio_channel_mask_t supported = mChannelMasks[i]; in checkCompatibleChannelMask() local
113 if (supported == channelMask) { in checkCompatibleChannelMask()
120 if (isRecordThread && supported != AUDIO_CHANNEL_NONE) { in checkCompatibleChannelMask()
136 const bool isSupportedIndex = (audio_channel_mask_get_representation(supported) in checkCompatibleChannelMask()
143 & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
146 (1 << audio_channel_count_from_in_mask(supported)) - 1 ; in checkCompatibleChannelMask()
153 equivalentBits & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
158 & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()
159 switch (supported) { in checkCompatibleChannelMask()
178 updatedChannelMask = supported; in checkCompatibleChannelMask()
/frameworks/base/core/java/com/android/internal/inputmethod/
DLocaleUtils.java51 private static byte calculateMatchingSubScore(@NonNull final ULocale supported, in calculateMatchingSubScore() argument
54 if (supported.equals(desired)) { in calculateMatchingSubScore()
60 final String supportedScript = supported.getScript(); in calculateMatchingSubScore()
66 final String supportedCountry = supported.getCountry(); in calculateMatchingSubScore()
92 private static boolean calculateMatchingScore(@NonNull final ULocale supported, in calculateMatchingScore() argument
103 if (!locale.getLanguage().equals(supported.getLanguage())) { in calculateMatchingScore()
108 supported, ULocale.addLikelySubtags(ULocale.forLocale(locale))); in calculateMatchingScore()
/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/base/docs/html/guide/topics/manifest/
Dsupports-gl-texture-element.jd37 <dd itemprop="description">Declares a single GL texture compression format that is supported by
47 supported texture compression format, specified as the value of a
64 <p>Applications and devices typically declare their supported GL texture
79 <dd>Specifies a single GL texture compression format supported by the application,
158 <li>Texture compression formats that are supported by the application &mdash;
159 an application declares its supported texture compression formats in
161 <li>Texture compression formats that are supported by the GPU on the device &mdash;
173 the service compares the texture compression formats supported by the application
174 with those supported by the user's device. The comparison is based on the format
177 <p>If <em>any</em> of an application's supported texture compression formats is
[all …]
/frameworks/base/docs/html/ndk/reference/
Ddeprecated.jd13 <dd>Not currently supported or used. </dd>
15 <dd>Not currently supported or used. </dd>
17 <dd>Blurring is no longer supported. </dd>
/frameworks/base/core/java/android/os/
DLocaleList.java303 private static int matchScore(Locale supported, Locale desired) { in matchScore() argument
304 if (supported.equals(desired)) { in matchScore()
307 if (!supported.getLanguage().equals(desired.getLanguage())) { in matchScore()
310 if (isPseudoLocale(supported) || isPseudoLocale(desired)) { in matchScore()
315 final String supportedScr = getLikelyScript(supported); in matchScore()
320 final String supportedRegion = supported.getCountry(); in matchScore()
/frameworks/wilhelm/src/itf/
DIBassBoost.c158 int32_t supported = 0; in IBassBoost_IsStrengthSupported()
165 &supported); in IBassBoost_IsStrengthSupported()
169 *pSupported = (SLboolean) (supported != 0); in IBassBoost_IsStrengthSupported()
DIVirtualizer.c160 int32_t supported = 0; in IVirtualizer_IsStrengthSupported()
167 VIRTUALIZER_PARAM_STRENGTH_SUPPORTED, &supported); in IVirtualizer_IsStrengthSupported()
171 *pSupported = (SLboolean) (supported != 0); in IVirtualizer_IsStrengthSupported()
/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.cmake10 |* This file enumerates all of the target architectures supported by *|
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.def10 |* 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
/frameworks/base/docs/html/guide/webapps/
Dmigrating.jd14 <li><a href="#TargetDensity">Viewport target-densitydpi no longer supported</a></li>
16 <li><a href="#MultiViewport">Multiple viewport tags not supported</a></li>
24 <li><a href="#Columns">NARROW_COLUMNS and SINGLE_COLUMN no longer supported</a></li>
60 <strong>not supported at all</strong> on Android 4.4, and there may be other behavioral differences
218 <h3 id="TargetDensity">Viewport target-densitydpi no longer supported</h3>
220 <p>Previously, {@link android.webkit.WebView} supported a viewport property called
222 property is no longer supported and you should migrate to using standard solutions with
237 <h3 id="MultiViewport">Multiple viewport tags not supported</h3>
249 the initial zoom level on a page have are no longer supported and you should instead define
252 <p class="caution"><strong>Caution:</strong> These APIs are not supported on Android 4.4 and higher
[all …]
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd56 <li>OpenGL ES 1.0 and 1.1 - This API specification is supported by Android 1.0 and higher.</li>
57 <li>OpenGL ES 2.0 - This API specification is supported by Android 2.2 (API level 8) and higher.
59 <li>OpenGL ES 3.0 - This API specification is supported by Android 4.3 (API level 18) and higher.
61 <li>OpenGL ES 3.1 - This API specification is supported by Android 5.0 (API level 21) and higher.
69 is supported at run time, see <a href="#version-check">Checking OpenGL ES Version</a>.
237 device supports it. For more information about checking the OpenGL ES version supported by a
477 <p>The OpenGL ES 1.0 and 1.1 API specifications have been supported since Android 1.0.
479 specification. OpenGL ES 2.0 is supported by most Android devices and is recommended for new
480 applications being developed with OpenGL. OpenGL ES 3.0 is supported with Android 4.3
510 <p class="caution"><strong>Caution:</strong> The ETC1 format is supported by most Android devices,
[all …]
/frameworks/compile/slang/tests/F_reduce_general_wrong_api/
Dstderr.txt.expect1 reduce_general_wrong_api.rs:5:12: error: reduction kernels are not supported in SDK levels 11-23
/frameworks/compile/slang/tests/F_v15_non_root_kernel/
Dstderr.txt.expect1 v15_non_root_kernel.rs:5:6: error: Non-root compute kernel foo() is not supported in SDK levels 11-…
/frameworks/base/libs/androidfw/
DLocaleData.cpp96 size_t findDistance(uint32_t supported, in findDistance() argument
103 supported, script, in findDistance()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp244 bool supported = PerfMeasurementContext::isMeasurementSupported(); in PerfMeasurement_nativeQuerySupport() local
246 return static_cast<jboolean>(supported); in PerfMeasurement_nativeQuerySupport()
/frameworks/base/libs/hwui/font/
DFontUtil.h35 #error TEXTURE_BORDER_SIZE other than 1 is not currently supported
/frameworks/base/docs/html-intl/intl/ru/preview/
Dj8-jack.jd9 <a href="#supported-features">Поддерживаемые API-интерфейсы и возможности языка Java 8</a>
40 <h2 id="supported-features">

12345678910>>...12