Home
last modified time | relevance | path

Searched refs:auto (Results 26 - 50 of 80) sorted by relevance

1234

/third_party/jinja2/
H A Dutils.py77 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 DPhoneRegion.java23 import com.google.auto.value.AutoValue;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPath.java19 import com.google.auto.value.AutoValue;
H A DNfaFlattener.java19 import com.google.auto.value.AutoValue;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DAssignment.java20 import com.google.auto.value.AutoValue;
H A DChange.java21 import com.google.auto.value.AutoValue;
H A DColumnGroup.java22 import com.google.auto.value.AutoValue;
H A DCsvSchema.java20 import com.google.auto.value.AutoValue;
H A DDiffKey.java18 import com.google.auto.value.AutoValue;
H A DSchema.java21 import com.google.auto.value.AutoValue;
H A DColumn.java24 import com.google.auto.value.AutoValue;
H A DRangeKey.java26 import com.google.auto.value.AutoValue;
/third_party/skia/platform_tools/android/bin/utils/
H A Dandroid_setup.sh60 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 DCsvData.java21 import com.google.auto.value.AutoValue;
22 import com.google.auto.value.extension.memoized.Memoized;
H A DExamplesTableSchema.java20 import com.google.auto.value.AutoValue;
H A DShortcodesTableSchema.java24 import com.google.auto.value.AutoValue;
/device/soc/rockchip/common/sdk_linux/
H A DMakefile587 # 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 Dconfigure2954 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 Dbuild.sh66 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 Dv8gen.py25 # 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 DMakefile12 JOBS = auto
/third_party/glslang/Test/
H A Druntests74 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 Dcheck-format.pl831 && !($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 Dvalue_parser.rs25 /// .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 Dcheck-format.pl831 && !($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