/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_autogen.cpp | [all...] |
H A D | SymbolTable_ESSL_autogen.cpp | 18392 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_00B), 18393 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_10B), 18394 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_20B), 18395 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&radians_30B), 18396 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_00B), 18397 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_10B), 18398 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_20B), 18399 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(°rees_30B), 18400 Rule::Get<Spec::ESSL, 0, Shader::ALL, 0>(&sin_00B), 18401 Rule::Get<Spec::ESSL, 0, Shader::ALL, [all...] |
/third_party/rust/crates/minimal-lexical/tests/ |
H A D | libm_tests.rs | 61 const ALL: &[&[f64]] = &[ consts 128 powd_test_sets_as_base(ALL, 0.0, 1.0); in powd_zero_as_exponent() 129 powd_test_sets_as_base(ALL, -0.0, 1.0); in powd_zero_as_exponent() 134 powd_test_sets_as_exponent(1.0, ALL, 1.0); in powd_one_as_base() 141 powd_test_sets_as_exponent(f64::NAN, &ALL[2..], f64::NAN); in powd_nan_inputs() 145 powd_test_sets_as_base(&ALL[..(ALL.len() - 2)], f64::NAN, f64::NAN); in powd_nan_inputs() 164 powd_test_sets(ALL, &|v: f64| libm::powd(f64::NEG_INFINITY, v), &|v: f64| libm::powd(-0.0, -v)); in powd_infinity_as_base() 171 powd_test_sets_as_base(&ALL[5..(ALL in infinity_as_exponent() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CurrencyMetaInfo.java | 123 private static final CurrencyFilter ALL = new CurrencyFilter( field in CurrencyMetaInfo.CurrencyFilter 132 return ALL; in all() 142 return ALL.withDate(new Date()); in now() 153 return ALL.withRegion(region); in onRegion() 164 return ALL.withCurrency(currency); in onCurrency() 175 return ALL.withDate(date); in onDate() 189 return ALL.withDateRange(from, to); in onDateRange() 198 return ALL.withDate(date); in onDate() 212 return ALL.withDateRange(from, to); in onDateRange() 221 return ALL in onTender() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CurrencyMetaInfo.java | 118 private static final CurrencyFilter ALL = new CurrencyFilter( field in CurrencyMetaInfo.CurrencyFilter 126 return ALL; in all() 135 return ALL.withDate(new Date()); in now() 145 return ALL.withRegion(region); in onRegion() 155 return ALL.withCurrency(currency); in onCurrency() 165 return ALL.withDate(date); in onDate() 178 return ALL.withDateRange(from, to); in onDateRange() 186 return ALL.withDate(date); in onDate() 199 return ALL.withDateRange(from, to); in onDateRange() 207 return ALL in onTender() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | typeofStripsFreshness.js | 10 const ALL = "all"; 11 type All = typeof ALL; 24 var ALL = "all";
variable
|
/third_party/node/test/parallel/ |
H A D | test-dns.js | 211 // (dns.V4MAPPED | dns.ADDRCONFIG | dns.ALL) + 1 is invalid because: 212 // - it's different from dns.V4MAPPED and dns.ADDRCONFIG and dns.ALL. 217 const hints = (dns.V4MAPPED | dns.ADDRCONFIG | dns.ALL) + 1; 244 hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL, 264 hints: dns.ALL 268 hints: dns.V4MAPPED | dns.ALL 272 hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL 276 hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL, 281 hints: dns.ADDRCONFIG | dns.V4MAPPED | dns.ALL, 290 await dnsPromises.lookup('', { hints: dns.ALL }); [all...] |
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | keywords.py | 46 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP variable 50 return token in ALL
|
/third_party/gn/src/gn/ |
H A D | command_path.cc | 33 enum class PrintWhat { ONE, ALL }; 192 if (stats->total_paths() == 0 || print_what == PrintWhat::ALL) in BreadthFirstSearch() 209 if (stats->total_paths() == 0 || print_what == PrintWhat::ALL) in BreadthFirstSearch() 336 ? PrintWhat::ALL in RunPath() 385 if (options.print_what == PrintWhat::ALL) { in RunPath()
|
/third_party/gptfdisk/ |
H A D | Makefile | 78 ALL=gdisk cgdisk sgdisk fixparts macro 100 ALL=gdisk sgdisk fixparts macro 120 ALL=gdisk sgdisk fixparts macro 143 ALL_EXE=$(ALL:=$(FN_EXTENSION)) 145 all: $(ALL)
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_validate.c | 51 REG_RULE(TEMP, RW, MIN2(ROGUE_MAX_REG_INDEX, ROGUE_MAX_REG_TEMP), ALL), 52 REG_RULE(COEFF, RW, MIN2(ROGUE_MAX_REG_INDEX, ROGUE_MAX_REG_COEFF), ALL), 54 REG_RULE(SHARED, RW, MIN2(ROGUE_MAX_REG_INDEX, ROGUE_MAX_REG_SHARED), ALL), 62 ALL),
|
/third_party/curl/projects/ |
H A D | generate.bat | 32 set VERSION=ALL
83 ) else if "%VERSION%" == "ALL" (
109 if not "%VERSION%" == "ALL" goto success
124 if not "%VERSION%" == "ALL" goto success
139 if not "%VERSION%" == "ALL" goto success
154 if not "%VERSION%" == "ALL" goto success
169 if not "%VERSION%" == "ALL" goto success
184 if not "%VERSION%" == "ALL" goto success
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 550 const int ALL = DEFAULT | STD140 | STD430 | SCALAR; in AddAliasTests() local 566 #define CASE_SAME_TYPE(R, D, T, V) CASE_EXTRA(ALL, R, "", D, T, V, D, T, V) in AddAliasTests() 649 CASE_WITH_REVERSE(ALL, INT8, in AddAliasTests() 652 CASE_WITH_REVERSE(ALL, INT16, in AddAliasTests() 655 CASE_WITH_REVERSE(ALL, 0, in AddAliasTests() 658 CASE_WITH_REVERSE(ALL, INT64, in AddAliasTests() 661 CASE_WITH_REVERSE(ALL, FLOAT16 | INT16, in AddAliasTests() 664 CASE_WITH_REVERSE(ALL, 0, in AddAliasTests() 667 CASE_WITH_REVERSE(ALL, FLOAT64 | INT64, in AddAliasTests() 750 CASE_EXTRA(ALL, in AddAliasTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 572 const int ALL = DEFAULT | STD140 | STD430 | SCALAR; in AddAliasTests() local 588 #define CASE_SAME_TYPE(R, D, T, V) CASE_EXTRA(ALL, R, "", D, T, V, D, T, V) in AddAliasTests() 671 CASE_WITH_REVERSE(ALL, INT8, in AddAliasTests() 674 CASE_WITH_REVERSE(ALL, INT16, in AddAliasTests() 677 CASE_WITH_REVERSE(ALL, 0, in AddAliasTests() 680 CASE_WITH_REVERSE(ALL, INT64, in AddAliasTests() 683 CASE_WITH_REVERSE(ALL, FLOAT16 | INT16, in AddAliasTests() 686 CASE_WITH_REVERSE(ALL, 0, in AddAliasTests() 689 CASE_WITH_REVERSE(ALL, FLOAT64 | INT64, in AddAliasTests() 772 CASE_EXTRA(ALL, in AddAliasTests() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 294 distance_entry->direction = DistanceEntry::Directions::ALL; in GetDependence() 311 distance_entry->direction = DistanceEntry::Directions::ALL; in GetDependence() 535 distance_entry->direction = DistanceEntry::Directions::ALL; in StrongSIVTest() 591 distance_entry->distance = DistanceEntry::Directions::ALL; in StrongSIVTest() 661 distance_entry->direction = DistanceEntry::Directions::ALL; in StrongSIVTest() 692 distance_entry->direction = DistanceEntry::Directions::ALL; in SymbolicStrongSIVTest() 845 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakZeroSourceSIVTest() 999 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakZeroDestinationSIVTest() 1013 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakCrossingSIVTest() 1070 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakCrossingSIVTest() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.cpp | 294 distance_entry->direction = DistanceEntry::Directions::ALL; in GetDependence() 311 distance_entry->direction = DistanceEntry::Directions::ALL; in GetDependence() 535 distance_entry->direction = DistanceEntry::Directions::ALL; in StrongSIVTest() 591 distance_entry->distance = DistanceEntry::Directions::ALL; in StrongSIVTest() 661 distance_entry->direction = DistanceEntry::Directions::ALL; in StrongSIVTest() 692 distance_entry->direction = DistanceEntry::Directions::ALL; in SymbolicStrongSIVTest() 845 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakZeroSourceSIVTest() 999 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakZeroDestinationSIVTest() 1013 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakCrossingSIVTest() 1070 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakCrossingSIVTest() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.cpp | 293 distance_entry->direction = DistanceEntry::Directions::ALL; in GetDependence() 310 distance_entry->direction = DistanceEntry::Directions::ALL; in GetDependence() 534 distance_entry->direction = DistanceEntry::Directions::ALL; in StrongSIVTest() 590 distance_entry->distance = DistanceEntry::Directions::ALL; in StrongSIVTest() 660 distance_entry->direction = DistanceEntry::Directions::ALL; in StrongSIVTest() 691 distance_entry->direction = DistanceEntry::Directions::ALL; in SymbolicStrongSIVTest() 844 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakZeroSourceSIVTest() 998 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakZeroDestinationSIVTest() 1012 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakCrossingSIVTest() 1069 distance_entry->direction = DistanceEntry::Directions::ALL; in WeakCrossingSIVTest() [all...] |
/third_party/zlib/ |
H A D | configure | 458 ALL="static" 465 ALL="static shared" 528 ALL="${ALL} all64" 840 echo ALL = $ALL >> configure.log 899 /^all: */s#:.*#: $ALL#
|
/third_party/gn/src/base/files/ |
H A D | file_enumerator_win.cc | 21 // MATCH_ONLY policy filters incoming files by pattern on OS side. ALL policy in BuildSearchFilter() 26 case FileEnumerator::FolderSearchPolicy::ALL: in BuildSearchFilter() 139 // MATCH_ONLY policy clears pattern for matched subfolders. ALL policy in Next() 184 case FolderSearchPolicy::ALL: in IsPatternMatched() 185 // ALL policy enumerates all files, we need to check pattern match in IsPatternMatched()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-scope-iterator.cc | 81 return !iterator_.DeclaresLocals(i::ScopeIterator::Mode::ALL); in ShouldIgnore() 91 Handle<JSObject> value = iterator_.ScopeObject(i::ScopeIterator::Mode::ALL); in GetObject()
|
H A D | debug-scopes.cc | 349 Handle<JSObject> scope_object = ScopeObject(Mode::ALL); in MaterializeScopeDetails() 385 if (type == ScopeTypeWith) return mode == Mode::ALL; in DeclaresLocals() 386 if (type == ScopeTypeGlobal) return mode == Mode::ALL; in DeclaresLocals() 554 DCHECK_EQ(Mode::ALL, mode); in ScopeObject() 558 DCHECK_EQ(Mode::ALL, mode); in ScopeObject() 599 DCHECK_EQ(Mode::ALL, mode); in VisitScope() 602 DCHECK_EQ(Mode::ALL, mode); in VisitScope() 946 DCHECK_EQ(Mode::ALL, mode); in VisitLocalScope() 951 if (mode == Mode::ALL && HasContext()) { in VisitLocalScope()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_huesaturation.c | 44 #define ALL 0x3F macro 388 ff_filter_execute(ctx, s->do_slice[(s->strength >= 99.f) && (s->colors == ALL)], frame, NULL, in filter_frame() 451 { "colors", "set colors range", OFFSET(colors), AV_OPT_TYPE_FLAGS, {.i64=ALL}, 0,ALL,VF, "colors" }, 458 { "a", "set all colors", 0, AV_OPT_TYPE_CONST, {.i64=ALL}, 0, 0, VF, "colors" },
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | NumberRangeFormatterTest.java | 284 .collapse(RangeCollapse.ALL) in testCollapse() 360 .collapse(RangeCollapse.ALL) in testCollapse() 416 .collapse(RangeCollapse.ALL) in testCollapse() 516 .collapse(RangeCollapse.ALL) in testCollapse() 525 "3–5K m", // this one is the key use case for ALL in testCollapse() 550 .collapse(RangeCollapse.ALL) in testCollapse()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngimage.c | 120 /* List ALL the PNG_TRANSFORM_ macros here. Check for support using the READ 134 T(STRIP_ALPHA, NONE, A, X, ALL, R), 158 T(EXPAND, NONE, P, X, ALL, R), 161 T(EXPAND, NONE, X, C, ALL, R), 163 T(EXPAND, tRNS, X, A, ALL, R), 172 T(INVERT_MONO, NONE, X, C, ALL, RW_INVERT), 181 T(SHIFT, sBIT, X, X, ALL, RW_SHIFT), 236 T(GRAY_TO_RGB, NONE, X, C, ALL, R), 243 T(GRAY_TO_RGB, NONE, P, X, ALL, R),
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberRangeFormatter.java | 73 ALL enum constant
|