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

1 2 3 4

  /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)...);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCard.java 210 requestBuilder.addStoreData(Asn1Node.newBuilder(Tags.TAG_GET_PROFILES)
211 .addChildAsBytes(Tags.TAG_TAG_LIST, Tags.EUICC_PROFILE_TAGS)
215 .getChild(Tags.TAG_CTX_COMP_0).getChildren(Tags.TAG_PROFILE_INFO);
221 if (!profileNode.hasChild(Tags.TAG_ICCID)) {
226 stripTrailingFs(profileNode.getChild(Tags.TAG_ICCID).asBytes());
250 requestBuilder.addStoreData(Asn1Node.newBuilder(Tags.TAG_GET_PROFILES)
251 .addChild(Asn1Node.newBuilder(Tags.TAG_CTX_COMP_0)
253 Tags.TAG_ICCID, IccUtils.bcdToBytes(padTrailingFs(iccid))
    [all...]
Tags.java 20 * ASN1 tags used by {@link EuiccCard} implementation.
22 class Tags {
23 // ASN.1 tags for commands
44 // Universal tags
47 // Context tags for primitive types
57 // Context tags for constructed (compound) types
63 // Command data tags
84 // Tags from the RefArDo data standard - https://source.android.com/devices/tech/config/uicc
107 private Tags() {}
  /external/curl/docs/cmdline-opts/
http1.1.d 2 Tags: Versions
http1.0.d 3 Tags: Versions
http2.d 2 Tags: Versions
ipv4.d 3 Tags: Versions
ipv6.d 3 Tags: Versions
http2-prior-knowledge.d 2 Tags: Versions
no-alpn.d 2 Tags: HTTP/2
no-npn.d 2 Tags: Versions HTTP/2
sslv2.d 3 Tags: Versions
sslv3.d 3 Tags: Versions
tlsv1.d 3 Tags: Versions
tls-max.d 3 Tags: Versions
next.d 3 Tags:
  /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/tensorflow/tensorflow/cc/framework/
scope_internal.h 53 struct Tags {
66 Impl(const Scope& other, Tags::ScopeName, const string& name,
68 Impl(const Scope& other, Tags::OpName, const string& name,
70 Impl(const Scope& other, Tags::ControlDeps,
72 Impl(const Scope& other, Tags::Device, const string& device);
73 Impl(const Scope& other, Tags::SingleUseScope, const string& op_name);
74 Impl(const Scope& other, Tags::ExitOnError);
75 Impl(const Scope& other, Tags::KernelLabel, const string& kernel_label);
76 Impl(const Scope& other, Tags::Colocate, const Operation& colocate_with_op,
scope.cc 77 Scope::Impl::Impl(const Scope& other, Tags::ScopeName, const string& name,
94 Scope::Impl::Impl(const Scope& other, Tags::OpName, const string& name,
110 Scope::Impl::Impl(const Scope& other, Tags::ControlDeps,
132 Scope::Impl::Impl(const Scope& other, Tags::Device, const string& device)
147 Scope::Impl::Impl(const Scope& other, Tags::SingleUseScope,
163 Scope::Impl::Impl(const Scope& other, Tags::ExitOnError)
178 Scope::Impl::Impl(const Scope& other, Tags::KernelLabel,
194 Scope::Impl::Impl(const Scope& other, Tags::Colocate,
342 return Scope(new Impl(*this, Impl::Tags::ScopeName(), impl()->name_,
348 return Scope(new Impl(*this, Impl::Tags::ScopeName()
    [all...]
  /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();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
EuiccCardTest.java     [all...]
  /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...]
  /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...]

Completed in 484 milliseconds

1 2 3 4