Searched defs:tags (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera2/tests/exiftool_parser/
H A Dparser.py39 tags = p.findall(text) variable
44 for s in tags:
/packages/apps/Camera2/src/com/android/camera/debug/
H A DLog.java76 public static void d(Tag tag, Object instance, String msg, String tags) { argument
78 android.util.Log.d(tag.toString(), LogUtil.addTags(instance, msg, tags));
100 public static void e(Tag tag, Object instance, String msg, String tags) { argument
102 android.util.Log.e(tag.toString(), LogUtil.addTags(instance, msg, tags));
124 public static void i(Tag tag, Object instance, String msg, String tags) { argument
126 android.util.Log.i(tag.toString(), LogUtil.addTags(instance, msg, tags));
148 public static void v(Tag tag, Object instance, String msg, String tags) { argument
150 android.util.Log.v(tag.toString(), LogUtil.addTags(instance, msg, tags));
172 public static void w(Tag tag, Object instance, String msg, String tags) { argument
174 android.util.Log.w(tag.toString(), LogUtil.addTags(instance, msg, tags));
[all...]
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java256 // IFD GPS tags
319 // IFD Interoperability tags
721 * Reads the exif tags from a byte array, clearing this ExifInterface
722 * object's existing exif tags.
732 * Reads the exif tags from an InputStream, clearing this ExifInterface
733 * object's existing exif tags.
752 * Reads the exif tags from a file, clearing this ExifInterface object's
753 * existing exif tags.
772 * Sets the exif tags, clearing this ExifInterface object's existing exif
773 * tags
777 setExif(Collection<ExifTag> tags) argument
995 rewriteExif(String filename, Collection<ExifTag> tags) argument
1050 rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) argument
1075 forceRewriteExif(String filename, Collection<ExifTag> tags) argument
1572 setTags(Collection<ExifTag> tags) argument
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java254 // IFD GPS tags
317 // IFD Interoperability tags
718 * Reads the exif tags from a byte array, clearing this ExifInterface
719 * object's existing exif tags.
729 * Reads the exif tags from an InputStream, clearing this ExifInterface
730 * object's existing exif tags.
749 * Reads the exif tags from a file, clearing this ExifInterface object's
750 * existing exif tags.
772 * Sets the exif tags, clearing this ExifInterface object's existing exif
773 * tags
777 setExif(Collection<ExifTag> tags) argument
1010 rewriteExif(String filename, Collection<ExifTag> tags) argument
1068 rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) argument
1093 forceRewriteExif(String filename, Collection<ExifTag> tags) argument
1593 setTags(Collection<ExifTag> tags) argument
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java254 // IFD GPS tags
317 // IFD Interoperability tags
718 * Reads the exif tags from a byte array, clearing this ExifInterface
719 * object's existing exif tags.
729 * Reads the exif tags from an InputStream, clearing this ExifInterface
730 * object's existing exif tags.
749 * Reads the exif tags from a file, clearing this ExifInterface object's
750 * existing exif tags.
772 * Sets the exif tags, clearing this ExifInterface object's existing exif
773 * tags
777 setExif(Collection<ExifTag> tags) argument
1010 rewriteExif(String filename, Collection<ExifTag> tags) argument
1068 rewriteExif(ByteBuffer buf, Collection<ExifTag> tags) argument
1093 forceRewriteExif(String filename, Collection<ExifTag> tags) argument
1593 setTags(Collection<ExifTag> tags) argument
[all...]
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 320 milliseconds