Searched refs:tag (Results 51 - 75 of 965) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DJoinHeader.java108 * it contains a From tag only, providing "half" of the dialog ID. The dialog
112 * in the To header field. When a tag is generated by a User Agent for insertion into
118 * global uniqueness, the algorithm for generating a tag is implementation
124 * tag in such a way that a backup can recognize a request as part of a dialog
132 * <code>From: "Bob" sips:bob@biloxi.com ;tag=a48s<br>
133 * From: sip:+12125551212@phone2net.com;tag=887s<br>
134 * From: Anonymous sip:c8oqz84zk7z@privacy.org;tag=hyh8</code>
145 * Sets the tag parameter of the FromHeader. The tag in the From field of a
147 * outside of a dialog, it contains a From tag onl
160 setToTag(String tag) argument
161 setFromTag(String tag) argument
[all...]
H A DReplacesHeader.java27 void setToTag(String tag) throws ParseException; argument
29 void setFromTag(String tag) throws ParseException; argument
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.h42 typedef void (*WKTextCheckerCloseSpellDocumentWithTag)(uint64_t tag, const void *clientInfo);
43 typedef void (*WKTextCheckerCheckSpellingOfString)(uint64_t tag, WKStringRef text, int32_t* misspellingLocation, int32_t* misspellingLength, const void *clientInfo);
44 typedef void (*WKTextCheckerCheckGrammarOfString)(uint64_t tag, WKStringRef text, WKArrayRef* grammarDetails, int32_t* badGrammarLocation, int32_t* badGrammarLength, const void *clientInfo);
47 typedef void (*WKTextCheckerUpdateSpellingUIWithMisspelledWord)(uint64_t tag, WKStringRef misspelledWord, const void *clientInfo);
48 typedef void (*WKTextCheckerUpdateSpellingUIWithGrammarString)(uint64_t tag, WKStringRef badGrammarPhrase, WKGrammarDetailRef grammarDetail, const void *clientInfo);
49 typedef WKArrayRef (*WKTextCheckerGuessesForWord)(uint64_t tag, WKStringRef word, const void *clientInfo);
50 typedef void (*WKTextCheckerLearnWord)(uint64_t tag, WKStringRef word, const void *clientInfo);
51 typedef void (*WKTextCheckerIgnoreWord)(uint64_t tag, WKStringRef word, const void *clientInfo);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERGenerator.java38 int tag)
41 _out.write(tag);
46 int tag)
56 writeHdr(tag);
60 if ((tag & BERTags.CONSTRUCTED) != 0)
72 writeHdr(tag);
94 if (_tagged && _isExplicit) // write extra end for tag header
37 writeHdr( int tag) argument
45 writeBERHeader( int tag) argument
/external/chromium/chrome/browser/
H A Dspellcheck_message_filter.cc39 int tag,
41 *correct = SpellCheckerPlatform::CheckSpelling(word, tag);
50 void SpellCheckMessageFilter::OnGetDocumentTag(int* tag) { argument
51 *tag = SpellCheckerPlatform::GetDocumentTag();
54 void SpellCheckMessageFilter::OnDocumentWithTagClosed(int tag) { argument
55 SpellCheckerPlatform::CloseDocumentWithTag(tag);
38 OnPlatformCheckSpelling(const string16& word, int tag, bool* correct) argument
/external/elfutils/backends/
H A Dppc64_symbol.c61 ppc64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
64 switch (tag)
80 ppc64_dynamic_tag_check (int64_t tag) argument
82 return (tag == DT_PPC64_GLINK
83 || tag == DT_PPC64_OPD
84 || tag == DT_PPC64_OPDSZ);
/external/icu4c/samples/layout/
H A DFontTableCache.cpp17 LETag tag; member in struct:FontTableCacheEntry
32 fTableCache[i].tag = 0;
42 fTableCache[i].tag = 0;
60 if (fTableCache[i].tag == tableTag) {
80 fTableCache[i].tag = 0;
87 fTableCache[fTableCacheCurr].tag = tableTag;
/external/icu4c/test/letest/
H A DFontTableCache.cpp18 LETag tag; member in struct:FontTableCacheEntry
33 fTableCache[i].tag = 0;
43 fTableCache[i].tag = 0;
60 if (fTableCache[i].tag == tableTag) {
80 fTableCache[i].tag = 0;
87 fTableCache[fTableCacheCurr].tag = tableTag;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DBaseDescriptor.java25 abstract aligned(8) expandable(228-1) class BaseDescriptor : bit(8) tag=0 {
40 int tag; field in class:BaseDescriptor
48 return tag;
53 + 1//1 for the tag
65 public final void parse(int tag, ByteBuffer bb) throws IOException { argument
66 this.tag = tag;
94 sb.append("{tag=").append(tag);
/external/oprofile/libutil++/
H A Dxml_output.cpp22 string tag_name(tag_t tag) argument
25 out << xml_tag_name(tag);
30 string open_element(tag_t tag, bool with_attrs) argument
35 open_xml_element(tag, with_attrs, buf, MAX_XML_BUF);
41 string close_element(tag_t tag, bool has_nested) argument
46 close_xml_element(tag, has_nested, buf, MAX_XML_BUF);
/external/e2fsprogs/lib/blkid/
H A Dtag.c2 * tag.c - allocation/initialization/free routines for tag structs
22 blkid_tag tag; local
24 if (!(tag = (blkid_tag) calloc(1, sizeof(struct blkid_struct_tag))))
27 INIT_LIST_HEAD(&tag->bit_tags);
28 INIT_LIST_HEAD(&tag->bit_names);
30 return tag;
34 void blkid_debug_dump_tag(blkid_tag tag) argument
36 if (!tag) {
37 printf(" tag
45 blkid_free_tag(blkid_tag tag) argument
87 blkid_tag tag; local
300 blkid_tag tag; local
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_info.java31 * Returns the tag byte for this CONSTANT type [this data is
34 public abstract byte tag (); method in class:CONSTANT_info
63 byte tag = bytes.readByte ();
65 switch (tag)
103 default: throw new IllegalStateException ("CONSTANT_info: invalid tag value [" + tag + ']');
130 out.writeByte (tag ());
135 switch (constant.tag ())
173 default: throw new IllegalStateException ("CONSTANT_info: invalid tag value [" + constant.tag ()
[all...]
/external/srtp/crypto/hash/
H A Dauth.c78 * test cases provided in an array of values of key, data, and tag
90 uint8_t tag[SELF_TEST_TAG_BUF_OCTETS]; local
123 /* zeroize tag then compute */
124 octet_string_set_to_zero(tag, test_case->tag_length_octets);
126 test_case->data_length_octets, tag);
138 debug_print(mod_auth, "tag computed: %s",
139 octet_string_hex_string(tag, test_case->tag_length_octets));
140 debug_print(mod_auth, "tag expected: %s",
141 octet_string_hex_string(test_case->tag,
147 if (tag[
[all...]
/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/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/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);
/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...]

Completed in 414 milliseconds

1234567891011>>