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

  /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) {
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 57 if (const TagType *Tag = T->getAs<TagType>())
144 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
201 const TagType *tagType = type->getAs<TagType>();
202 if (tagType && tagType->isBeingDefined())
218 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 161 int tagType = get_camera_metadata_tag_type(tag);
162 if ( CC_UNLIKELY(tagType == -1)) {
166 if ( CC_UNLIKELY(tagType != expectedType) ) {
170 camera_metadata_type_names[tagType],
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 236 int tagType = get_camera_metadata_tag_type(tag);
237 if (tagType == -1) {
242 size_t tagSize = Helpers::getTypeSize(tagType);
273 int tagType = get_camera_metadata_tag_type(tag);
274 if (tagType == -1) {
279 size_t tagSize = Helpers::getTypeSize(tagType);
298 tagType, arrayReader.get(), arrayReader.size());
549 int tagType = get_camera_metadata_tag_type(tag);
550 if (tagType == -1) {
556 return tagType;
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java     [all...]
  /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/services/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 729 milliseconds