/external/bluetooth/bluedroid/btif/src/ |
btif_util.c | 140 uint16_t uuid1, uuid2, uuid3, uuid5; local 143 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5); 150 uuid5 = htons(uuid5); 157 memcpy(&(p_uuid->uu[14]), &uuid5, 2); 166 uint16_t uuid1, uuid2, uuid3, uuid5; local 173 memcpy(&uuid5, &(p_uuid->uu[14]), 2); 178 ntohl(uuid4), ntohs(uuid5));
|
/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/ |
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().
|