HomeSort by relevance Sort by last modified time
    Searched refs:tagType (Results 1 - 14 of 14) sorted by null

  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 74 int32_t tagLen, tagType, bal;
81 if (NULL == (buffer = XML_DOM_getTag(buffer, &tagLen, &tagType)))
84 switch (tagType) {
264 uint8_t *XML_DOM_getTag(uint8_t *buffer, int32_t *tagLen, int32_t *tagType)
300 *tagType = XML_TAG_END;
310 *tagType = XML_TAG_START;
312 *tagType = XML_TAG_SELF;
326 if (*tagType == XML_TAG_END)
342 int32_t tagLen, tagType;
358 if (NULL == (buffer = XML_DOM_getTag(buffer, &tagLen, &tagType))) {
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 50 UINT16_t tagType, tagLen;
71 tagType = (((UINT16_t) curTag[0]) << 8) +
75 if (tagType == TAG_END_OF_LIST) {
82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
105 UINT16_t tagType, tagLen;
126 tagType = (((UINT16_t) curTag[0]) << 8) +
130 if (tagType == TAG_END_OF_LIST) {
137 if (tagType == type) {
pppoe.h 307 unsigned char *findTag(PPPoEPacket *packet, UINT16_t tagType,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 49 int TagType;
82 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType,
91 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
104 int getTagType() const { return TagType; }
  /frameworks/av/camera/
CameraMetadata.cpp 157 int tagType = get_camera_metadata_tag_type(tag);
158 if ( CC_UNLIKELY(tagType == -1)) {
162 if ( CC_UNLIKELY(tagType != expectedType) ) {
166 camera_metadata_type_names[tagType],
  /frameworks/base/core/java/android/app/
SearchableInfo.java 571 int tagType = xml.next();
572 while (tagType != XmlPullParser.END_DOCUMENT) {
573 if (tagType == XmlPullParser.START_TAG) {
602 tagType = xml.next();
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 85 uint8_t *XML_DOM_getTag(uint8_t *buffer, int32_t *tagLen, int32_t *tagType);
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 57 if (const TagType *Tag = T->getAs<TagType>())
145 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
216 const TagType *tagType = type->getAs<TagType>();
217 if (tagType && tagType->isBeingDefined())
233 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 736 CARD32 tagType B32;
750 CARD32 tagType B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 736 CARD32 tagType B32;
750 CARD32 tagType B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 736 CARD32 tagType B32;
750 CARD32 tagType B32;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 3051 milliseconds