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

  /external/ppp/pppd/plugins/rp-pppoe/
common.c 49 UINT16_t tagType, tagLen;
70 tagType = (curTag[0] << 8) + curTag[1];
72 if (tagType == TAG_END_OF_LIST) {
79 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
pppoe-discovery.c 266 UINT16_t tagType, tagLen;
289 tagType = (curTag[0] << 8) + curTag[1];
291 if (tagType == TAG_END_OF_LIST) {
298 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 57 if (const TagType *Tag = T->getAs<TagType>())
144 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
204 const TagType *tagType = type->getAs<TagType>();
205 if (tagType && tagType->isBeingDefined())
222 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
    [all...]
  /external/dng_sdk/source/
dng_info.cpp 102 uint32 tagType,
137 tagType,
153 tagType,
169 tagType,
180 tagType == ttUndefined &&
201 tagType == ttUndefined &&
265 tagType == ttUndefined &&
305 LookupTagType (tagType),
308 tagType,
316 else if (tagType == ttAscii
    [all...]
dng_shared.cpp 103 uint32 tagType,
114 CheckTagType (parentCode, tagCode, tagType, ttShort);
118 fCalibrationIlluminant1 = stream.TagValue_uint32 (tagType);
139 CheckTagType (parentCode, tagCode, tagType, ttShort);
143 fCalibrationIlluminant2 = stream.TagValue_uint32 (tagType);
164 CheckTagType (parentCode, tagCode, tagType, ttSRational);
179 tagType,
206 CheckTagType (parentCode, tagCode, tagType, ttSRational);
232 tagType,
268 CheckTagType (parentCode, tagCode, tagType, ttSRational)
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 121 int32_t tagType;
133 if ((res = parcel->readInt32(&tagType)) != OK) {
137 if (tagType < 0 || tagType >= NUM_TYPES) {
138 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType);
159 mTagToTypeMap.add(tag, tagType);
260 int32_t tagType;
265 tagType = mTagToTypeMap.valueFor(tag);
267 if ((res = parcel->writeInt32(tagType)) != OK) break;
390 int tagType = vOps->get_tag_type(vOps, tag)
    [all...]
CameraMetadata.cpp 173 int tagType = get_camera_metadata_tag_type(tag);
174 if ( CC_UNLIKELY(tagType == -1)) {
178 if ( CC_UNLIKELY(tagType != expectedType) ) {
182 camera_metadata_type_names[tagType],
  /frameworks/base/core/java/android/security/keymaster/
KeymasterArguments.java 70 int tagType = KeymasterDefs.getTagType(tag);
71 if ((tagType != KeymasterDefs.KM_ENUM) && (tagType != KeymasterDefs.KM_ENUM_REP)) {
141 int tagType = KeymasterDefs.getTagType(tag);
142 if ((tagType != KeymasterDefs.KM_UINT) && (tagType != KeymasterDefs.KM_UINT_REP)) {
177 int tagType = KeymasterDefs.getTagType(tag);
178 if ((tagType != KeymasterDefs.KM_ULONG) && (tagType != KeymasterDefs.KM_ULONG_REP)) {
  /hardware/bsp/intel/peripheral/libupm/src/pn532/
pn532.cxx     [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 217 int tagOffset, tagType, formatCode, componentCount;
221 tagType = segmentData.getInt16(tagOffset);
224 if (tagType != ORIENTATION_TAG_TYPE) {
248 Log.d(TAG, "Got tagIndex=" + i + " tagType=" + tagType + " formatCode =" + formatCode
265 Log.d(TAG, "Illegal tagValueOffset=" + tagValueOffset + " tagType=" + tagType);
272 Log.d(TAG, "Illegal number of bytes for TI tag data tagType=" + tagType);
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 563 int tagType = xml.next();
564 while (tagType != XmlPullParser.END_DOCUMENT) {
565 if (tagType == XmlPullParser.START_TAG) {
571 tagType = xml.next();
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 292 int tagType = get_camera_metadata_tag_type(tag);
293 if (tagType == -1) {
298 size_t tagSize = Helpers::getTypeSize(tagType);
329 int tagType = get_camera_metadata_tag_type(tag);
330 if (tagType == -1) {
353 tagType, arrayReader.get(), arrayReader.size());
804 int tagType = get_camera_metadata_tag_type(tag);
805 if (tagType == -1) {
811 return tagType;
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java     [all...]
  /frameworks/base/core/java/android/app/
SearchableInfo.java 573 int tagType = xml.next();
574 while (tagType != XmlPullParser.END_DOCUMENT) {
575 if (tagType == XmlPullParser.START_TAG) {
604 tagType = xml.next();
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 458 String tagType = isListItem ? "li" : "p";
459 out.append("<").append(tagType)
467 out.append(tagType);
    [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 748 milliseconds