Searched refs:auto (Results 26 - 50 of 80) sorted by relevance
1234
/third_party/jinja2/ |
H A D | utils.py | 77 context = enum.auto() 78 eval_context = enum.auto() 79 environment = enum.auto()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/i18n/ |
H A D | PhoneRegion.java | 23 import com.google.auto.value.AutoValue;
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | AnyPath.java | 19 import com.google.auto.value.AutoValue;
|
H A D | NfaFlattener.java | 19 import com.google.auto.value.AutoValue;
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Assignment.java | 20 import com.google.auto.value.AutoValue;
|
H A D | Change.java | 21 import com.google.auto.value.AutoValue;
|
H A D | ColumnGroup.java | 22 import com.google.auto.value.AutoValue;
|
H A D | CsvSchema.java | 20 import com.google.auto.value.AutoValue;
|
H A D | DiffKey.java | 18 import com.google.auto.value.AutoValue;
|
H A D | Schema.java | 21 import com.google.auto.value.AutoValue;
|
H A D | Column.java | 24 import com.google.auto.value.AutoValue;
|
H A D | RangeKey.java | 26 import com.google.auto.value.AutoValue;
|
/third_party/skia/platform_tools/android/bin/utils/ |
H A D | android_setup.sh | 60 echo "No ANDROID_SDK_ROOT set and can't auto detect it from location of android binary." 69 echo "No ANDROID_NDK_ROOT set and can't auto detect it from location of SDK."
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | CsvData.java | 21 import com.google.auto.value.AutoValue; 22 import com.google.auto.value.extension.memoized.Memoized;
|
H A D | ExamplesTableSchema.java | 20 import com.google.auto.value.AutoValue;
|
H A D | ShortcodesTableSchema.java | 24 import com.google.auto.value.AutoValue;
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 587 # and from include/config/auto.conf.cmd to detect the compiler upgrade. 647 include include/config/auto.conf 700 include include/config/auto.conf.cmd 713 # include/config/auto.conf (which mirrors .config). 721 %/config/auto.conf %/config/auto.conf.cmd %/generated/autoconf.h: $(KCONFIG_CONFIG) 726 # and include/config/auto.conf but do not care if they are up-to-date. 727 # Use auto.conf to trigger the test 728 PHONY += include/config/auto.conf 730 include/config/auto [all...] |
/third_party/node/deps/cares/ |
H A D | configure | 2954 template <typename V> auto sum(V first) -> V 2958 template <typename V, typename... Args> auto sum(V first, Args... rest) -> V 2968 // Test auto and decltype 2969 auto a1 = 6538; 2970 auto a2 = 48573953.4; 2971 auto a3 = "String literal"; 2974 for (auto i = a3; *i; ++i) { total += *i; } 2990 for (auto &x : array) { x += 23; } 3005 auto a = sum(1); 3006 auto [all...] |
/third_party/ltp/ |
H A D | build.sh | 66 echo "ERROR: auto-detection not supported platform $arch, export PKG_CONFIG_LIBDIR!" 171 32 32-bit build (PKG_CONFIG_LIBDIR auto-detection for x86_64)
|
/third_party/node/deps/v8/tools/dev/ |
H A D | v8gen.py | 25 # Generate into out.gn/foo without goma auto-detect. 114 help='don\'t use goma auto detection - goma might still be used if '
|
/third_party/python/Doc/ |
H A D | Makefile | 12 JOBS = auto
|
/third_party/glslang/Test/ |
H A D | runtests | 74 run -D -Od -e main -l -q --hlsl-iomap --auto-map-bindings --stb 10 --sbb 20 --ssb 30 --suavb 40 --scb 50 -D -V -e main -Od hlsl.automap.frag > $TARGETDIR/hlsl.automap.frag.out 299 # Test --auto-sampled-textures 301 echo "Testing auto-sampled-textures" 302 run --auto-sampled-textures -H -Od -e MainPs -D -S frag hlsl.autosampledtextures.frag > $TARGETDIR/hlsl.autosampledtextures.frag.out 304 run --auto-sampled-textures -H -Od -S frag glsl.autosampledtextures.frag > $TARGETDIR/glsl.autosampledtextures.frag.out
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
|
/third_party/rust/crates/clap/src/builder/ |
H A D | value_parser.rs | 25 /// .value_parser(["always", "auto", "never"]) 26 /// .default_value("auto") 49 /// assert_eq!(color, "auto"); 489 /// .value_parser(["always", "auto", "never"]) 490 /// .default_value("auto") 519 /// let possible = vec!["always", "auto", "never"]; 525 /// .default_value("auto") 1020 /// assert_eq!(value_parser.parse_ref(&cmd, arg, OsStr::new("auto")).unwrap(), ColorChoice::Auto); 1115 /// .value_parser(clap::builder::PossibleValuesParser::new(["always", "auto", "never"])) 1131 /// let value_parser = clap::builder::PossibleValuesParser::new(["always", "auto", "neve [all...] |
/third_party/openssl/util/ |
H A D | check-format.pl | 831 && !($1 =~ m/^(sizeof|if|else|while|do|for|switch|case|default|break|continue|goto|return|void|char|signed|unsigned|int|short|long|float|double|typedef|enum|struct|union|auto|extern|static|const|volatile|register)$/) # not keyword 949 if (m/^[\s(]*(char|signed|unsigned|int|short|long|float|double|enum|struct|union|auto|extern|static|const|volatile|register)(\W|$)/ # clear start of local decl
|
Completed in 21 milliseconds
1234