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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 28 public static final byte TYPE_UNDEFINED = 0;
35 byte type = TYPE_UNDEFINED;
HandleMap.java 30 public static final int TYPE_UNDEFINED = 0;
37 int type = TYPE_UNDEFINED;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 58 public static final short TYPE_UNDEFINED = 7;
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED} .</li
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 58 public static final short TYPE_UNDEFINED = 7;
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED} .</li
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 58 public static final short TYPE_UNDEFINED = 7;
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED} .</li
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifTag.java 58 public static final short TYPE_UNDEFINED = 7;
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED} .</li
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 58 public static final short TYPE_UNDEFINED = 7;
83 TYPE_TO_SIZE_MAP[TYPE_UNDEFINED] = 1;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
143 * @see #TYPE_UNDEFINED
183 * @see #TYPE_UNDEFINED
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
335 finalBuf = (buf[buf.length - 1] == 0 || mDataType == TYPE_UNDEFINED) ? buf : Arrays
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
406 * {@link #TYPE_UNDEFINED} .</li
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 72 TYPE_UNDEFINED,
104 return (int)TYPE_UNDEFINED;
  /external/mesa3d/src/mesa/main/
errors.c 72 TYPE_UNDEFINED,
104 return (int)TYPE_UNDEFINED;
  /frameworks/base/media/java/android/mtp/
MtpConstants.java 26 public static final int TYPE_UNDEFINED = 0x0000;

Completed in 198 milliseconds