Home
last modified time | relevance | path

Searched defs:DefaultValue (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Ddefault.rs17 pub enum DefaultValue { enum
28 impl ToTokens for DefaultValue { implementation
39 impl Parse for DefaultValue { implementation
65 impl DefaultValue { implementation
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py135 def DefaultValue(self): member in TypeCheckerWithDefault
151 def DefaultValue(self): member in BoolValueChecker
176 def DefaultValue(self): member in IntValueChecker
196 def DefaultValue(self): member in EnumValueChecker
232 def DefaultValue(self): member in UnicodeValueChecker
282 def DefaultValue(self): member in DoubleValueChecker
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py135 def DefaultValue(self): member in TypeCheckerWithDefault
151 def DefaultValue(self): member in BoolValueChecker
176 def DefaultValue(self): member in IntValueChecker
196 def DefaultValue(self): member in EnumValueChecker
232 def DefaultValue(self): member in UnicodeValueChecker
282 def DefaultValue(self): member in DoubleValueChecker
/aosp_15_r20/external/scudo/standalone/
H A Dflags.cpp23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument
43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
H A Dflags.h17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
22 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-derive-0.12.4/src/field/
H A Dscalar.rs604 pub enum DefaultValue { enum
618 impl DefaultValue { impl
633 pub fn from_lit(ty: &Ty, lit: Lit) -> Result<DefaultValue, Error> { in from_lit()
766 pub fn new(ty: &Ty) -> DefaultValue { in new()
809 impl ToTokens for DefaultValue { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/
Dparser.rs502 pub struct DefaultValue<F, I, O, O2, E> struct
514 impl<F, I, O, O2, E> DefaultValue<F, I, O, O2, E> argument
531 impl<F, I, O, O2, E> Parser<I, O2, E> for DefaultValue<F, I, O, O2, E> implementation
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp172 template <typename T> struct DefaultValue { const T value=0;}; struct
183 template <template<int x> class temp> struct DefaultValue { const temp<0> value; }; argument
/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Doptions.h40 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
46 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
/aosp_15_r20/external/compiler-rt/lib/esan/
H A Desan_flags.cpp27 #define ESAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
33 #define ESAN_FLAG(Type, Name, DefaultValue, Description) \ in registerEsanFlags() argument
H A Desan_flags.h25 #define ESAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddecode_proto_op.cc67 struct DefaultValue { struct
68 DataType dtype = DataType::DT_INVALID;
69 union Value {
81 Value value;
/aosp_15_r20/external/compiler-rt/lib/ubsan/
H A Dubsan_flags.cc30 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
/aosp_15_r20/external/compiler-rt/lib/scudo/
H A Dscudo_flags.cpp25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in RegisterScudoFlags() argument
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.cc39 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
47 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
H A Dtsan_flags.h23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_flags.cc46 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
52 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() argument
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/item/
H A DDefaultValue.kt39 interface DefaultValue { interface
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cc39 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
121 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() argument
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp268 int DefaultValue = 0; in getMaxInlinableSize() local
307 int DefaultValue = 0; in getMaxNodesPerTopLevelFunction() local
/aosp_15_r20/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc345 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
351 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterDfsanFlags() argument
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
H A DProtobufAbsenceTest.kt15 data class DefaultValue(val i: Int = 42) dataClass
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/os/
H A Dmos_utilities_common.h72 #define MOS_DECLARE_UF_KEY(Id, ValueName, Readpath, Writepath, Group, Type, ValueType, DefaultValue argument
79 …Y_DBGONLY(Id, ValueName, Readpath, Writepath, Group, Type, ValueType, DefaultValue, Description) … argument
88 #define MOS_DECLARE_UF_KEY(Id, ValueName, Readpath, Writepath, Group, Type, ValueType, DefaultValue argument
92 …Y_DBGONLY(Id, ValueName, Readpath, Writepath, Group, Type, ValueType, DefaultValue, Description) … argument
625 const char * DefaultValue; //!< User feature key value member
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/
Dvalue_source.rs6 DefaultValue, enumerator
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan.cc101 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
124 #define MSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMsanFlags() argument

1234567