HomeSort by relevance Sort by last modified time
    Searched defs:UUID (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/lib/uuid/
uuid_time.c 2 * uuid_time.c --- Interpret the time field from a uuid. This program
3 * violates the UUID abstraction barrier by reaching into the guts
4 * of a UUID and interpreting it.
40 #define UUID MYUUID
59 struct uuid uuid; local
63 uuid_unpack(uu, &uuid);
65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
66 clock_reg = uuid.time_low | ((uint64_t) high << 32)
80 struct uuid uuid; local
88 struct uuid uuid; local
    [all...]
tst_uuid.c 2 * tst_uuid.c --- test program from the UUID library
38 #define UUID MYUUID
44 #include <uuid/uuid.h>
46 static int test_uuid(const char * uuid, int isValid)
52 parsedOk = uuid_parse(uuid, uuidBits) == 0;
54 printf("%s is %s", uuid, validStr[isValid]);
83 printf("UUID generate = %s\n", str);
84 printf("UUID: ");
90 printf("UUID type = %d, UUID variant = %d\n", type, variant)
    [all...]
gen_uuid.c 2 * gen_uuid.c --- generate a DCE-compatible uuid
44 #define UUID MYUUID
471 * Try using the uuidd daemon to generate the UUID
557 struct uuid uu;
584 THREAD_LOCAL struct uuid uu;
627 struct uuid uu;
650 /* No real reason to use the daemon for random uuid's -- yet */
  /libcore/luni/src/main/java/java/util/
UUID.java 30 * UUID is an immutable representation of a 128-bit universally unique
31 * identifier (UUID).
41 public final class UUID implements Serializable, Comparable<UUID> {
62 * The 64 most significant bits of the UUID.
64 * The 64 least significant bits of the UUID.
66 public UUID(long mostSigBits, long leastSigBits) {
117 * Generates a variant 2, version 4 (randomly generated number) UUID as per
120 * @return an UUID instance.
122 public static UUID randomUUID()
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 701 milliseconds