OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UUID_LENGTH
(Results
1 - 6
of
6
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java
26
public static final int
UUID_LENGTH
= 32 + UUID_SEGMENT_COUNT;
293
return result && UUID_SEGMENT_COUNT == delimCnt &&
UUID_LENGTH
== delimPos;
XMPNormalizer.java
90
if (tree.getName() != null && tree.getName().length() >= Utils.
UUID_LENGTH
)
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
67
private static final int
UUID_LENGTH
= 16;
192
if (uuid.length !=
UUID_LENGTH
) {
196
for (int i = 0; i <
UUID_LENGTH
; i++) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java
56
private static final int
UUID_LENGTH
= 16;
321
if (uuid.length !=
UUID_LENGTH
) {
325
for (int i = 0; i <
UUID_LENGTH
; i++) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar
Completed in 204 milliseconds