Home
last modified time | relevance | path

Searched refs:auto (Results 51 - 75 of 122) sorted by relevance

12345

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
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/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...]
/kernel/linux/linux-5.10/scripts/
H A Ddecode_stacktrace.sh37 basepath="auto"
54 basepath=${2-auto}
244 if [[ $basepath == "auto" ]] ; then
H A Dlink-vmlinux.sh325 . include/config/auto.conf
/kernel/linux/linux-5.10/scripts/package/
H A Dmkdebian10 grep -q "^$1=y" include/config/auto.conf
H A Dbuilddeb16 grep -q "^$1=y" include/config/auto.conf
/kernel/linux/linux-6.6/scripts/
H A Dlink-vmlinux.sh36 grep -q "^$1=y" include/config/auto.conf
H A Ddecode_stacktrace.sh8 echo " $0 -r <release> | <vmlinux> [<base path>|auto] [<modules path>]"
36 basepath="auto"
54 basepath=${2-auto}
244 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DExamplesTableSchema.java20 import com.google.auto.value.AutoValue;
H A DShortcodesTableSchema.java24 import com.google.auto.value.AutoValue;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattener.java19 import com.google.auto.value.AutoValue;
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dgre_gso.sh54 ip netns set ns1 auto
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian10 grep -q "^$1=y" include/config/auto.conf
H A Dbuilddeb16 grep -q "^$1=y" include/config/auto.conf
/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

Completed in 14 milliseconds

12345