Searched refs:tag (Results 76 - 100 of 1075) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/src/
H A Dhb-ot-tag.cc65 hb_ot_old_tag_to_script (hb_tag_t tag) argument
67 if (unlikely (tag == HB_OT_TAG_DEFAULT_SCRIPT))
72 /* Any spaces at the end of the tag are replaced by repeating the last
74 if (unlikely ((tag & 0x0000FF00) == 0x00002000))
75 tag |= (tag >> 8) & 0x0000FF00; /* Copy second letter to third */
76 if (unlikely ((tag & 0x000000FF) == 0x00000020))
77 tag |= (tag >> 8) & 0x000000FF; /* Copy third letter to fourth */
80 return (hb_script_t) (tag
103 hb_ot_new_tag_to_script(hb_tag_t tag) argument
148 hb_ot_tag_to_script(hb_tag_t tag) argument
161 hb_tag_t tag; member in struct:__anon6494
631 char tag[4]; local
678 hb_ot_tag_to_language(hb_tag_t tag) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DXTagXmlResourceLoader.java19 private String tag; field in class:XTagXmlResourceLoader
32 public XTagXmlResourceLoader( ResourceExtractor resourceExtractor, String tag ) {
34 this.tag = tag;
44 NodeList items = document.getElementsByTagName( tag );
/external/chromium/third_party/libevent/
H A Devent_tagging.c69 int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
122 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag) argument
129 ev_uint8_t lower = tag & 0x7f;
130 tag >>= 7;
132 if (tag)
136 } while (tag);
184 * tag number: one byte; length: var bytes; payload: var bytes
188 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag, argument
191 evtag_encode_tag(evbuf, tag);
198 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_ argument
209 evtag_marshal_string(struct evbuffer *buf, ev_uint32_t tag, const char *string) argument
215 evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv) argument
359 ev_uint32_t tag; local
389 ev_uint32_t tag; local
409 ev_uint32_t tag; local
428 ev_uint32_t tag; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py244 def wps_tag_read(tag):
245 if len(tag.ndef.message):
246 message = nfc.ndef.Message(tag.ndef.message)
252 print "WPS tag - send to wpa_supplicant"
253 wpas_tag_read(tag.ndef.message)
256 print "Empty tag"
258 print "Remove tag"
259 while tag.is_present:
270 print "Touch an NFC tag"
272 tag
[all...]
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh82 die "Missing attribute value in '$opt' while generating $tag tag"
88 local tag=$1
91 echo "${indent}<${tag}"
96 echo "${indent}<${tag}>"
102 local tag=$1
104 echo "${indent}</${tag}>"
107 tag() { function
108 local tag=$1
111 echo "${indent}<${tag}"
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py146 def wps_tag_read(tag):
147 if len(tag.ndef.message):
148 message = nfc.ndef.Message(tag.ndef.message)
154 print "WPS tag - send to hostapd"
155 wpas_tag_read(tag.ndef.message)
158 print "Empty tag"
160 print "Remove tag"
161 while tag.is_present:
172 print "Touch an NFC tag"
174 tag
[all...]
/external/dropbear/libtomcrypt/src/encauth/eax/
H A Deax_encrypt_authenticate_memory.c21 EAX encrypt and produce an authentication tag
32 @param tag [out] The destination tag
33 @param taglen [in/out] The max size and resulting size of the authentication tag
42 unsigned char *tag, unsigned long *taglen)
50 LTC_ARGCHK(tag != NULL);
63 if ((err = eax_done(eax, tag, taglen)) != CRYPT_OK) {
36 eax_encrypt_authenticate_memory(int cipher, const unsigned char *key, unsigned long keylen, const unsigned char *nonce, unsigned long noncelen, const unsigned char *header, unsigned long headerlen, const unsigned char *pt, unsigned long ptlen, unsigned char *ct, unsigned char *tag, unsigned long *taglen) argument
/external/dropbear/libtomcrypt/src/encauth/ocb/
H A Docb_done_decrypt.c26 @param tag The authentication tag (to compare against)
27 @param taglen The length of the authentication tag provided
28 @param stat [out] The result of the tag comparison
29 @return CRYPT_OK if the process was successful regardless if the tag is valid
34 const unsigned char *tag, unsigned long taglen, int *stat)
43 LTC_ARGCHK(tag != NULL);
60 if (taglen <= tagbuflen && XMEMCMP(tagbuf, tag, taglen) == 0) {
31 ocb_done_decrypt(ocb_state *ocb, const unsigned char *ct, unsigned long ctlen, unsigned char *pt, const unsigned char *tag, unsigned long taglen, int *stat) argument
/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/openssl/crypto/asn1/
H A Da_bool.c83 int inf,tag,xclass; local
87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
94 if (tag != V_ASN1_BOOLEAN)
/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/v8/src/
H A Dvm-state-inl.h61 VMState::VMState(Isolate* isolate, StateTag tag) argument
64 LOG(isolate, UncheckedStringEvent("Entering", StateToString(tag)));
68 isolate_->SetCurrentVMState(tag);
/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/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/robolectric/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERTaggedObjectParser.java33 int tag,
46 return _parser.readImplicit(_constructed, tag);
32 getObjectParser( int tag, boolean isExplicit) argument
/external/kernel-headers/original/asm-arm/arch/
H A Dboard.h158 u16 tag; member in struct:omap_board_config_entry
164 u16 tag; member in struct:omap_board_config_kernel
178 extern const void *__omap_get_config(u16 tag, size_t len, int nr);
180 #define omap_get_config(tag, type) \
181 ((const type *) __omap_get_config((tag), sizeof(type), 0))
182 #define omap_get_nr_config(tag, type, nr) \
183 ((const type *) __omap_get_config((tag), sizeof(type), (nr)))
185 extern const void *omap_get_var_config(u16 tag, size_t *len);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPETag.java47 * entity tag field
57 public SIPETag( String tag ) throws ParseException {
59 this.setETag( tag );
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DSameZeroFrame.java44 * Creates a SameZeroFrame with the given tag.
46 public SameZeroFrame(int tag) argument
48 u2offsetDelta = tag - SAME_ZERO_FRAME;
/external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/
H A Drows.js3 function checkRowNesting(tag)
6 var container = document.createElement(tag);
/external/elfutils/tests/
H A Drun-show-abbrev.sh32 abbrev[0]: code = 1, tag = 17, children = 1
40 abbrev[19]: code = 2, tag = 46, children = 1
51 abbrev[44]: code = 3, tag = 46, children = 1
59 abbrev[63]: code = 4, tag = 24, children = 0
60 abbrev[68]: code = 5, tag = 46, children = 1
67 abbrev[85]: code = 6, tag = 36, children = 0
71 abbrev[96]: code = 7, tag = 52, children = 0
78 abbrev[0]: code = 1, tag = 17, children = 1
86 abbrev[19]: code = 2, tag = 46, children = 0
96 abbrev[42]: code = 3, tag
[all...]

Completed in 722 milliseconds

1234567891011>>