HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_UNDEFINED (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/ash/shelf/
shelf_item_types.cc 12 : type(TYPE_UNDEFINED),
21 : type(TYPE_UNDEFINED),
shelf_item_types.h 42 TYPE_UNDEFINED,
  /external/chromium_org/content/common/android/
gin_java_bridge_value.h 24 TYPE_UNDEFINED = 0,
gin_java_bridge_value.cc 30 GinJavaBridgeValue gin_value(TYPE_UNDEFINED);
gin_java_bridge_value_unittest.cc 27 EXPECT_TRUE(undefined_value->IsType(GinJavaBridgeValue::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...]
ExifReader.java 66 if (tag.getDataType() == ExifTag.TYPE_UNDEFINED) {
ExifInterface.java     [all...]
  /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;
  /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...]
ExifReader.java 66 if (tag.getDataType() == ExifTag.TYPE_UNDEFINED) {
ExifInterface.java     [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...]
ExifReader.java 66 if (tag.getDataType() == ExifTag.TYPE_UNDEFINED) {
ExifInterface.java     [all...]
  /packages/apps/Launcher3/WallpaperPicker/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...]
ExifReader.java 66 if (tag.getDataType() == ExifTag.TYPE_UNDEFINED) {
ExifInterface.java     [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...]
ExifReader.java 68 if (tag.getDataType() == ExifTag.TYPE_UNDEFINED) {
ExifInterface.java     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dso/
dso_dl.c 207 if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0)
238 if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0)
391 return shl_findsym(&h,name,TYPE_UNDEFINED,&ret) ? NULL : ret;
  /external/openssl/crypto/dso/
dso_dl.c 207 if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0)
238 if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0)
391 return shl_findsym(&h,name,TYPE_UNDEFINED,&ret) ? NULL : ret;
  /external/chromium_org/content/renderer/java/
gin_java_bridge_value_converter_unittest.cc 56 EXPECT_TRUE(undefined_value->IsType(GinJavaBridgeValue::TYPE_UNDEFINED));
94 EXPECT_TRUE(undefined_value->IsType(GinJavaBridgeValue::TYPE_UNDEFINED));

Completed in 249 milliseconds

1 2