HomeSort by relevance Sort by last modified time
    Searched refs:Tags (Results 1 - 25 of 52) sorted by null

1 2 3

  /hardware/interfaces/keymaster/3.0/vts/functional/
keystore_tags_utils.cpp 27 template <typename... Tags> struct TagStringifier<MetaList<Tags...>> {
38 [](Tags&&...) {}(chooseString(Tags(), tag, &result)...);
authorization_set.cpp 251 template <typename... Tags> struct choose_serializer<MetaList<Tags...>> {
253 return choose_serializer<Tags...>::serialize(out, param);
346 template <typename... Tags> struct choose_deserializer<MetaList<Tags...>> {
348 return choose_deserializer<Tags...>::deserialize(in, param);
  /system/security/keystore/
keystore_tags_utils.cpp 25 template<typename ... Tags>
26 struct TagStringifier<MetaList<Tags...>> {
37 [] (Tags&&...) {}(chooseString(Tags(), tag, &result)...);
authorization_set.cpp 250 template <typename... Tags>
251 struct choose_serializer<MetaList<Tags...>> {
253 return choose_serializer<Tags...>::serialize(out, param);
354 template <typename... Tags>
355 struct choose_deserializer<MetaList<Tags...>> {
357 return choose_deserializer<Tags...>::deserialize(in, param);
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 68 std::vector<Tag> Tags;
69 // Collect tags.
70 Tags.reserve(Classes.size() + Defs.size());
72 Tags.push_back(Tag(C.first, locate(C.second.get())));
74 Tags.push_back(Tag(D.first, locate(D.second.get())));
75 // Emit tags.
76 std::sort(Tags.begin(), Tags.end());
79 for (const Tag &T : Tags)
  /external/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
30 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
31 Record &Tag = *Tags[i];
64 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
65 Record &Tag = *Tags[i];
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
118 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
119 Record &Tag = *Tags[i];
ClangCommentHTMLTagsEmitter.cpp 10 // This tablegen backend emits efficient matchers for HTML tags that are used
24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
26 for (Record *Tag : Tags) {
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
43 for (Record *Tag : Tags) {
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
55 for (std::vector<Record *>::iterator I = Tags.begin(), E = Tags.end();
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 717 class Tags {
718 Tags(const Tags&);
719 Tags& operator=(const Tags&);
728 Tags(Segment*, long long payload_start, long long payload_size,
731 ~Tags();
760 friend class Tags;
1090 const Tags* GetTags() const;
1116 Tags* m_pTags
    [all...]
mkvparser.cc 998 Tags(this, pos, size, element_start, element_size);
3754 Tag* const tags = new (std::nothrow) Tag[size]; local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 686 class Tags {
687 Tags(const Tags&);
688 Tags& operator=(const Tags&);
697 Tags(Segment*, long long payload_start, long long payload_size,
700 ~Tags();
729 friend class Tags;
1057 const Tags* GetTags() const;
1083 Tags* m_pTags
    [all...]
mkvparser.cc 997 Tags(this, pos, size, element_start, element_size);
3762 Tag* const tags = new (std::nothrow) Tag[size]; local
    [all...]
  /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/
opentracing-api-0.13.0.jar 
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 203 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
204 Tags.resize(BundleTagCache.size());
206 Tags[T.second] = T.first();
LLVMContext.cpp 299 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
300 pImpl->getOperandBundleTags(Tags);
  /system/media/camera/docs/
html.mako 75 /* Entry tags flair */
175 <li><a href="#tag_index" class="toc_section_header">Tags</a></li>
206 <th class="th_tags">Tags</th>
229 <th class="th_tags">Tags</th>
346 % if next(prop.tags, None):
348 % for tag in prop.tags:
394 <div class="tags" id="tag_index">
395 <h2>Tags</h2>
397 % for tag in metadata.tags:
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h     [all...]
mkvmuxer.cc 2406 Tag* const tags = new (std::nothrow) Tag[size]; \/\/ NOLINT local
    [all...]
  /development/vndk/tools/definition-tool/assets/
insight.js 266 createControlMenuTr(parent, 'Add by Tags:', items);
324 'Tags',
  /prebuilts/go/darwin-x86/src/html/template/
content_test.go 89 // Tags stripped, spaces escaped, entity not re-escaped.
102 // Tags stripped, entity not re-escaped.
115 // Angle brackets escaped to prevent injection of close tags, entity not re-escaped.
  /prebuilts/go/linux-x86/src/html/template/
content_test.go 89 // Tags stripped, spaces escaped, entity not re-escaped.
102 // Tags stripped, entity not re-escaped.
115 // Angle brackets escaped to prevent injection of close tags, entity not re-escaped.
  /external/skia/include/private/
SkRecords.h 158 enum Tags {
166 #define RECORD(T, tags, ...) \
169 static const int kTags = tags; \
  /external/llvm/test/MC/ARM/
directive-eabi_attribute.s 223 @ CHECK-OBJ-NEXT: Description: Unspecified Tags UNDEFINED
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 1221 milliseconds

1 2 3