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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DUUIDConverter.java20 import java.util.UUID;
23 * UUID from/to byte array.
26 public static byte[] convert(UUID uuid) {
43 public static UUID convert(byte[] uuidBytes) {
46 return new UUID(b.getLong(), b.getLong());
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DProtectionSpecificHeader.java17 import java.util.UUID;
21 protected static Map<UUID, Class<? extends ProtectionSpecificHeader>> uuidRegistry = new HashMap<UUID, Class<? extends ProtectionSpecificHeader>>();
25 uuidRegistry.put(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"), PlayReadyHeader.class);
38 public static ProtectionSpecificHeader createFor(UUID systemId, ByteBuffer bufferWrapper) {
H A DUuidBasedProtectionSystemSpecificHeaderBox.java13 import java.util.UUID;
31 UUID systemId;
70 public UUID getSystemId() {
74 public void setSystemId(UUID systemId) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
H A DProtectionSystemSpecificHeaderBox.java13 import java.util.UUID;
37 public static byte[] OMA2_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("A2B55680-6F43-11E0-9A3F-0002A5D5C51B"));
38 public static byte[] PLAYREADY_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DAbstractTrackEncryptionBox.java10 import java.util.UUID;
43 return new UUID(b.getLong(), b.getLong()).toString();
/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/chromium_org/remoting/base/
H A Dbreakpad_win_unittest.cc99 UUID guid = {0};
/external/chromium/net/base/
H A Dkeygen_handler_win.cc117 UUID id = { 0 };
/external/chromium_org/net/base/
H A Dkeygen_handler_win.cc117 UUID id = { 0 };
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHttpOverSpdyTest.java44 import java.util.UUID;
84 File cacheDir = new File(systemTmpDir, "HttpCache-" + UUID.randomUUID());
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
H A DMockAccountManager.java34 import java.util.UUID;
272 String authToken = UUID.randomUUID().toString();
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm328 if (/^Repository UUID: (.+)/) {
340 # repository root or the repository UUID suddenly changes.
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpResponseCacheTest.java62 import java.util.UUID;
109 File cacheDir = new File(tmp, "HttpCache-" + UUID.randomUUID());
H A DURLConnectionTest.java63 import java.util.UUID;
767 File cacheDir = new File(tmp, "HttpCache-" + UUID.randomUUID());
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_platform.target.darwin-arm.mk71 third_party/WebKit/Source/core/platform/UUID.cpp \
H A Dwebcore_platform.target.darwin-mips.mk71 third_party/WebKit/Source/core/platform/UUID.cpp \
H A Dwebcore_platform.target.darwin-x86.mk71 third_party/WebKit/Source/core/platform/UUID.cpp \
H A Dwebcore_platform.target.linux-arm.mk71 third_party/WebKit/Source/core/platform/UUID.cpp \
H A Dwebcore_platform.target.linux-mips.mk71 third_party/WebKit/Source/core/platform/UUID.cpp \
H A Dwebcore_platform.target.linux-x86.mk71 third_party/WebKit/Source/core/platform/UUID.cpp \
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 892 milliseconds