HomeSort by relevance Sort by last modified time
    Searched refs:uuid4 (Results 1 - 8 of 8) sorted by null

  /system/bt/btif/src/
btif_util.c 116 uint32_t uuid0, uuid4; local
120 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5);
126 uuid4 = htonl(uuid4);
133 memcpy(&(p_uuid->uu[10]), &uuid4, 4);
142 uint32_t uuid0, uuid4; local
149 memcpy(&uuid4, &(p_uuid->uu[10]), 4);
155 ntohl(uuid4), ntohs(uuid5));
  /external/chromium-trace/trace-viewer/perf_insights/perf_insights/
upload.py 36 trace_uuid = str(uuid.uuid4())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 412 # uuid4 requires ctypes.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
421 for u in [uuid.uuid4() for i in range(10)]:
427 for u in [uuid.uuid4() for i in range(1000)]:
455 # On at least some versions of OSX uuid.uuid4 generates
462 value = uuid.uuid4()
468 parent_value = uuid.uuid4().hex
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 412 # uuid4 requires ctypes.
420 # Make sure uuid4() generates UUIDs that are actually version 4.
421 for u in [uuid.uuid4() for i in range(10)]:
427 for u in [uuid.uuid4() for i in range(1000)]:
455 # On at least some versions of OSX uuid.uuid4 generates
462 value = uuid.uuid4()
468 parent_value = uuid.uuid4().hex
  /external/llvm/utils/
shuffle_fuzz.py 27 parser.add_argument('--seed', default=str(uuid.uuid4()),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
7 If all you want is a unique ID, you should probably call uuid1() or uuid4().
9 the computer's network address. uuid4() creates a random UUID.
24 >>> uuid.uuid4()
531 def uuid4(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
7 If all you want is a unique ID, you should probably call uuid1() or uuid4().
9 the computer's network address. uuid4() creates a random UUID.
24 >>> uuid.uuid4()
531 def uuid4(): function
  /external/protobuf/python/google/protobuf/
descriptor.py 785 proto_name = str(uuid.uuid4())

Completed in 310 milliseconds