HomeSort by relevance Sort by last modified time
    Searched full:uuid5 (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_util.c 138 uint16_t uuid1, uuid2, uuid3, uuid5; local
141 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5);
148 uuid5 = htons(uuid5);
155 memcpy(&(p_uuid->uu[14]), &uuid5, 2);
164 uint16_t uuid1, uuid2, uuid3, uuid5; local
171 memcpy(&uuid5, &(p_uuid->uu[14]), 2);
176 ntohl(uuid4), ntohs(uuid5));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 435 for u, v in [(uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org'),
437 (uuid.uuid5(uuid.NAMESPACE_URL, 'http://python.org/'),
439 (uuid.uuid5(uuid.NAMESPACE_OID, '1.3.6.1'),
441 (uuid.uuid5(uuid.NAMESPACE_X500, 'c=ca'),
  /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
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
549 def uuid5(namespace, name): function
555 # The following standard UUIDs are for use with uuid3() or uuid5().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 435 for u, v in [(uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org'),
437 (uuid.uuid5(uuid.NAMESPACE_URL, 'http://python.org/'),
439 (uuid.uuid5(uuid.NAMESPACE_OID, '1.3.6.1'),
441 (uuid.uuid5(uuid.NAMESPACE_X500, 'c=ca'),
  /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
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
549 def uuid5(namespace, name): function
555 # The following standard UUIDs are for use with uuid3() or uuid5().
  /external/chromium_org/chrome/browser/media_galleries/fileapi/picasa/
picasa_file_util_unittest.cc 380 new TestFolder("duplicate", test_date, "uuid5", 0, 0));

Completed in 4908 milliseconds