Home
last modified time | relevance | path

Searched refs:auto (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlog_section.py4 from enum import Enum, auto namespace
11 UNKNOWN = auto()
12 LAVA_BOOT = auto()
13 TEST_SUITE = auto()
14 TEST_CASE = auto()
15 LAVA_POST_PROCESSING = auto()
/third_party/python/Lib/asyncio/
H A Dconstants.py32 UNSUPPORTED = enum.auto()
33 TRY_NATIVE = enum.auto()
34 FALLBACK = enum.auto()
/third_party/python/Lib/test/
H A Dtest_enum.py14 from enum import Enum, EnumMeta, IntEnum, StrEnum, EnumType, Flag, IntFlag, unique, auto namespace
202 LOW_BEAM_K = auto()
203 HIGH_BEAM_K = auto()
204 FOG_K = auto()
210 LOW_BEAM_C = auto()
211 HIGH_BEAM_C = auto()
212 FOG_C = auto()
236 first = auto()
237 second = auto()
238 third = auto()
[all...]
H A Dtest_ast.py811 NAMED_EXPR = enum.auto() # <target> := <expr1>
812 TUPLE = enum.auto() # <expr1>, <expr2>
813 YIELD = enum.auto() # 'yield', 'yield from'
814 TEST = enum.auto() # 'if'-'else', 'lambda'
815 OR = enum.auto() # 'or'
816 AND = enum.auto() # 'and'
817 NOT = enum.auto() # 'not'
818 CMP = enum.auto() # '<', '>', '==', '>=', '<=', '!=',
820 EXPR = enum.auto()
822 BXOR = enum.auto() # '
[all...]
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
H A Dquoting.fig.js7 description: "Can be 'always', 'auto', or 'never'",
17 description: "Can be /"always/", /"auto/", or /"never/"",
71 description: "Can be 'always', 'auto', or 'never'",
75 description: "Can be /"always/", /"auto/", or /"never/"",
103 description: "Can be 'always', 'auto', or 'never'",
107 description: "Can be /"always/", /"auto/", or /"never/"",
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js197 let auto = {};
230 if (!auto[col] || auto[col] < existingWidth) {
231 auto[col] = existingWidth;
249 Object.assign(vals, result, auto);
/third_party/python/Lib/
H A Dast.py30 from enum import IntEnum, auto, _simple_enum namespace
651 NAMED_EXPR = auto() # <target> := <expr1>
652 TUPLE = auto() # <expr1>, <expr2>
653 YIELD = auto() # 'yield', 'yield from'
654 TEST = auto() # 'if'-'else', 'lambda'
655 OR = auto() # 'or'
656 AND = auto() # 'and'
657 NOT = auto() # 'not'
658 CMP = auto() # '<', '>', '==', '>=', '<=', '!=',
660 EXPR = auto()
[all...]
H A Denum.py11 'auto', 'unique', 'property', 'verify', 'member', 'nonmember',
173 class auto: class
181 return "auto(%r)" % self.value
395 # check if members already defined as auto()
438 if isinstance(value, auto):
441 if type(value) is tuple and any(isinstance(v, auto) for v in value):
443 # top-level auto() usage (not contained in any other data structure)
446 if isinstance(v, auto):
1168 "In 3.13 the default `auto()`/`_generate_next_value_` will require all values to be sortable and support adding +1\n"
1305 STRICT = auto()
[all...]
/third_party/cJSON/tests/unity/examples/example_1/
H A Dmakefile63 ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode.c test/test_runners/TestProductionCode_Runner.c
65 ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode2.c test/test_runners/TestProductionCode2_Runner.c
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatSpec.java20 import com.google.auto.value.AutoValue;
21 import com.google.auto.value.extension.memoized.Memoized;
H A DNumberingSchemes.java22 import com.google.auto.value.AutoValue;
/third_party/python/Modules/_decimal/tests/
H A Drunall-memorydebugger.sh32 CONFIGS="auto"
65 if [ X"$config" != X"auto" ]; then
102 auto) case `uname -m` in
126 if [ X"$config" != X"auto" ]; then
158 auto) case `uname -m` in
/third_party/unity/examples/example_1/
H A Dmakefile64 ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode.c test/test_runners/TestProductionCode_Runner.c
66 ruby $(UNITY_ROOT)/auto/generate_test_runner.rb test/TestProductionCode2.c test/test_runners/TestProductionCode2_Runner.c
/third_party/musl/
H A Dconfigure31 --enable-optimize=... optimize listed components for speed over size [auto]
34 --enable-wrapper=... build given musl toolchain wrapper [auto]
137 optimize=auto
140 shared=auto
142 wrapper=auto
282 if test "$wrapper" = auto || test "$wrapper" = detect ; then
288 if test "$wrapper" = auto && ! $CC -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py310 auto=False,
322 - auto - True if this is an entirely generated refpage, False if it is
340 if auto:
503 auto=False)
554 auto=True)
612 auto=True)
652 auto=True)
923 auto=True,
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DMigrationResult.java18 import com.google.auto.value.AutoValue;
H A DMigrationEntry.java18 import com.google.auto.value.AutoValue;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/i18n/
H A DSimpleLanguageTag.java20 import com.google.auto.value.AutoValue;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNode.java19 import com.google.auto.value.AutoValue;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DMetadataKey.java18 import com.google.auto.value.AutoValue;
/third_party/weex-loader/deps/weex-styler/lib/
H A Dvalidator.js198 var AUTO_REGEXP = /^auto$/
222 * - auto
1738 const sizeReg = /auto|contain|cover/g
1740 if (/^(auto|contain|cover)$/.test(v)) {
1970 if (v == 'auto' || v == 'auto-fill') {
1981 if (v.match(/auto-fill/)) {
2236 overflow: genEnumValidator(['auto', 'hidden','scroll','visible']),
2350 flex: genEnumValidator(['none', 'auto', 'initial']),
2360 alignSelf: genEnumValidator(["auto", "fle
[all...]
/third_party/node/tools/dep_updaters/
H A Dupdate-base64.sh76 // This is an auto generated file, please do not edit.
H A Dupdate-cjs-module-lexer.sh63 // This is an auto generated file, please do not edit.
/third_party/rust/crates/libc/ci/
H A Dandroid-sysimage.sh39 apt-get purge --auto-remove -y e2tools
/third_party/ffmpeg/tests/fate/
H A Dlavf-container.mak87 fate-lavf-fate-vp3.ogg: CMD = lavf_container_fate "vp3/coeff_level64.mkv" "-idct auto"
91 fate-lavf-fate-qtrle_mace6.mov: CMD = lavf_container_fate "qtrle/Animation-16Greys.mov" "-idct auto"
92 fate-lavf-fate-cram.avi: CMD = lavf_container_fate "cram/toon.avi" "-idct auto"

Completed in 19 milliseconds

1234