Searched defs:tag (Results 76 - 100 of 981) sorted by relevance

1234567891011>>

/external/elfutils/0.153/backends/
H A Darm_retval.c73 int tag = dwarf_tag (typedie); local
76 while (tag == DW_TAG_typedef
77 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
78 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
82 tag = dwarf_tag (typedie);
86 switch (tag)
96 tag = dwarf_tag (typedie);
107 if (tag
[all...]
H A Dia64_symbol.c62 ia64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
65 switch (tag)
75 /* Check dynamic tag. */
77 ia64_dynamic_tag_check (int64_t tag) argument
79 return tag == DT_IA_64_PLT_RESERVE;
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/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Fieldref_info.java41 public final byte tag () method in class:CONSTANT_Fieldref_info
H A DCONSTANT_InterfaceMethodref_info.java40 public final byte tag () method in class:CONSTANT_InterfaceMethodref_info
H A DCONSTANT_Methodref_info.java41 public final byte tag () method in class:CONSTANT_Methodref_info
/external/freetype/src/sfnt/
H A Dttmtx.c62 FT_ULong tag, table_size; local
69 tag = TTAG_vmtx;
75 tag = TTAG_hmtx;
80 error = face->goto_table( face, tag, stream, &table_size );
/external/icu/icu4c/source/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/icu/icu4c/source/test/letest/
H A DFontTableCache.cpp18 LETag tag; member in struct:FontTableCacheEntry
34 fTableCache[i].tag = 0;
45 fTableCache[i].tag = 0;
63 if (fTableCache[i].tag == tableTag) {
84 fTableCache[i].tag = 0;
92 fTableCache[fTableCacheCurr].tag = tableTag;
/external/icu/icu4c/source/test/perf/leperf/
H A DFontTableCache.cpp18 LETag tag; member in struct:FontTableCacheEntry
34 fTableCache[i].tag = 0;
45 fTableCache[i].tag = 0;
63 if (fTableCache[i].tag == tableTag) {
84 fTableCache[i].tag = 0;
92 fTableCache[fTableCacheCurr].tag = tableTag;
/external/javassist/src/main/javassist/bytecode/
H A DAnnotationDefaultAttribute.java50 * minfo.getAttribute(AnnotationDefaultAttribute.tag);
69 public static final String tag = "AnnotationDefault"; field in class:AnnotationDefaultAttribute
80 super(cp, tag, info);
H A DConstantAttribute.java29 public static final String tag = "ConstantValue"; field in class:ConstantAttribute
45 super(cp, tag);
H A DEnclosingMethodAttribute.java29 public static final String tag = "EnclosingMethod"; field in class:EnclosingMethodAttribute
47 super(cp, tag);
66 super(cp, tag);
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 DSourceFileAttribute.java29 public static final String tag = "SourceFile"; field in class:SourceFileAttribute
44 super(cp, tag);
/external/libexif/contrib/examples/
H A Dphotographer.c24 /* Show the tag name and contents if the tag exists */
25 static void show_tag(ExifData *d, ExifIfd ifd, ExifTag tag) argument
27 /* See if this tag exists */
28 ExifEntry *entry = exif_content_get_entry(d->ifd[ifd],tag);
32 /* Get the contents of the tag in human-readable form */
38 printf("%s: %s\n", exif_tag_get_name_in_ifd(tag,ifd), buf);
43 /* Show the given MakerNote tag if it exists */
44 static void show_mnote_tag(ExifData *d, unsigned tag) argument
54 if (exif_mnote_data_get_id(mn, i) == tag) {
[all...]
/external/libexif/libexif/
H A Dexif-entry.h30 /*! Data found in one EXIF tag.
42 /*! Data found in one EXIF tag */
44 /*! EXIF tag for this entry */
45 ExifTag tag; member in struct:_ExifEntry
117 * for the given tag. If the entry is already initialized, this function
123 * \param[in] tag tag number to initialize as
125 void exif_entry_initialize (ExifEntry *e, ExifTag tag);
128 * If the data for this EXIF tag is in of the wrong type or is in an invalid
131 * EXIF_FORMAT_SHORT. If the tag i
[all...]
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh83 die "Missing attribute value in '$opt' while generating $tag tag"
89 local tag=$1
92 echo "${indent}<${tag}"
97 echo "${indent}<${tag}>"
103 local tag=$1
105 echo "${indent}</${tag}>"
108 tag() { function
109 local tag=$1
112 echo "${indent}<${tag}"
[all...]
H A Dgen_msvs_vcxproj.sh84 die "Missing attribute value in '$opt' while generating $tag tag"
90 local tag=$1
93 echo "${indent}<${tag}"
98 echo "${indent}<${tag}>"
104 local tag=$1
106 echo "${indent}</${tag}>"
109 tag() { function
110 local tag=$1
113 echo "${indent}<${tag}"
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp53 const dw_tag_t tag = parent_arg_die->Tag(); local
54 switch (tag)
/external/nanopb-c/examples/using_union_messages/
H A Ddecode.c11 /* This function reads manually the first tag from the stream and finds the
15 * message type. Returns null if the tag is of unknown type or an error occurs.
20 uint32_t tag; local
23 while (pb_decode_tag(stream, &wire_type, &tag, &eof))
28 for (field = UnionMessage_fields; field->tag != 0; field++)
30 if (field->tag == tag && (field->type & PB_LTYPE_SUBMESSAGE))
/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/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

Completed in 2075 milliseconds

1234567891011>>