Searched defs:tag (Results 1 - 25 of 981) sorted by path

1234567891011>>

/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp566 const UINT tag,
624 /* Accept the additional channel(s), only if the tag is in the lists */
653 if (isCpe == pPce->FrontElementIsCpe[i] && pPce->FrontElementTagSelect[i] == tag) {
707 if (isCpe == pPce->SideElementIsCpe[i] && pPce->SideElementTagSelect[i] == tag) {
761 if (isCpe == pPce->BackElementIsCpe[i] && pPce->BackElementTagSelect[i] == tag) {
840 if ( pPce->LfeElementTagSelect[i] == tag ) {
857 if (pPce->ValidCcElementTagSelect[i] == tag) {
865 if (pPce->AssocDataElementTagSelect[i] == tag) {
563 CProgramConfig_LookupElement( CProgramConfig *pPce, UINT channelConfig, const UINT tag, const UINT channelIdx, UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[], UCHAR chIndex[], UCHAR *elMapping, MP4_ELEMENT_ID elList[], MP4_ELEMENT_ID elType ) argument
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp245 FDKwriteBits(hBs, instanceTagPCE, 4); /* Element instance tag */
270 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++; local
272 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/
276 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++; local
278 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/
282 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++; local
284 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/
316 bits += 4 + 2 + 4; /* Element instance tag + Object type + Sample rate index */
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DArrayRegion.java29 private byte tag; field in class:ArrayRegion
36 public ArrayRegion(byte tag, int length) { argument
37 this.tag = tag;
71 * @return Returns the tag.
74 return tag;
77 * @param tag The tag to set.
79 public void setTag(byte tag) { argument
80 this.tag
[all...]
H A DField.java45 private byte tag; field in class:Field
82 * Sets signature and detects type tag from it.
90 tag = JDWPConstants.Tag.ARRAY_TAG;
93 tag = JDWPConstants.Tag.BYTE_TAG;
96 tag = JDWPConstants.Tag.CHAR_TAG;
99 tag = JDWPConstants.Tag.OBJECT_TAG;
102 tag = JDWPConstants.Tag.FLOAT_TAG;
105 tag = JDWPConstants.Tag.DOUBLE_TAG;
108 tag = JDWPConstants.Tag.INT_TAG;
111 tag
[all...]
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...]
H A DJDWPConstants.java223 * @param tag
227 public static String getName(byte tag) { argument
228 switch (tag) {
H A DLocation.java34 public byte tag; field in class:Location
43 tag = JDWPConstants.Tag.NO_TAG;
52 public Location(byte tag, long classID, long methodID, long index) { argument
53 this.tag = tag;
63 return "Location: tag="+tag+", classID="+classID+", methodID="+methodID+", index="+index;
H A DPacket.java158 * @param tag
159 * Type tag (see JDWP.tag)
162 public boolean isValuePrimitiveType(byte tag) { argument
163 switch (tag) {
216 throw new TestErrorException("Improper JDWP.tag value = " + tag);
801 this.setNextValueAsByte(taggedObject.tag);
819 taggedObject.tag = this.getNextValueAsByte();
971 this.setNextValueAsByte(location.tag);
1078 getNextValueAsUntaggedValue(byte tag) argument
[all...]
H A DTaggedObject.java34 public byte tag; field in class:TaggedObject
38 * Creates new value with empty tag.
41 tag = JDWPConstants.Tag.NO_TAG;
48 public TaggedObject(byte tag, long objectID) { argument
49 this.tag = tag;
H A DValue.java36 private byte tag; field in class:Value
45 * Creates new value with no tag.
48 tag = JDWPConstants.Tag.NO_TAG;
52 * Creates new ID value with specified tag.
54 public Value(byte tag, long value) { argument
55 this.tag = tag;
63 this.tag = JDWPConstants.Tag.BYTE_TAG;
71 this.tag = JDWPConstants.Tag.SHORT_TAG;
79 this.tag
[all...]
/external/bison/lib/
H A Dspawn_int.h27 } tag; member in struct:__spawn_action
/external/bison/
H A Dmaint.mk103 this-vc-tag = v$(VERSION)
104 this-vc-tag-regexp = v$(VERSION_REGEXP)
106 tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]')
107 tag-this-version = $(subst .,_,$(VERSION))
108 this-vc-tag = $(tag-package)-$(tag-this-version)
109 this-vc-tag-regexp = $(this-vc-tag)
1290 # the signed tag w
[all...]
/external/bison/src/
H A Dprint-xml.c151 char const *tag = sym->tag; local
156 xml_escape (tag), s1->number);
164 char const *tag = sym->tag; local
169 xml_escape (tag), s1->number);
202 char const *tag = errp->symbols[i]->tag; local
205 xml_escape (tag));
309 print_reduction (out, level + 1, symbols[i]->tag,
392 char const *tag = symbols[token_translations[i]]->tag; local
414 char const *tag = symbols[i]->tag; local
[all...]
H A Dprint.c108 fprintf (out, " %s", symbols[*sp]->tag);
111 fprintf (out, " %s", symbols[*sp]->tag);
141 max_length (&width, sym->tag);
157 const char *tag = sym->tag;
161 fprintf (out, " %s", tag);
162 for (j = width - strlen (tag); j > 0; --j)
186 max_length (&width, errp->symbols[i]->tag);
199 const char *tag = errp->symbols[i]->tag;
156 const char *tag = sym->tag; local
198 const char *tag = errp->symbols[i]->tag; local
413 const char *tag = symbols[token_translations[i]]->tag; local
441 const char *tag = symbols[i]->tag; local
[all...]
H A Dsymtab.c31 | Symbols sorted by tag. Allocated by the first invocation of |
62 symbol_new (uniqstr tag, location loc) argument
66 uniqstr_assert (tag);
68 /* If the tag is not a string (starts with a double quote), check
70 if (tag[0] != '\"' && tag[0] != '\'' && mbschr (tag, '-'))
72 tag);
74 res->tag = tag;
102 semantic_type_new(uniqstr tag) argument
[all...]
H A Dsymtab.h59 uniqstr tag; member in struct:symbol
198 uniqstr tag; member in struct:__anon391
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c156 static void ts_log(char *tag, int val, struct timespec *pprev_opt) argument
162 UNUSED(tag);
173 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val);
179 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val);
1326 adev->device.common.tag = HARDWARE_DEVICE_TAG;
1360 .tag = HARDWARE_MODULE_TAG,
/external/bluetooth/bluedroid/stack/include/
H A Dobx_api.h109 * flag is TRUE, the optional Challenge Information (tag 0x01)
422 UINT8 tag; member in struct:__anon1596
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1InputStream.java126 * build an object given its tag and the number of bytes to construct it from.
129 int tag,
134 boolean isConstructed = (tag & CONSTRUCTED) != 0;
138 if ((tag & APPLICATION) != 0)
143 if ((tag & TAGGED) != 0)
180 throw new IOException("unknown tag " + tagNo + " encountered");
210 int tag = read();
211 if (tag <= 0)
213 if (tag == 0)
222 // calculate tag numbe
128 buildObject( int tag, int tagNo, int length) argument
281 readTagNumber(InputStream s, int tag) argument
[all...]
H A DASN1OutputStream.java65 int tag,
69 write(tag);
64 writeEncoded( int tag, byte[] bytes) argument
H A DASN1StreamParser.java55 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException argument
64 return readIndef(tag);
69 switch (tag)
81 switch (tag)
96 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException argument
102 return new DERTaggedObject(false, tag, new DEROctetString(defIn.toByteArray()));
110 ? new BERTaggedObject(true, tag, v.get(0))
111 : new BERTaggedObject(false, tag, BERFactory.createSequence(v));
115 ? new DERTaggedObject(true, tag, v.get(0))
116 : new DERTaggedObject(false, tag, DERFactor
[all...]
H A DASN1TaggedObject.java56 * If the object implements ASN1Choice the tag style will always be changed
60 * @param tagNo the tag number for this object.
171 * return whatever was following the tag.
189 * the type of the passed in tag. If the object doesn't have a parser
193 int tag,
196 switch (tag)
211 throw new RuntimeException("implicit tagging not implemented for tag: " + tag);
192 getObjectParser( int tag, boolean isExplicit) argument
H A DASN1TaggedObjectParser.java10 public ASN1Encodable getObjectParser(int tag, boolean isExplicit) argument
H A DBERApplicationSpecificParser.java8 private final int tag; field in class:BERApplicationSpecificParser
11 BERApplicationSpecificParser(int tag, ASN1StreamParser parser) argument
13 this.tag = tag;
26 return new BERApplicationSpecific(tag, parser.readVector());
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

Completed in 547 milliseconds

1234567891011>>