Searched refs:tag (Results 151 - 175 of 2005) sorted by relevance

1234567891011>>

/external/autotest/client/site_tests/hardware_StorageTrim/
H A Dhardware_StorageTrim.py47 tag='disk_fill')
61 tag='before_trim')
74 tag='after_trim')
/external/boringssl/src/crypto/asn1/
H A Da_bool.c83 int inf, tag, xclass; local
87 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
93 if (tag != V_ASN1_BOOLEAN) {
/external/freetype/include/freetype/internal/services/
H A Dsvsfnt.h41 FT_ULong tag,
51 FT_Sfnt_Tag tag );
60 FT_ULong *tag,
/external/javassist/src/main/javassist/bytecode/
H A DLocalVariableTypeAttribute.java31 public static final String tag = LocalVariableAttribute.typeTag; field in class:LocalVariableTypeAttribute
37 super(cp, tag, new byte[2]);
48 super(cp, tag, dest);
H A DStackMap.java47 public static final String tag = "StackMap"; field in class:StackMap
54 super(cp, tag, newInfo);
71 * <code>Top_variable_info.tag</code>.
76 * <code>Integer_variable_info.tag</code>.
81 * <code>Float_variable_info.tag</code>.
86 * <code>Double_variable_info.tag</code>.
91 * <code>Long_variable_info.tag</code>.
96 * <code>Null_variable_info.tag</code>.
101 * <code>UninitializedThis_variable_info.tag</code>.
106 * <code>Object_variable_info.tag</cod
208 typeInfo(int pos, byte tag) argument
252 typeInfo(int pos, byte tag) argument
287 insertLocal(int index, int tag, int classInfo) argument
323 typeInfo(int pos, byte tag) argument
530 writeVerifyTypeInfo(int tag, int data) argument
[all...]
/external/ltp/pan/
H A Dzoolib.h68 int zoo_mark_cmdline(zoo_t z, pid_t p, char *tag, char *cmdline);
72 int zoo_mark_args(zoo_t z, pid_t p, char *tag, int ac, char **av);
78 /* zoo_getpid(): get the pid for a specified tag
80 pid_t zoo_getpid(zoo_t z, char *tag);
/external/pdfium/third_party/freetype/include/freetype/internal/services/
H A Dsvsfnt.h41 FT_ULong tag,
51 FT_Sfnt_Tag tag );
60 FT_ULong *tag,
/external/tremolo/Tremolo/
H A Divorbiscodec.h96 char *tag, char *contents);
97 extern char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count);
98 extern int vorbis_comment_query_count(vorbis_comment *vc, char *tag);
/external/vixl/src/aarch64/
H A Dcpu-aarch64.h50 static T SetPointerTag(T pointer, uint64_t tag) { argument
51 VIXL_ASSERT(IsUintN(kAddressTagWidth, tag));
59 raw = (raw & ~kAddressTagMask) | (tag << kAddressTagOffset);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.c32 hdr.tag != ASN1_TAG_SEQUENCE) {
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
44 "class %d tag 0x%x; assume PKCS #8 not used",
45 hdr.class, hdr.tag);
73 hdr.tag != ASN1_TAG_SEQUENCE) {
75 "(AlgorithmIdentifier) - found class %d tag 0x%x; "
77 hdr.class, hdr.tag);
108 hdr.tag != ASN1_TAG_OCTETSTRING) {
110 "(privateKey) - found class %d tag 0x%x",
111 hdr.class, hdr.tag);
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dpkcs8.c32 hdr.tag != ASN1_TAG_SEQUENCE) {
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
44 "class %d tag 0x%x; assume PKCS #8 not used",
45 hdr.class, hdr.tag);
73 hdr.tag != ASN1_TAG_SEQUENCE) {
75 "(AlgorithmIdentifier) - found class %d tag 0x%x; "
77 hdr.class, hdr.tag);
108 hdr.tag != ASN1_TAG_OCTETSTRING) {
110 "(privateKey) - found class %d tag 0x%x",
111 hdr.class, hdr.tag);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs8.c32 hdr.tag != ASN1_TAG_SEQUENCE) {
42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) {
44 "class %d tag 0x%x; assume PKCS #8 not used",
45 hdr.class, hdr.tag);
73 hdr.tag != ASN1_TAG_SEQUENCE) {
75 "(AlgorithmIdentifier) - found class %d tag 0x%x; "
77 hdr.class, hdr.tag);
108 hdr.tag != ASN1_TAG_OCTETSTRING) {
110 "(privateKey) - found class %d tag 0x%x",
111 hdr.class, hdr.tag);
[all...]
/external/xmlrpcpp/src/
H A DXmlRpcUtil.h30 //! Returns contents between <tag> and </tag>, updates offset to char after </tag>
31 static std::string parseTag(const char* tag, std::string const& xml, int* offset);
33 //! Returns true if the tag is found and updates offset to the char after the tag
34 static bool findTag(const char* tag, std::string const& xml, int* offset);
36 //! Returns the next tag and updates offset to the char after the tag, or empty string
40 //! Returns true if the tag i
[all...]
/external/libevent/
H A Devent_tagging.c64 #include "event2/tag.h"
80 with the high bit clear. The integer value of the tag is taken
82 the tag 0x66 is encoded as [66], whereas the tag 0x166 is encoded as
96 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
172 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) argument
179 ev_uint8_t lower = tag & 0x7f;
180 tag >>= 7;
182 if (tag)
186 } while (tag);
248 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data, ev_uint32_t len) argument
257 evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag, struct evbuffer *data) argument
268 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer) argument
279 evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint64_t integer) argument
291 evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string) argument
298 evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv) argument
479 ev_uint32_t tag; local
505 ev_uint32_t tag; local
533 ev_uint32_t tag; local
552 ev_uint32_t tag; local
574 ev_uint32_t tag; local
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElement.java28 public static IElement create (final Tag tag) argument
30 return new ElementImpl (tag, AttributeSet.create ());
33 public static IElement create (final Tag tag, final AttributeSet attrs) argument
35 return new ElementImpl (tag, attrs);
110 ElementImpl (final Tag tag, final AttributeSet attrs) argument
112 super (tag, attrs);
/external/icu/icu4c/source/test/letest/
H A DFontTableCache.cpp20 LETag tag; member in struct:FontTableCacheEntry
36 fTableCache[i].tag = 0;
47 fTableCache[i].tag = 0;
65 if (fTableCache[i].tag == tableTag) {
86 fTableCache[i].tag = 0;
94 fTableCache[fTableCacheCurr].tag = tableTag;
/external/icu/icu4c/source/test/perf/leperf/
H A DFontTableCache.cpp22 LETag tag; member in struct:FontTableCacheEntry
38 fTableCache[i].tag = 0;
49 fTableCache[i].tag = 0;
67 if (fTableCache[i].tag == tableTag) {
88 fTableCache[i].tag = 0;
96 fTableCache[fTableCacheCurr].tag = tableTag;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DSource.java29 * comments in the following format <code>//$line-<i>tag</i>$.
72 final String tag = m.group(1);
73 if (tags.put(tag, Integer.valueOf(lines.size())) != null) {
74 throw new IllegalArgumentException("Duplicate tag: " + tag);
100 * Returns the line number with the given tag
102 * @param tag
103 * tag from a <code>//$line-<i>tag</i>$ marker
106 * if there is no such tag
108 getLineNumber(String tag) argument
[all...]
/external/libevent/include/event2/
H A Dtag.h30 /** @file event2/tag.h
65 @param ptag a pointer in which the tag id is being stored
70 void evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, const void *data,
72 void evtag_marshal_buffer(struct evbuffer *evbuf, ev_uint32_t tag,
88 void evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag,
90 void evtag_marshal_int64(struct evbuffer *evbuf, ev_uint32_t tag,
93 void evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag,
96 void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag,
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTabSpec.java18 private String tag; field in class:ShadowTabSpec
27 * Non-Android accessor, sets the tag on the TabSpec
29 public void setTag(String tag) { argument
30 this.tag = tag;
35 return tag;
98 contentView = factory.createTabContent(this.tag);
/external/boringssl/include/openssl/
H A Dasn1t.h268 #define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
269 (flags), (tag), 0,\
276 #define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
277 (flags), (tag), offsetof(stname, field),\
282 #define ASN1_EX_COMBINE(flags, tag, type) { \
283 (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
287 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
288 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
290 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
291 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stnam
394 long tag; /* tag, not used if no tagging */ member in struct:ASN1_TEMPLATE_st
[all...]
/external/boringssl/src/include/openssl/
H A Dasn1t.h268 #define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
269 (flags), (tag), 0,\
276 #define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
277 (flags), (tag), offsetof(stname, field),\
282 #define ASN1_EX_COMBINE(flags, tag, type) { \
283 (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) }
287 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
288 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
290 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
291 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stnam
394 long tag; /* tag, not used if no tagging */ member in struct:ASN1_TEMPLATE_st
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DField.java45 private byte tag; field in class:Field
82 * Sets signature and detects type tag from it.
90 tag = JDWPConstants.Tag.ARRAY_TAG;
93 tag = JDWPConstants.Tag.BYTE_TAG;
96 tag = JDWPConstants.Tag.CHAR_TAG;
99 tag = JDWPConstants.Tag.OBJECT_TAG;
102 tag = JDWPConstants.Tag.FLOAT_TAG;
105 tag = JDWPConstants.Tag.DOUBLE_TAG;
108 tag = JDWPConstants.Tag.INT_TAG;
111 tag
[all...]
/external/autotest/client/common_lib/hosts/
H A Drepair.py129 @property tag Short identifier to be used in logging.
135 def __init__(self, tag, dependencies):
137 self._tag = tag
208 def tag(self): member in class:_DependencyNode
213 in the 'status.log' file and during node construction. The tag
215 tag is not used alone, but is combined with other identifiers,
286 def __init__(self, tag, dependencies):
287 super(Verifier, self).__init__(tag, dependencies)
289 self._verify_tag = 'verify.' + self.tag
416 def __init__(self, tag, dependencie
[all...]
/external/autotest/server/site_tests/cheets_CTS/
H A Dcontrol.arm.android.core.tests.libcore.package.com25 tag='android.core.tests.libcore.package.com',

Completed in 663 milliseconds

1234567891011>>