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

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1TaggedObjectParser.java10 public ASN1Encodable getObjectParser(int tag, boolean isExplicit) argument
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/elfutils/libdw/
H A Ddwarf_getabbrevtag.c1 /* Get abbreviation tag.
64 return abbrev == NULL ? 0 : abbrev->tag;
/external/icu4c/extra/uconv/unicode/
H A Duwmsg.h24 U_CFUNC int u_wmsg(FILE *fp, const char *tag, ... );
/external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/
H A Dcells.js3 function checkCellNesting(tag)
6 var container = document.createElement(tag);
13 function checkHeaderCellNesting(tag)
16 var container = document.createElement(tag);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextCheckerClient.cpp86 void WebTextCheckerClient::closeSpellDocumentWithTag(uint64_t tag) argument
91 m_client.closeSpellDocumentWithTag(tag, m_client.clientInfo);
94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength) argument
99 m_client.checkSpellingOfString(tag, toAPI(text.impl()), &misspellingLocation, &misspellingLength, m_client.clientInfo);
102 void WebTextCheckerClient::checkGrammarOfString(uint64_t tag, const String& text, Vector<WebCore::GrammarDetail>& grammarDetails, int32_t& badGrammarLocation, int32_t& badGrammarLength) argument
108 m_client.checkGrammarOfString(tag, toAPI(text.impl()), &wkGrammarDetailsRef, &badGrammarLocation, &badGrammarLength, m_client.clientInfo);
132 void WebTextCheckerClient::updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord) argument
137 m_client.updateSpellingUIWithMisspelledWord(tag, toAPI(misspelledWord.impl()), m_client.clientInfo);
140 void WebTextCheckerClient::updateSpellingUIWithGrammarString(uint64_t tag, const String& badGrammarPhrase, const WebCore::GrammarDetail& grammarDetail) argument
145 m_client.updateSpellingUIWithGrammarString(tag, toAP
148 guessesForWord(uint64_t tag, const String& word, Vector<String>& guesses) argument
159 learnWord(uint64_t tag, const String& word) argument
167 ignoreWord(uint64_t tag, const String& word) argument
[all...]
/external/icu4c/layout/
H A DOpenTypeTables.h32 ATag tag; member in struct:TagAndOffsetRecord
45 LETag tag; member in struct:FeatureMap
/external/javassist/src/main/javassist/bytecode/
H A DDeprecatedAttribute.java29 public static final String tag = "Deprecated"; field in class:DeprecatedAttribute
43 super(cp, tag, new byte[0]);
H A DSyntheticAttribute.java29 public static final String tag = "Synthetic"; field in class:SyntheticAttribute
43 super(cp, tag, new byte[0]);
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DSerializedFragmentState.java8 public final String tag; field in class:SerializedFragmentState
16 tag = fragment.getTag();
H A DShadowNotificationManager.java27 public void notify(String tag, int id, Notification notification) { argument
28 if (tag != null) {
29 idForTag.put(tag, id);
41 public void cancel(String tag, int id) { argument
42 // I can't make sense of this method signature. I'm guessing that the id is optional and if it's bogus you are supposed to use the tag instead, but that references to both should be gone. PG
43 Integer tagId = idForTag.remove(tag);
65 public Notification getNotification(String tag) { argument
66 Integer id = idForTag.get(tag);
/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/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/harfbuzz_ng/src/hb-icu-le/
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/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/harfbuzz_ng/src/
H A Dhb-open-file-private.hh61 Tag tag; /* 4-byte identifier. */ member in struct:OT::TableRecord
81 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const argument
84 t.set (tag);
88 if (t == tables[i].tag)
97 inline const TableRecord& get_table_by_tag (hb_tag_t tag) const
100 find_table_index (tag, &table_index);
206 inline hb_tag_t get_tag (void) const { return u.tag; }
210 switch (u.tag) {
221 switch (u.tag) {
236 if (unlikely (!u.tag
249 Tag tag; /* 4-byte identifier. */ member in union:OT::OpenTypeFontFile::__anon6461
[all...]

Completed in 742 milliseconds

1234567891011>>