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

1234567891011>>

/external/elfutils/tests/
H A Drun-show-abbrev.sh25 abbrev[0]: code = 1, tag = 17, children = 1
33 abbrev[19]: code = 2, tag = 46, children = 1
44 abbrev[44]: code = 3, tag = 46, children = 1
52 abbrev[63]: code = 4, tag = 24, children = 0
53 abbrev[68]: code = 5, tag = 46, children = 1
60 abbrev[85]: code = 6, tag = 36, children = 0
64 abbrev[96]: code = 7, tag = 52, children = 0
71 abbrev[0]: code = 1, tag = 17, children = 1
79 abbrev[19]: code = 2, tag = 46, children = 0
89 abbrev[42]: code = 3, tag
[all...]
/external/openssl/crypto/asn1/
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
80 if (tag >= 32)
85 if (!(ASN1_tag2bit(tag) & type))
92 if (tag == V_ASN1_BIT_STRING)
120 ret->type=tag;
131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) argument
138 if (tag == V_ASN1_BIT_STRING)
142 r=ASN1_object_size(0,ret,tag);
146 if ((tag
164 int inf,tag,xclass; local
[all...]
/external/doclava/src/com/google/doclava/
H A DSeeTagInfo.java66 for (SeeTagInfo tag : tags) {
67 if (tag.mBase.checkLevel() && tag.checkLevel()) {
68 tag.makeHDF(data, base + "." + j);
/external/javassist/src/main/javassist/bytecode/annotation/
H A DMemberValue.java35 char tag; field in class:MemberValue
37 MemberValue(char tag, ConstPool cp) { argument
39 this.tag = tag;
/external/nist-sip/java/javax/sip/header/
H A DFromHeader.java9 void setTag(String tag) throws ParseException; argument
H A DToHeader.java9 void setTag(String tag) throws ParseException; argument
/external/qemu/elff/
H A Ddwarf_utils.h40 /* Gets DWARF tag name string (DW_TAG_Xxx) for a given tag.
42 * tag - DWARF tag to get name string for.
45 * tag value passed to this routine has not been recognized.
47 const char* dwarf_tag_name(Dwarf_Tag tag);
/external/skia/include/ports/
H A DSkHarfBuzzFont.h59 static HB_Error GetFontTableFunc(void* skharfbuzzfont, const HB_Tag tag,
/external/skia/src/core/
H A DSkGlobals.cpp25 SkGlobals::Rec* SkGlobals::Find(uint32_t tag, Rec* (*create_proc)()) argument
32 if (rec->fTag == tag)
52 if (rec->fTag == tag)
59 rec->fTag = tag;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java61 public static final int CONST_Class = ClassInfo.tag;
66 public static final int CONST_Fieldref = FieldrefInfo.tag;
71 public static final int CONST_Methodref = MethodrefInfo.tag;
77 = InterfaceMethodrefInfo.tag;
82 public static final int CONST_String = StringInfo.tag;
87 public static final int CONST_Integer = IntegerInfo.tag;
92 public static final int CONST_Float = FloatInfo.tag;
97 public static final int CONST_Long = LongInfo.tag;
102 public static final int CONST_Double = DoubleInfo.tag;
107 public static final int CONST_NameAndType = NameAndTypeInfo.tag;
1169 static final int tag = 7; field in class:ClassInfo
1242 static final int tag = 12; field in class:NameAndTypeInfo
1337 static final int tag = 9; field in class:FieldrefInfo
1357 static final int tag = 10; field in class:MethodrefInfo
1377 static final int tag = 11; field in class:InterfaceMethodrefInfo
1397 static final int tag = 8; field in class:StringInfo
1426 static final int tag = 3; field in class:IntegerInfo
1455 static final int tag = 4; field in class:FloatInfo
1484 static final int tag = 5; field in class:LongInfo
1513 static final int tag = 6; field in class:DoubleInfo
1542 static final int tag = 1; field in class:Utf8Info
[all...]
H A DAttributeInfo.java77 if (nameStr.equals(AnnotationDefaultAttribute.tag))
79 else if (nameStr.equals(CodeAttribute.tag))
81 else if (nameStr.equals(ConstantAttribute.tag))
83 else if (nameStr.equals(DeprecatedAttribute.tag))
85 else if (nameStr.equals(EnclosingMethodAttribute.tag))
87 else if (nameStr.equals(ExceptionsAttribute.tag))
89 else if (nameStr.equals(InnerClassesAttribute.tag))
95 if (nameStr.equals(LineNumberAttribute.tag))
97 else if (nameStr.equals(LocalVariableAttribute.tag))
99 else if (nameStr.equals(LocalVariableTypeAttribute.tag))
[all...]
H A DConstantAttribute.java29 public static final String tag = "ConstantValue"; field in class:ConstantAttribute
45 super(cp, tag);
H A DSourceFileAttribute.java29 public static final String tag = "SourceFile"; field in class:SourceFileAttribute
44 super(cp, tag);
/external/icu4c/test/cintltst/
H A Dstdnmtst.c42 const char *tag; local
45 tag = ucnv_getStandardName(name, standard, &error);
46 if (!tag && expected) {
49 } else if (expected && (name == tag || uprv_strcmp(expected, tag))) {
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
118 const char *tag; local
121 tag = ucnv_getCanonicalName(name, standard, &error);
122 if (tag && !expected) {
123 log_err("FAIL: Unexpectedly found %s canonical name for %s, got %s\n", standard, name, tag);
[all...]
/external/bison/src/
H A Dprint.c110 fprintf (out, " %s", symbols[*sp]->tag);
113 fprintf (out, " %s", symbols[*sp]->tag);
142 max_length (&width, sym->tag);
158 const char *tag = sym->tag;
162 fprintf (out, " %s", tag);
163 for (j = width - strlen (tag); j > 0; --j)
187 max_length (&width, errp->symbols[i]->tag);
200 const char *tag = errp->symbols[i]->tag;
157 const char *tag = sym->tag; local
199 const char *tag = errp->symbols[i]->tag; local
460 const char *tag = symbols[token_translations[i]]->tag; local
488 const char *tag = symbols[i]->tag; local
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_sim.c103 UWord tag = a >> L.tag_shift; \
117 if (tag == set[0]) { \
120 /* If the tag is one other than the MRU, move it into the MRU spot */\
123 if (tag == set[i]) { \
127 set[0] = tag; \
132 /* A miss; install this tag as MRU, shuffle rest down. */ \
136 set[0] = tag; \
144 if (tag == set[0]) { \
148 if (tag == set[i]) { \
152 set[0] = tag; \
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DASN1InputStream.java118 * build an object given its tag and the number of bytes to construct it from.
121 int tag,
126 boolean isConstructed = (tag & CONSTRUCTED) != 0;
130 if ((tag & APPLICATION) != 0)
135 if ((tag & TAGGED) != 0)
194 int tag = read();
195 if (tag <= 0)
197 if (tag == 0)
206 // calculate tag number
208 int tagNo = readTagNumber(this, tag);
120 buildObject( int tag, int tagNo, int length) argument
265 readTagNumber(InputStream s, int tag) argument
[all...]
H A DBERTaggedObjectParser.java45 int tag,
58 return _parser.readImplicit(_constructed, tag);
44 getObjectParser( int tag, boolean isExplicit) argument
/external/chromium/chrome/browser/
H A Dspellchecker_linux.cc43 bool CheckSpelling(const string16& word_to_check, int tag) { argument
58 void CloseDocumentWithTag(int tag) {} argument
H A Dspellchecker_platform_engine.h58 bool CheckSpelling(const string16& word_to_check, int tag);
72 // Gets a unique tag to identify a document. Used in ignoring words.
75 // Tells the platform spellchecker to ignore a word. This doesn't take a tag
77 // the tag for sure is to ask the renderer, which would mean blocking in the
78 // browser, so (on the mac, anyway) we remember the most recent tag and use
82 // Tells the platform spellchecker that a document associated with a tag has
85 void CloseDocumentWithTag(int tag);
H A Dspellchecker_win.cc43 bool CheckSpelling(const string16& word_to_check, int tag) { argument
58 void CloseDocumentWithTag(int tag) {} argument
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DLessZeroFrame.java46 * Creates a LessZeroFrame with the given tag.
48 public LessZeroFrame(int tag) argument
50 choppedVariablesCount = LESS_ZERO_FRAME + 3 - tag;

Completed in 534 milliseconds

1234567891011>>