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

  /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)) {
  /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/av/camera/
VendorTagDescriptor.cpp 107 int tagType = vOps->get_tag_type(vOps, tag);
108 if (tagType < 0 || tagType >= NUM_TYPES) {
109 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType);
112 desc->mTagToTypeMap.add(tag, tagType);
164 int32_t tagType;
176 if ((res = parcel->readInt32(&tagType)) != OK) {
180 if (tagType < 0 || tagType >= NUM_TYPES) {
181 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType);
    [all...]
CameraMetadata.cpp 172 int tagType = get_camera_metadata_tag_type(tag);
173 if ( CC_UNLIKELY(tagType == -1)) {
177 if ( CC_UNLIKELY(tagType != expectedType) ) {
181 camera_metadata_type_names[tagType],
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 48 int TagType;
85 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType,
94 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
108 int getTagType() const { return TagType; }
  /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);
pppoe.h 287 unsigned char *findTag(PPPoEPacket *packet, UINT16_t 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();
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 169 private String readTag(XmlPullParser parser, int tagType)
174 switch (tagType) {
184 throw new IllegalArgumentException("Unknown tag type: " + tagType);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 169 private String readTag(XmlPullParser parser, int tagType)
174 switch (tagType) {
184 throw new IllegalArgumentException("Unknown tag type: " + tagType);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 169 private String readTag(XmlPullParser parser, int tagType)
174 switch (tagType) {
184 throw new IllegalArgumentException("Unknown tag type: " + tagType);
  /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());
897 int tagType = get_camera_metadata_tag_type(tag);
898 if (tagType == -1) {
904 return tagType;
  /frameworks/base/core/java/android/app/
SearchableInfo.java 572 int tagType = xml.next();
573 while (tagType != XmlPullParser.END_DOCUMENT) {
574 if (tagType == XmlPullParser.START_TAG) {
603 tagType = xml.next();
    [all...]
  /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>())
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 783 CARD32 tagType B32;
797 CARD32 tagType B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 783 CARD32 tagType B32;
797 CARD32 tagType B32;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java     [all...]

Completed in 1674 milliseconds