Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 4842) sorted by relevance

12345678910>>...194

/external/boringssl/src/third_party/wycheproof_testvectors/
Daes_cmac_test.txt15 tag = 6a8974470fddb0a47e2b6e7d
22 tag = 3bfa9ec0fb0cc2b8509e7b1f
29 tag = 323c2fd67f1bc85108f391e1
36 tag = cdff8af899f61a70a97d967a
43 tag = e0b19f7e0316f276a846115f
50 tag = 2c5f2629fa41555e84c0ef0c
57 tag = eb8e0bb4937e4a4f9fd55465
67 tag = d47afca1d857a5933405b1eb7a5cb7af
74 tag = 15f856bbed3b321952a584b3c4437a63
81 tag = 1f1cd0327c02e6d00086915937dd61d9
[all …]
Dchacha20_poly1305_test.txt19 tag = 1ae10b594f09e26a7e902ecbd0600691
28 tag = 76acb342cf3166a5b63c0c0ea1383c8d
37 tag = 906fa6284b52f87b7359cbaa7563c709
46 tag = cac27dec0968801e9f6eded69d807522
55 tag = 168310ca45b1f7c66cad4e99e43f72b9
64 tag = 91e8b61efb39c122195453077b22e5e2
73 tag = ead0fd4697ec2e5558237719d02437a2
82 tag = ed7a434e2602d394281e0afa9fb7aa42
91 tag = 185f1408ee7fbf18f5abad6e2253a1ba
100 tag = fbe8a6ed8fabb1937539dd6c00e90021
[all …]
Daes_gcm_siv_test.txt19 tag = dc20e2d83f25705bb49e439eca56de25
29 tag = 578782fff6013b815b287c22493a364c
39 tag = a4978db357391a0bc4fdec8b0d106639
49 tag = 303aaf90f6fe21199c6068577437a0c4
59 tag = 1a8e45dcd4578c667cd86847bf6155ff
69 tag = 5e6e311dbf395d35b0fe39c2714388f8
79 tag = 8a263dd317aa88d56bdf3936dba75bb8
89 tag = 3b0a1a2560969cdf790d99759abd1508
99 tag = 08299c5102745aaa3a0c469fad9e075a
109 tag = 8f8936ec039e4e4bb97ebd8c4457441f
[all …]
Daes_gcm_test.txt18 tag = 0a3ea7a5487cb5f7d70fb6c58d038554
27 tag = 1e348ba07cca2cf04c618cb4d43a5b92
36 tag = 4bb9b4812519dadf9e1232016d068133
45 tag = 7c1e4ae88bb27e5638343cb9fd3f6337
54 tag = 3b626940e0e9f0cbea8e18c437fd6011
63 tag = 1486a91cccf92c9a5b00f7b0e034891c
72 tag = 1ee6513ce30c7873f59dd4350a588f42
81 tag = 6cd8521422c0177e83ef1b7a845d97db
90 tag = f4eb193241226db017b32ec38ca47217
99 tag = 5901131d0760c8715901d881fdfd3bc0
[all …]
/external/boringssl/src/ssl/test/runner/poly1305/
Dvectors_test.go12 tag: "6dc18b8c344cd79927118bbe84b7f314",
17 tag: "04000000000000000000000000000000", // (2¹³⁰-1) % (2¹³⁰-5)
24 tag: "faffffffffffffffffffffffffffffff", // (2¹³⁰-6) % (2¹³⁰-5)
31 tag: "00000000000000000000000000000000", // (2¹³⁰-5) % (2¹³⁰-5)
38 tag: "f9ffffffffffffffffffffffffffffff", // (2*(2¹³⁰-6)) % (2¹³⁰-5)
48 tag: "00000000000000000000000000000000", // (2*(2¹³⁰-5)) % (2¹³⁰-5)
58 tag: "f8ffffffffffffffffffffffffffffff", // (3*(2¹³⁰-6)) % (2¹³⁰-5)
71 tag: "00000000000000000000000000000000", // (3*(2¹³⁰-5)) % (2¹³⁰-5)
84 tag: "f7ffffffffffffffffffffffffffffff", // (4*(2¹³⁰-6)) % (2¹³⁰-5)
100 tag: "00000000000000000000000000000000", // (4*(2¹³⁰-5)) % (2¹³⁰-5)
[all …]
/external/python/pyasn1/tests/type/
Dtest_tag.py17 from pyasn1.type import tag
23 self.t1 = tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 3)
24 self.t2 = tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 3)
49 self.ts1 = tag.initTagSet(
50 tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 12)
53 self.ts2 = tag.initTagSet(
54 tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 12)
77 tag.Tag(tag.tagClassApplication, tag.tagFormatSimple, 14)
79 assert t == tag.TagSet(
80 tag.Tag(tag.tagClassApplication, tag.tagFormatSimple, 12),
[all …]
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2251.py18 from pyasn1.type import tag
108 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
110 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
112 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
114 … SaslCredentials().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3)))
120 tag.Tag(tag.tagClassApplication, tag.tagFormatConstructed, 0)
140 tag.Tag(tag.tagClassApplication, tag.tagFormatConstructed, 4)
151 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
153 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
155 … AssertionValue().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3))),
[all …]
Drfc4210.py15 from pyasn1.type import tag
153 …medType('certificate', CMPCertificate().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
154 …ncryptedCert', rfc2511.EncryptedValue().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
168 …('privateKey', rfc2511.EncryptedValue().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
169 …tionInfo', rfc2511.PKIPublicationInfo().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
361 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)
367 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1)
388 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)
393 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1),
398 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 2),
[all …]
Drfc2511.py67 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
69 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1))),
71 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 2))),
73 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 3))),
75 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 4))),
84 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)))
91 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
93 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
95 … univ.Boolean().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
134 … univ.BitString().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
[all …]
Drfc4211.py19 from pyasn1.type import tag
80 …'sender', rfc3280.GeneralName().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatCons…
98 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
120 … Attributes().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0)))
130 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
132 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
134 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
136 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3))),
138 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 4))),
150 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0)))
[all …]
Drfc2560.py26 from pyasn1.type import tag
89 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0)))
105 … univ.Null().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
107 … RevokedInfo().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
109 … UnknownInfo().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
119 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
121 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1)))
132 … rfc2459.Name().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
134 … KeyHash().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
145 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
[all …]
Drfc3852.py17 from pyasn1.type import tag
77 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1)))
156 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
204 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)))
246 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
248 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1)))
259 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
261 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
274 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0)))
297 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1))),
[all …]
Drfc5652.py17 from pyasn1.type import tag
56 …eCertificateID', rfc3281.IssuerSerial().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
57 …e('subjectName', rfc5280.GeneralNames().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
164 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)))
254 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0))),
256 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
258 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
260 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 3)))
288 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1)))
305 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
[all …]
Drfc3281.py18 from pyasn1.type import tag
79 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
81 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
83 … TargetCert().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 2)))
129 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
130 …namedtype.NamedType('value', univ.Any().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
140 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
142 ClassList().subtype(implicitTag=tag.Tag(tag.tagClassContext,
143tag.tagFormatSimple, 1)).subtype(
146 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
[all …]
Drfc3280.py19 from pyasn1.type import tag
115 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
117 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
119 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
121 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3)))
247 Version().subtype(explicitTag=tag.Tag(tag.tagClassContext,
248tag.tagFormatSimple, 0)).subtype(value="v1")),
256 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
258 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
260 … Extensions().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3)))
[all …]
Drfc5280.py20 from pyasn1.type import tag
244 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
247 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
250 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
253 implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3)))
363 …'crlExtensions', Extensions().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple…
393 …Constraint(0, ub_extension_attributes)).subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFo…
396 univ.Any().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1)),
452 Version().subtype(explicitTag=tag.Tag(tag.tagClassContext,
453tag.tagFormatSimple, 0)).subtype(value="v1")),
[all …]
Drfc2459.py21 from pyasn1.type import tag
378 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
380 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
382 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2))),
384 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 3),
396 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
399 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1)))
407 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0)))
558 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
561 explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
[all …]
Drfc1905.py15 from pyasn1.type import tag
28 … univ.Null().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 0))),
30 … univ.Null().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 1))),
32 … univ.Null().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 2)))
79 tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 0)
85 tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 1)
91 tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 2)
97 tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 3)
103 tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 5)
109 tag.Tag(tag.tagClassContext, tag.tagFormatConstructed, 6)
[all …]
/external/doclava/res/assets/templates-sdk/
Dmacros_override.cs61 each:tag = tags ?><p><?cs
62 if:tag.kind == "@memberDoc" ?><?cs call:tag_list(tag.commentTags) ?><?cs
63 elif:tag.kind == "@paramDoc" ?><?cs call:tag_list(tag.commentTags) ?><?cs
64 elif:tag.kind == "@returnDoc" ?><?cs call:tag_list(tag.commentTags) ?><?cs
65 elif:tag.kind == "@range" ?><?cs call:dump_range(tag) ?><?cs
66 elif:tag.kind == "@intDef" ?><?cs call:dump_int_def(tag) ?><?cs
67 elif:tag.kind == "@stringDef" ?><?cs call:dump_string_def(tag) ?><?cs
68 elif:tag.kind == "@permission" ?><?cs call:dump_permission(tag) ?><?cs
69 elif:tag.kind == "@service" ?><?cs call:dump_service(tag) ?><?cs
70 elif:tag.kind == "@feature" ?><?cs call:dump_feature(tag) ?><?cs
[all …]
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py211 for tag in tags:
212 self._writeTable(tag, writer, done, tableCache)
247 for tag in skipTables:
248 if tag in tables:
249 tables.remove(tag)
271 tag = tables[i]
273 tablePath = fileNameTemplate % tagToIdentifier(tag)
279 writer.simpletag(tagToXML(tag), src=os.path.basename(tablePath))
283 self._tableToXML(tableWriter, tag, splitGlyphs=splitGlyphs)
291 def _tableToXML(self, writer, tag, quiet=None, splitGlyphs=False): argument
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLog.java36 protected static int e(String tag, String msg) { in e() argument
37 return e(tag, msg, null); in e()
41 protected static int e(String tag, String msg, Throwable throwable) { in e() argument
42 return addLog(Log.ERROR, tag, msg, throwable); in e()
46 protected static int d(String tag, String msg) { in d() argument
47 return d(tag, msg, null); in d()
51 protected static int d(String tag, String msg, Throwable throwable) { in d() argument
52 return addLog(Log.DEBUG, tag, msg, throwable); in d()
56 protected static int i(String tag, String msg) { in i() argument
57 return i(tag, msg, null); in i()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaPlayerFacade.java86 private String getDefault(String tag) { in getDefault() argument
87 return (tag == null || tag.equals("")) ? "default" : tag; in getDefault()
90 private MediaPlayer getPlayer(String tag) { in getPlayer() argument
91 tag = getDefault(tag); in getPlayer()
92 return mPlayers.get(tag); in getPlayer()
95 private String getUrl(String tag) { in getUrl() argument
96 tag = getDefault(tag); in getUrl()
97 return mUrls.get(tag); in getUrl()
100 private void putMp(String tag, MediaPlayer player, String url) { in putMp() argument
101 tag = getDefault(tag); in putMp()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAffixUtils.java315 long tag = 0L; in unescape() local
316 while (hasNext(tag, affixPattern)) { in unescape()
317 tag = nextToken(tag, affixPattern); in unescape()
318 int typeOrCp = getTypeOrCp(tag); in unescape()
350 long tag = 0L; in unescapedCount() local
351 while (hasNext(tag, affixPattern)) { in unescapedCount()
352 tag = nextToken(tag, affixPattern); in unescapedCount()
353 int typeOrCp = getTypeOrCp(tag); in unescapedCount()
382 long tag = 0L; in containsType() local
383 while (hasNext(tag, affixPattern)) { in containsType()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DAffixUtils.java323 long tag = 0L; in unescape() local
324 while (hasNext(tag, affixPattern)) { in unescape()
325 tag = nextToken(tag, affixPattern); in unescape()
326 int typeOrCp = getTypeOrCp(tag); in unescape()
358 long tag = 0L; in unescapedCount() local
359 while (hasNext(tag, affixPattern)) { in unescapedCount()
360 tag = nextToken(tag, affixPattern); in unescapedCount()
361 int typeOrCp = getTypeOrCp(tag); in unescapedCount()
390 long tag = 0L; in containsType() local
391 while (hasNext(tag, affixPattern)) { in containsType()
[all …]
/external/libchrome/base/android/java/src/org/chromium/base/
DLog.java64 public static String normalizeTag(String tag) { in normalizeTag() argument
65 if (tag.startsWith(sTagPrefix)) return tag; in normalizeTag()
69 if (tag.startsWith(sDeprecatedTagPrefix)) { in normalizeTag()
73 return sTagPrefix + tag.substring(unprefixedTagStart, tag.length()); in normalizeTag()
90 public static boolean isLoggable(String tag, int level) { in isLoggable() argument
91 return android.util.Log.isLoggable(tag, level); in isLoggable()
108 private static void verbose(String tag, String messageTemplate, Object... args) { in verbose() argument
112 android.util.Log.v(normalizeTag(tag), message, tr); in verbose()
114 android.util.Log.v(normalizeTag(tag), message); in verbose()
121 public static void v(String tag, String message) { in v() argument
[all …]

12345678910>>...194