/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | default.rs | 17 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 D | type_checkers.py | 135 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 D | type_checkers.py | 135 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 D | flags.cpp | 23 #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 D | flags.h | 17 #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 D | scalar.rs | 604 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/ |
D | parser.rs | 502 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 D | alias-templates.cpp | 172 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 D | options.h | 40 #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 D | esan_flags.cpp | 27 #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 D | esan_flags.h | 25 #define ESAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | decode_proto_op.cc | 67 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 D | ubsan_flags.cc | 30 #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 D | scudo_flags.cpp | 25 #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 D | tsan_flags.cc | 39 #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 D | tsan_flags.h | 23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_flags.cc | 46 #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 D | DefaultValue.kt | 39 interface DefaultValue { interface
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.cc | 39 #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 D | AnalyzerOptions.cpp | 268 int DefaultValue = 0; in getMaxInlinableSize() local 307 int DefaultValue = 0; in getMaxNodesPerTopLevelFunction() local
|
/aosp_15_r20/external/compiler-rt/lib/dfsan/ |
H A D | dfsan.cc | 345 #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 D | ProtobufAbsenceTest.kt | 15 data class DefaultValue(val i: Int = 42) dataClass
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/os/ |
H A D | mos_utilities_common.h | 72 #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/ |
D | value_source.rs | 6 DefaultValue, enumerator
|
/aosp_15_r20/external/compiler-rt/lib/msan/ |
H A D | msan.cc | 101 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 124 #define MSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMsanFlags() argument
|