OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UUID
(Results
1 - 17
of
17
) 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
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py
1
r"""
UUID
objects (universally unique identifiers) according to RFC 4122.
3
This module provides immutable
UUID
objects (class
UUID
) and the functions
8
Note that uuid1() may compromise privacy since it creates a
UUID
containing
9
the computer's network address. uuid4() creates a random
UUID
.
13
>>> import
uuid
15
# make a
UUID
based on the host ID and current time
16
>>>
uuid
.uuid1()
17
UUID
('a8098c1a-f86e-11da-bd1a-00112444be1e')
19
# make a
UUID
using an MD5 hash of a namespace UUID and a nam
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py
1
r"""
UUID
objects (universally unique identifiers) according to RFC 4122.
3
This module provides immutable
UUID
objects (class
UUID
) and the functions
8
Note that uuid1() may compromise privacy since it creates a
UUID
containing
9
the computer's network address. uuid4() creates a random
UUID
.
13
>>> import
uuid
15
# make a
UUID
based on the host ID and current time
16
>>>
uuid
.uuid1()
17
UUID
('a8098c1a-f86e-11da-bd1a-00112444be1e')
19
# make a
UUID
using an MD5 hash of a namespace UUID and a nam
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 919 milliseconds