Searched refs:UUID (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DUUIDTest.java20 import java.util.UUID;
29 * @see UUID#UUID(long, long)
32 UUID uuid = new UUID(0xf81d4fae7dec11d0L, 0xa76500a0c91e6bf6L);
42 * @see UUID#getLeastSignificantBits()
45 UUID uuid = new UUID(0, 0);
47 uuid = new UUID(0, Long.MIN_VALUE);
49 uuid = new UUID(
[all...]
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c3 * violates the UUID abstraction barrier by reaching into the guts
4 * of a UUID and interpreting it.
40 #define UUID MYUUID macro
132 fprintf(stderr, "Invalid UUID: %s\n", argv[1]);
139 printf("UUID variant is %d (%s)\n", variant, variant_string(variant));
145 printf("UUID type is %d", type);
163 printf("Warning: not a time-based UUID, so UUID time "
166 printf("UUID time is: (%ld, %ld): %s\n", tv.tv_sec, tv.tv_usec,
H A Dtst_uuid.c2 * tst_uuid.c --- test program from the UUID library
38 #define UUID MYUUID macro
83 printf("UUID generate = %s\n", str);
84 printf("UUID: ");
90 printf("UUID type = %d, UUID variant = %d\n", type, variant);
92 printf("Incorrect UUID Variant; was expecting DCE!\n");
99 printf("UUID random string = %s\n", str);
100 printf("UUID: ");
106 printf("UUID typ
[all...]
H A Dgen_uuid.c44 #define UUID MYUUID macro
471 * Try using the uuidd daemon to generate the UUID
/external/webkit/Tools/Scripts/
H A Dprint-msvc-project-dependencies100 warn "Warning: UUID $uuid1 listed more than once as dependency of project ", $currentProject->{name}, "\n";
104 $uuid1 eq $uuid2 or warn "Warning: UUIDs in depedency section of project ", $currentProject->{name}, " don't match: $uuid1 $uuid2; using first UUID\n";
H A DVCSUtils.pm312 if (/^Repository UUID: (.+)/) {
324 # repository root or the repository UUID suddenly changes.
/external/chromium/net/base/
H A Dkeygen_handler_win.cc117 UUID id = { 0 };
/external/llvm/test/Scripts/
H A Dmacho-dumpx125 print " ('uuid', %s)" % uuid.UUID(bytes=f.read(16))
/external/webkit/Source/WebCore/
H A DAndroid.mk568 platform/UUID.cpp \

Completed in 3547 milliseconds