Home
last modified time | relevance | path

Searched refs:default_ (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/webrtc/base/
Dflags.h78 Type type, void* variable, FlagValue default_);
112 return default_.b; in bool_default()
117 return default_.i; in int_default()
122 return default_.f; in float_default()
127 return default_.s; in string_default()
147 FlagValue default_; variable
Dflags.cc34 default_(default__) { in Flag()
47 variable_->b = default_.b; in SetToDefault()
50 variable_->i = default_.i; in SetToDefault()
53 variable_->f = default_.f; in SetToDefault()
56 variable_->s = default_.s; in SetToDefault()
96 PrintFlagValue(type_, &default_); in Print()
/external/icu/icu4c/source/config/
Dmake2sh.sed16 s@^\(prefix\)=\(.*\)@default_\1=\2\
17 if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
18 s@^\(ENABLE_RPATH\)=\(.*\)@default_\1=\2\
19 if [ "x${\1}" = "x" ]; then \1="$default_\1"; fi@
/external/tensorflow/tensorflow/lite/toco/
Dargs.h52 explicit Arg(T default_ = T()) : value_(default_) {} in value_() argument
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1335 default_() {}
1337 default_(value) {}
1382 ValueHolder* const new_holder = new ValueHolder(default_);
1390 const T default_; // The default value for each thread.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1343 default_() {}
1345 default_(value) {}
1390 ValueHolder* const new_holder = new ValueHolder(default_);
1398 const T default_; // The default value for each thread.
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
Dgles3-multisample.txt26 dEQP-GLES3.functional.polygon_offset.default_*
/external/deqp/android/cts/master/src/
Dgles3-multisample.txt26 dEQP-GLES3.functional.polygon_offset.default_*
/external/deqp/android/cts/mnc/src/
Dgles3-multisample.txt26 dEQP-GLES3.functional.polygon_offset.default_*
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/
Dgles3-multisample.txt26 dEQP-GLES3.functional.polygon_offset.default_*
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles3-multisample.txt26 dEQP-GLES3.functional.polygon_offset.default_*
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1384 default_() {}
1386 default_(value) {}
1431 ValueHolder* const new_holder = new ValueHolder(default_);
1439 const T default_; // The default value for each thread.
/external/python/cpython3/Python/
Dast_unparse.c232 expr_ty default_ = (expr_ty)asdl_seq_GET(args->kw_defaults, di); in append_ast_args() local
233 if (default_) { in append_ast_args()
235 APPEND_EXPR(default_, PR_TEST); in append_ast_args()
Dcompile.c1679 expr_ty default_ = asdl_seq_GET(kw_defaults, i); in compiler_visit_kwonlydefaults() local
1680 if (default_) { in compiler_visit_kwonlydefaults()
1700 if (!compiler_visit_expr(c, default_)) { in compiler_visit_kwonlydefaults()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1146 const HloSharding& sharding_or_default(const HloSharding& default_) const { in sharding_or_default() argument
1147 return sharding_ ? *sharding_ : default_; in sharding_or_default()
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_locale.txt212 //ldml/numbers/defaultNumberingSystem[@alt="(%A)"] ; /NumberElements/default_$1
/external/python/cpython2/Doc/library/
Dargparse.rst620 * default_ - The value produced if the argument is absent from the
803 default_ will be produced. Note that for optional arguments, there is an
964 See the section on the default_ keyword argument for information on when the
1095 of things like the program name or the argument default_. The available
/external/python/cpython3/Doc/library/
Dargparse.rst666 * default_ - The value produced if the argument is absent from the
851 default_ will be produced. Note that for optional arguments, there is an
1016 See the section on the default_ keyword argument for information on when the
1147 of things like the program name or the argument default_. The available
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java2108 assertEquals(EnumValidity.E.default_, m.optionalE); in testNanoEnumValidity()
2128 assertEquals(EnumValidity.E.default_, deserialized.optionalE); in testNanoEnumValidity()
2187 assertEquals(EnumValidityAccessors.default_, m.getOptionalE()); in testNanoEnumValidityAccessors()
2201 assertEquals(EnumValidityAccessors.default_, deserialized.getOptionalE()); in testNanoEnumValidityAccessors()
/external/v8/src/parsing/
Dparser-base.h955 MessageTemplate::Template default_ = MessageTemplate::kUnexpectedToken);
1618 MessageTemplate::Template default_) { in GetUnexpectedTokenMessage() argument
/external/guice/extensions/struts2/lib/
Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...