/external/bluetooth/bluedroid/btif/src/ |
btif_util.c | 139 uint32_t uuid0, uuid4; local 143 &uuid0, &uuid1, &uuid2, &uuid3, &uuid4, &uuid5); 149 uuid4 = htonl(uuid4); 156 memcpy(&(p_uuid->uu[10]), &uuid4, 4); 165 uint32_t uuid0, uuid4; local 172 memcpy(&uuid4, &(p_uuid->uu[10]), 4); 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 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
|