/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | log_section.py | 4 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 D | constants.py | 32 UNSUPPORTED = enum.auto() 33 TRY_NATIVE = enum.auto() 34 FALLBACK = enum.auto()
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 14 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 D | quoting.fig.js | 7 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 D | setlocalversion | 163 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 D | Makefile | 16 filechk_rust_target = $< < include/config/auto.conf 18 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
|
H A D | rust_is_available_test.py | 21 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 D | kunit.py | 16 from enum import Enum, auto namespace 41 SUCCESS = auto() 42 CONFIG_FAILURE = auto() 43 BUILD_FAILURE = auto() 44 TEST_FAILURE = auto()
|
H A D | kunit_parser.py | 13 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 D | layout-manager.js | 197 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 D | Makefile | 31 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 D | ast.py | 30 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 D | kunit_parser.py | 17 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 D | kunit.py | 20 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 D | setlocalversion | 163 if test -e include/config/auto.conf; then 164 . include/config/auto.conf
|
/third_party/cJSON/tests/unity/examples/example_1/ |
H A D | makefile | 63 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 D | AltFormatSpec.java | 20 import com.google.auto.value.AutoValue; 21 import com.google.auto.value.extension.memoized.Memoized;
|
/third_party/python/Modules/_decimal/tests/ |
H A D | runall-memorydebugger.sh | 32 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 D | makefile | 64 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 D | configure | 31 --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 D | genRef.py | 310 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 D | Makefile | 9 auto-mode.o cnqf.o
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | MigrationResult.java | 18 import com.google.auto.value.AutoValue;
|
H A D | MigrationEntry.java | 18 import com.google.auto.value.AutoValue;
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/i18n/ |
H A D | SimpleLanguageTag.java | 20 import com.google.auto.value.AutoValue;
|