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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 40 public static final short TYPE_ASCII = 2;
79 TYPE_TO_SIZE_MAP[TYPE_ASCII] = 1;
120 return type == TYPE_UNSIGNED_BYTE || type == TYPE_ASCII ||
140 * @see #TYPE_ASCII
180 * @see #TYPE_ASCII
315 * type {@link #TYPE_ASCII}. The string is converted to an ASCII string.
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
337 } else if (mDataType == TYPE_ASCII && mComponentCountActual == 1) {
520 * method will fail if the data type is not {@link #TYPE_ASCII} or th
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 91 milliseconds