Searched refs:tag (Results 101 - 125 of 2005) sorted by relevance

1234567891011>>

/external/elfutils/backends/
H A Dsparc_attrs.c41 const char *vendor, int tag, uint64_t value,
45 switch (tag)
40 sparc_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) argument
H A Dsparc_retval.c76 int tag = dwarf_peeled_die_type (functypedie, typedie); local
77 if (tag <= 0)
78 return tag;
81 switch (tag)
92 tag = DWARF_TAG_OR_RETURN (typedie);
107 if ((tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
115 if (tag == DW_TAG_base_type)
H A Dx86_64_retval.c85 int tag = dwarf_peeled_die_type (functypedie, typedie); local
86 if (tag <= 0)
87 return tag;
90 switch (tag)
101 tag = DWARF_TAG_OR_RETURN (typedie);
114 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
121 if (tag == DW_TAG_base_type)
/external/harfbuzz_ng/src/
H A Dhb-ot-tag.h48 hb_ot_tag_to_script (hb_tag_t tag);
54 hb_ot_tag_to_language (hb_tag_t tag);
/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/libexif/libexif/canon/
H A Dmnote-canon-entry.h26 #include <libexif/canon/mnote-canon-tag.h>
31 MnoteCanonTag tag; member in struct:_MnoteCanonEntry
/external/libexif/libexif/fuji/
H A Dmnote-fuji-entry.h25 #include <libexif/fuji/mnote-fuji-tag.h>
33 MnoteFujiTag tag; member in struct:_MnoteFujiEntry
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.h26 #include <libexif/olympus/mnote-olympus-tag.h>
31 MnoteOlympusTag tag; member in struct:_MnoteOlympusEntry
/external/libexif/libexif/pentax/
H A Dmnote-pentax-entry.h26 #include <libexif/pentax/mnote-pentax-tag.h>
31 MnotePentaxTag tag; member in struct:_MnotePentaxEntry
/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/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamExtensions.cs41 uint tag = input.ReadTag();
42 Assert.AreEqual(expectedTag, tag);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DSerializedFragmentState.java8 public final String tag; field in class:SerializedFragmentState
16 tag = fragment.getTag();
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
H A DMappingStartEvent.java35 public MappingStartEvent(String anchor, String tag, boolean implicit, Mark startMark, argument
37 super(anchor, tag, implicit, startMark, endMark, flowStyle);
H A DSequenceStartEvent.java30 public SequenceStartEvent(String anchor, String tag, boolean implicit, Mark startMark, argument
32 super(anchor, tag, implicit, startMark, endMark, flowStyle);
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
H A DCollectionNode.java27 public CollectionNode(Tag tag, Mark startMark, Mark endMark, Boolean flowStyle) { argument
28 super(tag, startMark, endMark);
/external/tpm2/
H A DGetTestResult_fp.h22 // and marshals the size of the parameter area (parameter_size) if |tag| ==
26 TPMI_ST_COMMAND_TAG tag,
33 // |*response_parameter_buffer_size|. If |tag| == TPM_ST_SESSIONS, marshals
36 TPM_RC Exec_GetTestResult(TPMI_ST_COMMAND_TAG tag,
H A DReadClock_fp.h19 // and marshals the size of the parameter area (parameter_size) if |tag| ==
23 TPMI_ST_COMMAND_TAG tag,
30 // |*response_parameter_buffer_size|. If |tag| == TPM_ST_SESSIONS, marshals
33 TPM_RC Exec_ReadClock(TPMI_ST_COMMAND_TAG tag,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERGenerator.java40 int tag)
43 _out.write(tag);
48 int tag)
58 writeHdr(tag);
62 if ((tag & BERTags.CONSTRUCTED) != 0)
74 writeHdr(tag);
84 if (_tagged && _isExplicit) // write extra end for tag header
39 writeHdr( int tag) argument
47 writeBERHeader( int tag) argument
/external/icu/icu4c/source/samples/layout/
H A DFontTableCache.cpp21 LETag tag; member in struct:FontTableCacheEntry
36 fTableCache[i].tag = 0;
46 fTableCache[i].tag = 0;
64 if (fTableCache[i].tag == tableTag) {
84 fTableCache[i].tag = 0;
91 fTableCache[fTableCacheCurr].tag = tableTag;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DOpenTypeTagBuilder.java199 private static String tagLabel(String tag) argument
202 String upperTag = tag.toUpperCase();
222 String tag = tags[i];
224 System.out.println(" LE_" + tagLabel(tag) + "_" + enumName.toUpperCase() +
225 "_TAG = " + TagUtilities.makeTag(tag) + "UL" +
226 (i == tags.length - 1? " " : ",") + " /* '" + tag + "' */");
/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/valgrind/helgrind/tests/
H A Dfilter_xml79 foreach my $tag (keys %ignore_sections) {
80 if ($line =~ $ignore_sections{$tag}) {
81 print "$tag...$ignore_sections{$tag}\n";
87 foreach my $tag (keys %ignore_sections) {
88 if ($line =~ $tag) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java215 private byte tag; field in class:Frame.Variable
229 tag = JDWPConstants.Tag.NO_TAG;
280 * Sets new signature and detects value of a type tag.
287 tag = JDWPConstants.Tag.ARRAY_TAG;
290 tag = JDWPConstants.Tag.BYTE_TAG;
293 tag = JDWPConstants.Tag.CHAR_TAG;
296 tag = JDWPConstants.Tag.OBJECT_TAG;
299 tag = JDWPConstants.Tag.FLOAT_TAG;
302 tag = JDWPConstants.Tag.DOUBLE_TAG;
305 tag
[all...]

Completed in 452 milliseconds

1234567891011>>