Home
last modified time | relevance | path

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

12345

/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...]
/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/"",
/kernel/linux/linux-6.6/scripts/
H A Dsetlocalversion163 if ! test -e include/config/auto.conf; then
169 config_localversion=$(sed -n 's/^CONFIG_LOCALVERSION=\(.*\)$/\1/p' include/config/auto.conf)
172 if grep -q "^CONFIG_LOCALVERSION_AUTO=y$" include/config/auto.conf; then
H A DMakefile16 filechk_rust_target = $< < include/config/auto.conf
18 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
H A Drust_is_available_test.py21 SUCCESS = enum.auto()
22 SUCCESS_WITH_WARNINGS = enum.auto()
23 SUCCESS_WITH_EXTRA_OUTPUT = enum.auto()
24 FAILURE = enum.auto()
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit.py16 from enum import Enum, auto namespace
41 SUCCESS = auto()
42 CONFIG_FAILURE = auto()
43 BUILD_FAILURE = auto()
44 TEST_FAILURE = auto()
H A Dkunit_parser.py13 from enum import Enum, auto namespace
44 SUCCESS = auto()
45 FAILURE = auto()
46 TEST_CRASHED = auto()
47 NO_TESTS = auto()
48 FAILURE_TO_PARSE_TESTS = auto()
/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);
/kernel/linux/linux-6.6/init/
H A DMakefile31 build-version = $(or $(KBUILD_BUILD_VERSION), $(build-version-auto))
32 build-timestamp = $(or $(KBUILD_BUILD_TIMESTAMP), $(build-timestamp-auto))
55 include/generated/utsversion.h: build-version-auto = $(shell $(srctree)/$(src)/build-version)
56 include/generated/utsversion.h: build-timestamp-auto = $(shell LC_ALL=C date)
/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...]
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py17 from enum import Enum, auto namespace
68 SUCCESS = auto()
69 FAILURE = auto()
70 SKIPPED = auto()
71 TEST_CRASHED = auto()
72 NO_TESTS = auto()
73 FAILURE_TO_PARSE_TESTS = auto()
H A Dkunit.py20 from enum import Enum, auto namespace
29 SUCCESS = auto()
30 CONFIG_FAILURE = auto()
31 BUILD_FAILURE = auto()
32 TEST_FAILURE = auto()
/kernel/linux/linux-5.10/scripts/
H A Dsetlocalversion163 if test -e include/config/auto.conf; then
164 . include/config/auto.conf
/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;
/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,
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmf/
H A DMakefile9 auto-mode.o cnqf.o
/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;

Completed in 17 milliseconds

12345