Home
last modified time | relevance | path

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

1234567891011

/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-7.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()
145 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile()
162 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use()
172 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use()
182 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch()
195 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch()
205 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/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
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
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
/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/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/cbor-java/src/main/java/co/nstant/in/cbor/model/
DTag.java5 public class Tag extends DataItem { class
9 public Tag(long value) { in Tag() method in Tag
/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DARMAttributeParser.h128 bool hasAttribute(unsigned Tag) const { in hasAttribute()
132 unsigned getAttributeValue(unsigned Tag) const { in getAttributeValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DUse.cpp98 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser() local
108 unsigned Tag = Current->Prev.getInt(); in getImpliedUser() local
/external/llvm/lib/IR/
DUse.cpp98 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser() local
108 unsigned Tag = Current->Prev.getInt(); in getImpliedUser() local
/external/testng/src/main/java/org/testng/xml/dom/
DTag.java10 public @interface Tag { annotation
/external/llvm/include/llvm/Support/
DGCOV.h105 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readFunctionTag() local
117 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readBlockTag() local
129 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readEdgeTag() local
141 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readLineTag() local
153 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readArcTag() local
165 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readObjectTag() local
177 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readProgramTag() local
DYAMLParser.h168 StringRef Tag; variable
194 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
237 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
397 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
451 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h115 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readFunctionTag() local
127 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readBlockTag() local
139 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readEdgeTag() local
151 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readLineTag() local
163 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readArcTag() local
175 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readObjectTag() local
187 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor + 4); in readProgramTag() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_call.h118 Tag(UntypedCall* call, Callback cb) : call_(call), callback_(cb) {} in Tag() function
269 typedef typename UntypedCall<Service>::Tag Tag; typedef
324 Tag(ServerUntypedBidirectionalStreamingCall* call, TagType cb) in Tag() function
504 typedef typename ServerUntypedBidirectionalStreamingCall<Service>::Tag Tag; typedef
/external/libcxx/test/libcxx/algorithms/
Ddebug_less.pass.cpp165 struct Tag { struct
166 explicit Tag(int v) : value(v) {} in Tag() argument
177 inline bool operator<(FooImp<T> const& x, Tag<0> y) { in operator <() argument
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp89 static void processStartTag(MarkupTag &Tag) { in processStartTag()
111 static void processEndTag(MarkupTag &Tag) { in processEndTag()
202 MarkupTag &Tag = TagStack.back(); in parseMCMarkup() local
/external/llvm/utils/TableGen/
DCTagsEmitter.cpp29 class Tag { class
34 Tag(const std::string &Name, const SMLoc Location) in Tag() function in __anone48adef40111::Tag
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCTagsEmitter.cpp29 class Tag { class
34 Tag(const std::string &Name, const SMLoc Location) in Tag() function in __anone9142f8c0111::Tag
/external/llvm/lib/ObjectYAML/
DObjectYAML.cpp48 std::string Tag = In.getCurrentNode()->getRawTag(); in mapping() local
/external/libchrome/mojo/public/cpp/bindings/lib/
Dunserialized_message_context.h23 struct Tag {}; in COMPONENT_EXPORT() struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DObjectYAML.cpp54 std::string Tag = In.getCurrentNode()->getRawTag(); in mapping() local
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DTag.java18 abstract class Tag implements IContent class
58 Tag () {} in Tag() method in Tag

1234567891011