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

  /external/bluetooth/bluedroid/btif/src/
btif_util.c 137 uint32_t uuid0, uuid4; local
141 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5);
147 uuid4 = htonl(uuid4);
154 memcpy(&(p_uuid->uu[10]), &uuid4, 4);
163 uint32_t uuid0, uuid4; local
170 memcpy(&uuid4, &(p_uuid->uu[10]), 4);
176 ntohl(uuid4), ntohs(uuid5));
  /external/chromium_org/chrome/test/functional/tracing/
tab_tracker.py 52 tab_uuid = 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
  /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/chromium_org/chrome/test/pyautolib/
policy_base.py 102 device_id = string.upper(str(uuid.uuid4()))
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py     [all...]

Completed in 431 milliseconds