Home
last modified time | relevance | path

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

12345678910>>...172

/third_party/skia/tests/sksl/runtime_errors/
DES3Types.skvm3 error: 1: type 'float2x3' is not supported
4 error: 2: type 'float2x4' is not supported
5 error: 3: type 'float3x2' is not supported
6 error: 4: type 'float3x4' is not supported
7 error: 5: type 'float4x2' is not supported
8 error: 6: type 'float4x3' is not supported
9 error: 8: type 'half2x3' is not supported
10 error: 9: type 'half2x4' is not supported
11 error: 10: type 'half3x2' is not supported
12 error: 11: type 'half3x4' is not supported
[all …]
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtesthaptic.c49 unsigned int supported; in main() local
115 supported = SDL_HapticQuery(haptic); in main()
119 if (supported & SDL_HAPTIC_SINE) { in main()
136 if (supported & SDL_HAPTIC_SAWTOOTHUP) { in main()
153 if (supported & SDL_HAPTIC_CONSTANT) { in main()
171 if (supported & SDL_HAPTIC_SPRING) { in main()
190 if (supported & SDL_HAPTIC_DAMPER) { in main()
208 if (supported & SDL_HAPTIC_INERTIA) { in main()
227 if (supported & SDL_HAPTIC_FRICTION) { in main()
246 if (supported & SDL_HAPTIC_RAMP) { in main()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/util/data/
DlocaleMatcherTest.txt11 # @supported=<comma-separated supported languages>
18 # - match is the expected best supported language
32 @supported=es-419, es-ES
34 @supported=es-ES, es-419
37 @supported=es-419, es
39 @supported=es, es-419
42 @supported=es-MX, es
44 @supported=es, es-MX
49 @supported=en-GB, en-US
51 @supported=en-US, en-GB
[all …]
/third_party/icu/icu4c/source/test/testdata/
DlocaleMatcherTest.txt11 # @supported=<comma-separated supported languages>
18 # - match is the expected best supported language
32 @supported=es-419, es-ES
34 @supported=es-ES, es-419
37 @supported=es-419, es
39 @supported=es, es-419
42 @supported=es-MX, es
44 @supported=es, es-MX
49 @supported=en-GB, en-US
51 @supported=en-US, en-GB
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp1111 #define CheckFeature(requested, supported, feature) (requested->feature == VK_FALSE || supported.fe… argument
1118 T supported; in getSupportedFeatures() local
1119 supported.sType = requested->sType; in getSupportedFeatures()
1120 supported.pNext = nullptr; in getSupportedFeatures()
1121 features.pNext = &supported; in getSupportedFeatures()
1123 return supported; in getSupportedFeatures()
1128 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
1130 return CheckFeature(requested, supported, rectangularLines) && in hasExtendedFeatures()
1131 CheckFeature(requested, supported, bresenhamLines) && in hasExtendedFeatures()
1132 CheckFeature(requested, supported, smoothLines) && in hasExtendedFeatures()
[all …]
/third_party/json/doc/mkdocs/docs/features/binary_formats/
Dindex.md18 … | incomplete: top-level value must be an object | incomplete, but all JSON types are supported |
19 … | complete | incomplete, but all JSON types are supported |
27 | BSON | supported | supported |
28 | CBOR | supported | not supported |
29 | MessagePack | supported | supported |
30 | UBJSON | not supported | not supported |
/third_party/icu/icu4c/source/common/
Dlocdistance.cpp125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local
133 distance = trieNext(iter, supported.language, true); in getBestIndexAndDistance()
144 if (uprv_strcmp(desired.language, supported.language) == 0) { in getBestIndexAndDistance()
174 if (uprv_strcmp(desired.script, supported.script) == 0) { in getBestIndexAndDistance()
181 desired.script, supported.script); in getBestIndexAndDistance()
190 if (uprv_strcmp(desired.region, supported.region) == 0) { in getBestIndexAndDistance()
208 partitionsForRegion(supported), in getBestIndexAndDistance()
215 shiftedDistance |= (desired.flags ^ supported.flags); in getBestIndexAndDistance()
219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
[all …]
Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local
63 if (supported) { in handlesKey()
66 return supported->get(id) != NULL; in handlesKey()
73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local
74 if (supported) { in updateVisibleIDs()
78 while ((elem = supported->nextElement(pos)) != NULL) { in updateVisibleIDs()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local
133 distance = trieNext(iter, supported.language, true); in getBestIndexAndDistance()
144 if (uprv_strcmp(desired.language, supported.language) == 0) { in getBestIndexAndDistance()
174 if (uprv_strcmp(desired.script, supported.script) == 0) { in getBestIndexAndDistance()
181 desired.script, supported.script); in getBestIndexAndDistance()
190 if (uprv_strcmp(desired.region, supported.region) == 0) { in getBestIndexAndDistance()
208 partitionsForRegion(supported), in getBestIndexAndDistance()
215 shiftedDistance |= (desired.flags ^ supported.flags); in getBestIndexAndDistance()
219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
[all …]
Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local
63 if (supported) { in handlesKey()
66 return supported->get(id) != NULL; in handlesKey()
73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local
74 if (supported) { in updateVisibleIDs()
78 while ((elem = supported->nextElement(pos)) != NULL) { in updateVisibleIDs()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() local
133 distance = trieNext(iter, supported.language, true); in getBestIndexAndDistance()
144 if (uprv_strcmp(desired.language, supported.language) == 0) { in getBestIndexAndDistance()
174 if (uprv_strcmp(desired.script, supported.script) == 0) { in getBestIndexAndDistance()
181 desired.script, supported.script); in getBestIndexAndDistance()
190 if (uprv_strcmp(desired.region, supported.region) == 0) { in getBestIndexAndDistance()
208 partitionsForRegion(supported), in getBestIndexAndDistance()
215 shiftedDistance |= (desired.flags ^ supported.flags); in getBestIndexAndDistance()
219 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
232 isMatch(supported, desired, shiftedThreshold, favorSubtag)) { in getBestIndexAndDistance()
[all …]
Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local
63 if (supported) { in handlesKey()
66 return supported->get(id) != NULL; in handlesKey()
73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local
74 if (supported) { in updateVisibleIDs()
78 while ((elem = supported->nextElement(pos)) != NULL) { in updateVisibleIDs()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DETCTextureTest.cpp44 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
51 if (supported) in TEST_P()
76 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
88 if (supported) in TEST_P()
119 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
131 if (supported) in TEST_P()
163 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
176 if (supported) in TEST_P()
211 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
224 if (supported) in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DETCTextureTest.cpp44 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
51 if (supported) in TEST_P()
76 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
88 if (supported) in TEST_P()
119 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
131 if (supported) in TEST_P()
163 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
176 if (supported) in TEST_P()
211 bool supported = IsGLExtensionEnabled("GL_ANGLE_lossy_etc_decode"); in TEST_P() local
224 if (supported) in TEST_P()
/third_party/curl/docs/cmdline-opts/
Dversion.d33 GSS-API is supported.
47 Kerberos V5 authentication is supported.
52 supported.
56 NTLM authentication is supported.
58 NTLM delegation to winbind helper is supported.
63 SPNEGO authentication is supported.
65 SSL versions of various protocols are supported, such as HTTPS, FTPS, POP3S
68 SSPI is supported.
70 SRP (Secure Remote Password) authentication is supported for TLS.
72 Debug memory tracking is supported.
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java112 final List<String> supported; field in LocaleDistanceBuilder.Rule
116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() argument
118 this.supported = supported; in Rule()
202 private int getDistance(String desired, String supported, in getDistance() argument
210 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance()
215 value = sub2.get(supported); in getDistance()
225 int result = starEquals && star && desired.equals(supported) ? 0 : value.nodeDistance; in getDistance()
242 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() argument
247 DistanceTable oldNode = sub2.get(supported); in addSubtable()
253 sub2.put(supported, newNode); in addSubtable()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def18 // LC_SYMSEG is obsolete and no longer supported.
22 // LC_LOADFVMLIB is obsolete and no longer supported.
24 // LC_IDFVMLIB is obsolete and no longer supported.
26 // LC_IDENT is obsolete and no longer supported.
28 // LC_FVMFILE is obsolete and no longer supported.
30 // LC_PREPAGE is obsolete and no longer supported.
37 // LC_PREBOUND_DYLIB is obsolete and no longer supported.
44 // LC_TWOLEVEL_HINTS is obsolete and no longer supported.
46 // LC_PREBIND_CKSUM is obsolete and no longer supported.
48 // LC_LOAD_WEAK_DYLIB is obsolete and no longer supported.
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleDistanceTest.java42 final ULocale supported; field in LocaleDistanceTest.Arguments
48 this.supported = new ULocale.Builder().setLanguageTag(args.get(1)).build(); in Arguments()
86 final ULocale supported = test.supported; in testTiming() local
92 final ULocale supportedMax = ULocale.addLikelySubtags(supported); in testTiming()
106 … int dist1 = localeDistance.testOnlyDistance(desired, supported, 1000, FavorSubtag.LANGUAGE); in testTiming()
107 … int dist2 = localeDistance.testOnlyDistance(supported, desired, 1000, FavorSubtag.LANGUAGE); in testTiming()
151 String supportedTag = args.supported.toLanguageTag(); in handle()
153 …int supportedToDesiredActual = localeDistance.testOnlyDistance(args.supported, args.desired, thres… in handle()
156 …dToSupportedActual = localeDistance.testOnlyDistance(args.desired, args.supported, threshold, favo… in handle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.def17 // LC_SYMSEG is obsolete and no longer supported.
21 // LC_LOADFVMLIB is obsolete and no longer supported.
23 // LC_IDFVMLIB is obsolete and no longer supported.
25 // LC_IDENT is obsolete and no longer supported.
27 // LC_FVMFILE is obsolete and no longer supported.
29 // LC_PREPAGE is obsolete and no longer supported.
36 // LC_PREBOUND_DYLIB is obsolete and no longer supported.
43 // LC_TWOLEVEL_HINTS is obsolete and no longer supported.
45 // LC_PREBIND_CKSUM is obsolete and no longer supported.
47 // LC_LOAD_WEAK_DYLIB is obsolete and no longer supported.
/third_party/libuv/
DSUPPORTED_PLATFORMS.md7 | Windows | Tier 1 | >= Windows 8 | VS 2015 and later are supported |
21 * **Tier 1**: Officially supported and tested with CI. Any contributed patch
22 MUST NOT break such systems. These are supported by @libuv/collaborators.
24 * **Tier 2**: Officially supported, but not necessarily tested with CI. These
50 Two build systems are supported: autotools and cmake. Ideally both need to be
51 supported, but if one of the two does not support the new platform it can be
59 Compilation and runtime must succeed for the minimum supported version. If a
60 new API is to be used, it must be done optionally, only in supported versions.
68 Dynamically load functions and symbols if they are not supported by the
69 minimum supported version.
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java233 public int testOnlyDistance(ULocale desired, ULocale supported, in testOnlyDistance() argument
235 LSR supportedLSR = XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(supported); in testOnlyDistance()
263 LSR supported = supportedLSRs[slIndex]; in getBestIndexAndDistance() local
271 distance = trieNext(iter, supported.language, true); in getBestIndexAndDistance()
282 if (desired.language.equals(supported.language)) { in getBestIndexAndDistance()
312 if (desired.script.equals(supported.script)) { in getBestIndexAndDistance()
319 desired.script, supported.script); in getBestIndexAndDistance()
328 if (desired.region.equals(supported.region)) { in getBestIndexAndDistance()
346 partitionsForRegion(supported), in getBestIndexAndDistance()
353 shiftedDistance |= (desired.flags ^ supported.flags); in getBestIndexAndDistance()
[all …]
/third_party/typescript/tests/baselines/reference/
DimportCallExpressionErrorInES2015.errors.txt1 tests/cases/conformance/dynamicImport/1.ts(1,1): error TS1323: Dynamic imports are only supported w…
2 tests/cases/conformance/dynamicImport/1.ts(2,10): error TS1323: Dynamic imports are only supported
3 tests/cases/conformance/dynamicImport/1.ts(8,16): error TS1323: Dynamic imports are only supported
12 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
15 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
23 !!! error TS1323: Dynamic imports are only supported when the '--module' flag is set to 'es2020', '…
Des5-asyncFunctionWithStatements.errors.txt2 …nctionWithStatements.ts(4,5): error TS2410: The 'with' statement is not supported. All symbols in …
4 …ctionWithStatements.ts(10,5): error TS2410: The 'with' statement is not supported. All symbols in …
6 …ctionWithStatements.ts(16,5): error TS2410: The 'with' statement is not supported. All symbols in …
8 …ctionWithStatements.ts(24,5): error TS2410: The 'with' statement is not supported. All symbols in …
19 !!! error TS2410: The 'with' statement is not supported. All symbols in a 'with' block will have ty…
29 !!! error TS2410: The 'with' statement is not supported. All symbols in a 'with' block will have ty…
39 !!! error TS2410: The 'with' statement is not supported. All symbols in a 'with' block will have ty…
51 !!! error TS2410: The 'with' statement is not supported. All symbols in a 'with' block will have ty…
/third_party/python/Tools/c-analyzer/cpython/
D__main__.py14 from .supported import IGNORED_FILE
79 for var, supported in _find(known=known, ignored=ignored):
80 if supported is None:
101 for var, supported in _find(known=known, ignored=ignored):
102 if not supported:
131 for found, supported in _find(known=known,
135 if supported is None:
137 (allsupported if supported else allunsupported
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dservlkf.cpp62 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local
63 if (supported) { in handlesKey()
66 return supported->get(id) != NULL; in handlesKey()
73 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local
74 if (supported) { in updateVisibleIDs()
78 while ((elem = supported->nextElement(pos)) != NULL) { in updateVisibleIDs()

12345678910>>...172