/external/clang/test/CodeGenCXX/ |
microsoft-templ-uuidof.cpp | 9 struct __declspec(uuid("{AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA}")) A {}; 14 struct __declspec(uuid("{BBBBBBBB-BBBB-BBBB-BBBB-BBBBBBBBBBBB}")) X<B> {}; 16 struct __declspec(uuid("{CCCCCCCC-CCCC-CCCC-CCCC-CCCCCCCCCCCC}")) C {}; 27 struct __declspec(uuid("{DDDDDDDD-DDDD-DDDD-DDDD-DDDDDDDDDDDD}")) X<C> {}; 30 struct __declspec(uuid("{EEEEEEEE-EEEE-EEEE-EEEE-EEEEEEEEEEEE}")) Y {
|
debug-info-uuid.cpp | 4 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid<&__uuidof(uuid)>" 18 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid2<__uuidof(uuid)>" 27 // CHECK-ITANIUM: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid<&__uuidof(uuid)>" 29 // CHECK-ITANIUM: !DICompositeType(tag: DW_TAG_structure_type, name: "tmpl_guid2<__uuidof(uuid)>" 37 struct __declspec(uuid("{12345678-1234-1234-1234-1234567890ab}")) uuid; 38 tmpl_guid<&__uuidof(uuid)> tgi; 42 tmpl_guid2<__uuidof(uuid)> tgi2;
|
/system/bt/service/hal/ |
gatt_helpers.cpp | 31 hal_id->id.uuid = id.service_uuid().GetBlueDroid(); 36 UUID uuid(srvc_id.id.uuid); 39 "", srvc_id.id.inst_id, uuid, srvc_id.is_primary);
|
/system/bt/service/test/ |
parcel_helpers_unittest.cpp | 31 using bluetooth::UUID; 57 bool TestUUID(const UUID& uuid_in) { 142 TEST(ParcelHelpersTest, UUID) { 145 UUID uuid = UUID::GetRandom(); local 146 TestUUID(uuid); 151 UUID uuid0 = UUID::GetRandom(); 152 UUID uuid1 = UUID::GetRandom() 186 UUID uuid = UUID::GetRandom(); local [all...] |
/external/e2fsprogs/lib/uuid/ |
Makefile.in | 1 # Makefile for the UUID library 8 my_dir = lib/uuid 15 SMANPAGES= uuid.3 uuid_clear.3 uuid_compare.3 uuid_copy.3 \ 42 LIBDIR= uuid 47 ELF_MYDIR = uuid 53 BSDLIB_MYDIR = uuid 71 all:: tst_uuid uuid_time $(SMANPAGES) uuid.pc 73 uuid.h: $(srcdir)/uuid.h.in 75 $(Q) cp $(srcdir)/uuid.h.in uuid. [all...] |
uuid_generate.3.in | 34 uuid_generate, uuid_generate_random, uuid_generate_time \- create a new unique UUID value 37 .B #include <uuid/uuid.h> 46 function creates a new universally unique identifier (UUID). The uuid will 57 function forces the use of the all-random UUID format, even if 62 generator may compromise the uniqueness of UUID's 69 This algorithm used to be the default one used to generate UUID, but 71 information about when and where the UUID was generated. This can cause 77 The UUID is 16 bytes (128 bits) long, which gives approximately 3.4x10^3 [all...] |
configure.in | 2 dnl Not used now, for the future when uuid is separated out into its
|
/external/netperf/src/ |
net_uuid.c | 2 implementation of UUID generation from RFC 4122. */ 65 100ns ticks since UUID epoch, but resolution may be less than 138 /* Offset between UUID formatted times and Unix formatted times. 139 UUID UTC base time is October 15, 1582. 195 /* puid -- print a UUID */ 208 /* snpuid -- print a UUID in the supplied buffer */ 214 snprintf(tmp,size,"%s","uuid string too small"); 235 /* get-current_time -- get time as 60-bit 100ns ticks since UUID epoch. 254 /* if clock reading changed since last UUID generated, */ 292 /* format_uuid_v1 -- make a UUID from the timestamp, clockseq [all...] |
/external/e2fsprogs/ |
depfix.sed | 29 s;\.\./[^ ]*lib/uuid/uuid.h[^ ]* *;;g
|
/external/libvpx/libvpx/build/make/ |
msvs_common.sh | 52 local uuid="" 57 uuid="${uuid}${hex:$j:1}" 59 echo "${uuid:0:8}-${uuid:8:4}-${uuid:12:4}-${uuid:16:4}-${uuid:20:12}"
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ScanClient.java | 26 import java.util.UUID; 36 UUID[] uuids; 56 this(appIf, isServer, new UUID[0], DEFAULT_SCAN_SETTINGS, null, null, null); 59 ScanClient(int appIf, boolean isServer, UUID[] uuids) { 65 this(appIf, isServer, new UUID[0], settings, filters, null, null); 70 this(appIf, isServer, new UUID[0], settings, filters, null, storages); 76 this(appIf, isServer, new UUID[0], settings, filters, workSource, storages); 79 private ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings,
|
ScanFilterQueue.java | 28 import java.util.UUID; 54 public UUID uuid; field in class:ScanFilterQueue.Entry 55 public UUID uuid_mask; 64 return Objects.hash(address, addr_type, type, uuid, uuid_mask, 81 Objects.equals(uuid, other.uuid) && 106 void addUuid(UUID uuid) { 109 entry.uuid = uuid [all...] |
/system/bt/service/ |
gatt_client.h | 25 #include "service/common/bluetooth/uuid.h" 38 const UUID& GetAppIdentifier() const override; 46 GattClient(const UUID& uuid, int client_id); 49 UUID app_identifier_; 67 bool RegisterInstance(const UUID& uuid, 79 std::unordered_map<UUID, RegisterCallback> pending_calls_;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rpcdce.h | 44 typedef GUID UUID; 46 #define uuid_t UUID 60 UUID *Uuid[1]; 71 UUID Uuid; 142 typedef void __RPC_API RPC_OBJECT_INQ_FN(UUID *ObjectUuid,UUID *TypeUuid,RPC_STATUS *Status); 188 RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqObject(RPC_BINDING_HANDLE Binding,UUID *ObjectUuid); 190 RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetObject(RPC_BINDING_HANDLE Binding,UUID *ObjectUuid) [all...] |
/external/dbus/dbus/ |
dbus-uuidgen.c | 45 return_uuid (DBusGUID *uuid, 59 if (!_dbus_uuid_encode (uuid, &encoded) || 77 * @param uuid_p out param to return the uuid 88 DBusGUID uuid; local 94 if (!_dbus_read_uuid_file (&filename_str, &uuid, create_if_not_found, error)) 99 if (!_dbus_read_local_machine_uuid (&uuid, create_if_not_found, error)) 103 if (!return_uuid(&uuid, uuid_p, error)) 118 * @param uuid_p out param to return the uuid 124 DBusGUID uuid; local 126 _dbus_generate_uuid (&uuid); [all...] |
/external/dbus/doc/ |
dbus-uuidgen.1 | 17 Note that the D\-Bus UUID has no relationship to RFC 4122 and does not generate 33 This will ensure that /var/lib/dbus/machine\-id exists and has the uuid in it. 34 It won't overwrite an existing uuid, since this id should remain fixed 38 The important properties of the machine UUID are that 1) it remains 41 same UUID, they should also see the same shared memory, UNIX domain 46 If you run \fIdbus\-uuidgen\fP with no options it just prints a new uuid made 50 If you run it with \-\-get, it prints the machine UUID by default, or 51 the UUID in the specified file if you specify a file. 60 The UUID should be different on two different virtual machines, 69 uuid in the file is printed on stdout. Otherwise, the command exits [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
Installer.java | 78 public void createAppData(String uuid, String pkgname, int userid, int flags, int appid, 80 mInstaller.execute("create_app_data", uuid, pkgname, userid, flags, appid, seinfo, 84 public void restoreconAppData(String uuid, String pkgname, int userid, int flags, int appid, 86 mInstaller.execute("restorecon_app_data", uuid, pkgname, userid, flags, appid, 90 public void migrateAppData(String uuid, String pkgname, int userid, int flags) 92 mInstaller.execute("migrate_app_data", uuid, pkgname, userid, flags); 95 public void clearAppData(String uuid, String pkgname, int userid, int flags, long ceDataInode) 97 mInstaller.execute("clear_app_data", uuid, pkgname, userid, flags, ceDataInode); 100 public void destroyAppData(String uuid, String pkgname, int userid, int flags, long ceDataInode) 102 mInstaller.execute("destroy_app_data", uuid, pkgname, userid, flags, ceDataInode) [all...] |
/system/connectivity/shill/mobile_operator_db/ |
serviceproviders.prototxt | 27 uuid : "dc490885-2628-4b85-8ef5-0fdbd5438608" 59 uuid : "a262a56f-1823-49ed-9559-e4ba134adf30" 75 uuid : "d2d81c64-f6c8-4e12-a415-ece420235fd1" 93 uuid : "1cb3046b-e6a2-4879-94da-ef2e3b7e9f56" 119 uuid : "628b3ab2-393c-4b81-975f-5fba4a1cda7e" 137 uuid : "83909445-bde5-4c93-81e7-a90ac408f2a8" 156 uuid : "025e4b69-e14b-4a4b-b0d8-eaf363df538e" 182 uuid : "2ef1db58-b4a0-42da-bcbd-5d8743a5a67b" 208 uuid : "3499e4b5-11d1-4789-a53c-e223eea1ac24" 226 uuid : "6bee70c8-5ff5-410d-9c8f-05bc6c328506 [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/ |
StartupAnnounceMessage.java | 22 import java.util.UUID; 31 private final UUID trialId; 33 public StartupAnnounceMessage(UUID trialId) { 37 public UUID trialId() {
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
Defaults.java | 21 import java.util.UUID; 28 static final UUID UUID = new UUID(0L, 0L);
|
/external/e2fsprogs/contrib/python-uuid/ |
test.py | 5 print "Generating uuid...",
|
/external/e2fsprogs/debian/ |
source.lintian-overrides | 3 e2fsprogs source: weak-library-dev-dependency uuid-dev on libuuid1 (= ${mainBinary})
|
/external/e2fsprogs/lib/blkid/ |
blkid.pc.in | 9 Requires.private: uuid
|
/external/e2fsprogs/tests/f_okgroup/ |
expect.1 | 1 Filesystem did not have a UUID; generating one.
|
/external/toybox/toys/other/ |
mkswap.c | 28 char *label = (char *)(swap+7), *uuid = (char *)(swap+3); local 36 create_uuid(uuid); 47 printf("Swapspace size: %luk%s, UUID=%s\n", 49 toybuf, show_uuid(uuid));
|