| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | ARMAttributeParser.cpp | 90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute() 100 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() 114 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() 131 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch() 147 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile() 164 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use() 174 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use() 184 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch() 197 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch() 207 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, in Advanced_SIMD_arch() [all …]
|
| /external/llvm/tools/llvm-readobj/ |
| D | ARMAttributeParser.cpp | 90 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute() 96 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() 107 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute() 120 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch() 134 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile() 151 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use() 161 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use() 171 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch() 184 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch() 194 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, in Advanced_SIMD_arch() [all …]
|
| /external/rust/crates/serde_yaml/src/libyaml/ |
| D | tag.rs | 6 pub(crate) struct Tag(pub(in crate::libyaml) Box<[u8]>); struct 8 impl Tag { implementation 15 impl Tag { impl 21 impl PartialEq<str> for Tag { implementation 27 impl Deref for Tag { implementation 34 impl Debug for Tag { implementation
|
| /external/rust/crates/protobuf/2.27.1/src/ |
| D | wire_format.rs | 49 pub struct Tag { struct 54 impl Copy for Tag {} implementation 56 impl Tag { implementation 64 pub fn new(value: u32) -> Option<Tag> { in new() 84 pub fn make(field_number: u32, wire_type: WireType) -> Tag { in make()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | MSP430AttributeParser.cpp | 23 Error MSP430AttributeParser::parseISA(AttrType Tag) { in parseISA() 28 Error MSP430AttributeParser::parseCodeModel(AttrType Tag) { in parseCodeModel() 33 Error MSP430AttributeParser::parseDataModel(AttrType Tag) { in parseDataModel() 38 Error MSP430AttributeParser::parseEnumSize(AttrType Tag) { in parseEnumSize() 43 Error MSP430AttributeParser::handler(uint64_t Tag, bool &Handled) { in handler()
|
| /external/libcxx/test/std/algorithms/alg.sorting/alg.clamp/ |
| D | clamp.pass.cpp | 20 struct Tag { struct 21 Tag() : val(0), tag("Default") {} in Tag() argument 22 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() argument 23 ~Tag() {} in ~Tag() argument 29 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
|
| D | clamp.comp.pass.cpp | 21 struct Tag { struct 22 Tag() : val(0), tag("Default") {} in Tag() function 23 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() argument 24 ~Tag() {} in ~Tag() argument 30 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
|
| /external/rust/crates/protobuf/src/ |
| D | wire_format.rs | 88 pub(crate) struct Tag { struct 93 impl Tag { impl 100 pub(crate) fn new(value: u32) -> crate::Result<Tag> { in new() 120 pub(crate) fn make(field_number: u32, wire_type: WireType) -> Tag { in make()
|
| /external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.clamp/ |
| D | clamp.comp.pass.cpp | 22 struct Tag { struct 23 Tag() : val(0), tag("Default") {} in Tag() function 24 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() argument 25 ~Tag() {} in ~Tag() argument 31 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
|
| D | clamp.pass.cpp | 21 struct Tag { struct 22 Tag() : val(0), tag("Default") {} in Tag() function 23 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() function 24 ~Tag() {} in ~Tag() argument 30 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
|
| /external/rust/crates/der/src/ |
| D | tag.rs | 25 fn tag(&self) -> Tag; in tag() 30 fn tag(&self) -> Tag { in tag() 53 pub enum Tag { enum 142 impl Tag { impl 146 pub fn assert_eq(self, expected: Tag) -> Result<Tag> { in assert_eq() 260 impl TryFrom<u8> for Tag { implementation 263 fn try_from(byte: u8) -> Result<Tag> { in try_from() 317 impl<'a> Decode<'a> for Tag { implementation 323 impl Encode for Tag { implementation 333 impl DerOrd for Tag { implementation [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/angle/third_party/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/libtextclassifier/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/openscreen/third_party/abseil/src/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/cronet/third_party/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 118 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument 127 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
|
| /external/libtextclassifier/abseil-cpp/absl/profiling/internal/ |
| D | periodic_sampler_benchmark.cc | 42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct 49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct 56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct 63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct 70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
|
| /external/angle/third_party/abseil-cpp/absl/profiling/internal/ |
| D | periodic_sampler_benchmark.cc | 42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct 49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct 56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct 63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct 70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
|
| /external/cronet/third_party/abseil-cpp/absl/profiling/internal/ |
| D | periodic_sampler_benchmark.cc | 42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct 49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct 56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct 63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct 70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
|
| /external/abseil-cpp/absl/profiling/internal/ |
| D | periodic_sampler_benchmark.cc | 42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct 49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct 56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct 63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct 70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/profiling/internal/ |
| D | periodic_sampler_benchmark.cc | 42 struct Tag {}; in BM_PeriodicSampler_TinySample() struct 49 struct Tag {}; in BM_PeriodicSampler_ShortSample() struct 56 struct Tag {}; in BM_PeriodicSampler_LongSample() struct 63 struct Tag {}; in BM_PeriodicSampler_LongSampleMinunumInlined() struct 70 struct Tag {}; in BM_PeriodicSampler_Disabled() struct
|