Home
last modified time | relevance | path

Searched defs:Tag (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/external/sfntly/cpp/src/sfntly/
Dtag.h28 struct Tag { struct
31 // Table Type Tags argument
33 static const int32_t cmap;
34 static const int32_t head;
35 static const int32_t hhea;
36 static const int32_t hmtx;
37 static const int32_t maxp;
38 static const int32_t name;
39 static const int32_t OS_2;
40 static const int32_t post;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMAttributeParser.cpp90 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/
DARMAttributeParser.cpp90 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/protobuf/src/
Dwire_format.rs49 pub struct Tag { struct
54 impl Copy for Tag {} argument
56 impl Tag { impl
64 pub fn new(value: u32) -> Option<Tag> { in new()
84 pub fn make(field_number: u32, wire_type: WireType) -> Tag { in make()
/external/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
Dclamp.pass.cpp20 struct Tag { struct
21 Tag() : val(0), tag("Default") {} in Tag() function
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
Dclamp.comp.pass.cpp21 struct Tag { struct
22 Tag() : val(0), tag("Default") {} in Tag() argument
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/webrtc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h84 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
95 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
104 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
115 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
126 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
137 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
148 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/abseil-cpp/absl/random/internal/
Duniform_helper.h84 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
95 uniform_lower_bound(Tag, FloatType a, FloatType b) { in uniform_lower_bound() argument
104 uniform_lower_bound(Tag, NumType a, NumType) { in uniform_lower_bound() argument
115 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
126 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
137 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
148 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
Dclamp.pass.cpp21 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
Dclamp.comp.pass.cpp22 struct Tag { struct
23 Tag() : val(0), tag("Default") {} in Tag() argument
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
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h107 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/
Duniform_helper.h107 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/
Duniform_helper.h107 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/
Duniform_helper.h107 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/base/internal/
Dperiodic_sampler_benchmark.cc42 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/openscreen/third_party/abseil/src/absl/base/internal/
Dperiodic_sampler_benchmark.cc42 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/libtextclassifier/abseil-cpp/absl/base/internal/
Dperiodic_sampler_benchmark.cc42 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/base/internal/
Dperiodic_sampler_benchmark.cc42 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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dperiodic_sampler_benchmark.cc42 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/base/internal/
Dperiodic_sampler_benchmark.cc42 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/llvm-project/clang/utils/TableGen/
DClangCommentCommandInfoEmitter.cpp31 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
65 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
119 Record &Tag = *Tags[i]; in EmitClangCommentCommandList() local
/external/clang/utils/TableGen/
DClangCommentCommandInfoEmitter.cpp31 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
65 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
119 Record &Tag = *Tags[i]; in EmitClangCommentCommandList() local
/external/opencensus-java/api/src/main/java/io/opencensus/tags/
DTag.java29 public abstract class Tag { class
31 Tag() {} in Tag() method in Tag
/external/llvm-project/llvm/unittests/Support/
DRISCVAttributeParserTest.cpp17 unsigned Tag; member
35 static bool testAttribute(unsigned Tag, unsigned Value, unsigned ExpectedTag, in testAttribute()
51 static bool testTagString(unsigned Tag, const char *name) { in testTagString()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DTag.java31 public final class Tag implements Comparable<Tag> { class
72 public Tag(String tag) { in Tag() method in Tag
84 public Tag(Class<? extends Object> clazz) { in Tag() method in Tag
92 public Tag(URI uri) { in Tag() method in Tag

12345678910>>...20