| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ETCTextureTest.cpp | 44 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 76 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 119 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 163 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local 211 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| D | LocaleDistanceMapper.java | 232 private final LsrSpec supported; field in LocaleDistanceMapper.LanguageMatchRule 236 public LanguageMatchRule(LsrSpec desired, LsrSpec supported, int distance, boolean oneway) { in LanguageMatchRule() 245 "mismatched rule specifications in: %s, %s", desired, supported); in LanguageMatchRule() local 247 "wildcard mismatch for languages in: %s, %s", desired, supported); in LanguageMatchRule() local 249 "wildcard mismatch for scripts in: %s, %s", desired, supported); in LanguageMatchRule() local 251 "wildcard mismatch for languages in: %s, %s", desired, supported); in LanguageMatchRule() local
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
| 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 …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
| 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 1111 #define CheckFeature(requested, supported, feature) (requested->feature == VK_FALSE || supported.fe… argument 1118 T supported; in getSupportedFeatures() local 1128 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1140 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1148 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1166 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1219 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local 1226 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
|
| D | VkDeviceMemoryExternalHost.hpp | 26 bool supported = false; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
| D | cl_util.h | 60 const CLExtensionSet &supported = GetSupportedCLExtensions(); in IsCLExtensionSupported() local
|
| /third_party/icu/icu4c/source/common/ |
| D | servlkf.cpp | 62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local 73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local
|
| D | locdistance.cpp | 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local 259 BytesTrie &iter, uint64_t startState, const char *desired, const char *supported) { in getDesSuppScriptDistance() 285 char supported = *supportedPartitions++; in getRegionPartitionsDistance() local
|
| /third_party/node/deps/icu-small/source/common/ |
| D | servlkf.cpp | 62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local 73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local
|
| D | locdistance.cpp | 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local 259 BytesTrie &iter, uint64_t startState, const char *desired, const char *supported) { in getDesSuppScriptDistance() 285 char supported = *supportedPartitions++; in getRegionPartitionsDistance() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | servlkf.cpp | 62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local 73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local
|
| D | locdistance.cpp | 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local 259 BytesTrie &iter, uint64_t startState, const char *desired, const char *supported) { in getDesSuppScriptDistance() 285 char supported = *supportedPartitions++; in getRegionPartitionsDistance() local
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | testSpecVersion.py | 55 supported = elem.get('supported') variable
|
| D | indexExt.py | 71 supported = elem.get('supported') variable
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| 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()
|
| /third_party/skia/tests/ |
| D | BRDTest.cpp | 21 bool supported; in DEF_TEST() member
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | LocaleDistanceTest.java | 39 final ULocale supported; field in LocaleDistanceTest.Arguments 83 final ULocale supported = test.supported; in testTiming() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | LocaleDistanceTest.java | 42 final ULocale supported; field in LocaleDistanceTest.Arguments 86 final ULocale supported = test.supported; in testTiming() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| D | LocaleDistance.java | 233 public int testOnlyDistance(ULocale desired, ULocale supported, in testOnlyDistance() 263 LSR supported = supportedLSRs[slIndex]; in getBestIndexAndDistance() local 396 private boolean isMatch(LSR desired, LSR supported, in isMatch() 404 String desired, String supported) { in getDesSuppScriptDistance()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| D | LocaleDistance.java | 228 public int testOnlyDistance(ULocale desired, ULocale supported, in testOnlyDistance() 258 LSR supported = supportedLSRs[slIndex]; in getBestIndexAndDistance() local 391 private boolean isMatch(LSR desired, LSR supported, in isMatch() 399 String desired, String supported) { in getDesSuppScriptDistance()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | spirv_extensions.h | 53 bool supported[SPV_EXTENSIONS_COUNT]; member
|
| /third_party/gn/src/util/ |
| D | sys_info.cc | 48 bool supported = false; in IsLongPathsSupportEnabled() member
|
| /third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
| D | test_VIDIOC_ENUM_FRAMESIZES.c | 339 int supported = 0; in supported_pixel_format_type() local 366 int supported = 0; in supported_pixel_format() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fNegativeTextureApiTests.cpp | 75 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& acc… in getCompressedTexSubImage2DFormat()
|