OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_UNDEFINED
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ash/launcher/
launcher_types.h
54
TYPE_UNDEFINED
,
/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/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
...]
/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 148 milliseconds