/device/google/dragon/ |
audio_effects.conf | 53 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 56 # The name of the effect element is indicative, only the value of the "uuid" element 58 # The uuid is the implementation specific UUID as specified by the effect vendor. This is not the 59 # generic effect type UUID. 63 # uuid <effect uuid> 74 #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 80 #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy 87 #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzz [all...] |
/external/e2fsprogs/lib/uuid/ |
uuid_time.c | 2 * uuid_time.c --- Interpret the time field from a uuid. This program 3 * violates the UUID abstraction barrier by reaching into the guts 4 * of a UUID and interpreting it. 40 #define UUID MYUUID 59 struct uuid uuid; local 63 uuid_unpack(uu, &uuid); 65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16); 66 clock_reg = uuid.time_low | ((uint64_t) high << 32) 80 struct uuid uuid; local 88 struct uuid uuid; local [all...] |
uuidP.h | 2 * uuid.h -- private header file for uuids 38 #include <uuid/uuid_types.h> 42 #include <uuid/uuid.h> 50 struct uuid { struct 62 void uuid_pack(const struct uuid *uu, uuid_t ptr); 63 void uuid_unpack(const uuid_t in, struct uuid *uu);
|
parse.c | 2 * parse.c --- UUID parsing 44 struct uuid uuid; local 65 uuid.time_low = strtoul(in, NULL, 16); 66 uuid.time_mid = strtoul(in+9, NULL, 16); 67 uuid.time_hi_and_version = strtoul(in+14, NULL, 16); 68 uuid.clock_seq = strtoul(in+19, NULL, 16); 74 uuid.node[i] = strtoul(buf, NULL, 16); 77 uuid_pack(&uuid, uu);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue306/ |
BeanWithId.java | 18 import java.util.UUID; 22 private UUID id; 32 public UUID getId() { 36 public void setId(UUID id) {
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceInfo.java | 22 import java.util.UUID; 56 * @param uuid a string representation of this UUID in the following format, 71 public static WifiP2pUpnpServiceInfo newInstance(String uuid, 73 if (uuid == null || device == null) { 74 throw new IllegalArgumentException("uuid or device cannnot be null"); 76 UUID.fromString(uuid); 80 info.add(createSupplicantQuery(uuid, null)); 81 info.add(createSupplicantQuery(uuid, "upnp:rootdevice")) [all...] |
/frameworks/native/cmds/installd/ |
commands.h | 31 int create_app_data(const char *uuid, const char *pkgname, userid_t userid, int flags, 33 int restorecon_app_data(const char* uuid, const char* pkgName, userid_t userid, int flags, 35 int migrate_app_data(const char *uuid, const char *pkgname, userid_t userid, int flags); 36 int clear_app_data(const char *uuid, const char *pkgname, userid_t userid, int flags, 38 int destroy_app_data(const char *uuid, const char *pkgname, userid_t userid, int flags, 44 int get_app_size(const char *uuid, const char *pkgname, int userid, int flags, ino_t ce_data_inode, 47 int get_app_data_inode(const char *uuid, const char *pkgname, int userid, int flags, ino_t *inode); 49 int create_user_data(const char *uuid, userid_t userid, int user_serial, int flags); 50 int destroy_user_data(const char *uuid, userid_t userid, int flags); 53 int free_cache(const char *uuid, int64_t free_size) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattService.java | 23 import java.util.UUID; 52 * The UUID of this service. 55 protected UUID mUuid; 86 * Whether the service uuid should be advertised. 94 * @param uuid The UUID for this service 99 public BluetoothGattService(UUID uuid, int serviceType) { 101 mUuid = uuid; 112 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid [all...] |
BluetoothGattDescriptor.java | 22 import java.util.UUID; 91 * The UUID of this descriptor. 94 protected UUID mUuid; 124 * @param uuid The UUID for this descriptor 127 public BluetoothGattDescriptor(UUID uuid, int permissions) { 128 initDescriptor(null, uuid, 0, permissions); 136 * @param uuid The UUID for this descripto [all...] |
BluetoothGattIncludedService.java | 23 import java.util.UUID; 32 * The UUID of this service. 34 protected UUID mUuid; 49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { 50 mUuid = uuid; 83 * Returns the UUID of this service 85 * @return UUID of this service 87 public UUID getUuid() { 94 * <p>If a remote device offers multiple services with the same UUID [all...] |
/frameworks/av/media/libeffects/data/ |
audio_effects.conf | 50 # list of effects to load. Each effect element must contain a "library" and a "uuid" element. 53 # The name of the effect element is indicative, only the value of the "uuid" element 55 # The uuid is the implementation specific UUID as specified by the effect vendor. This is not the 56 # generic effect type UUID. 60 # uuid <effect uuid> 71 #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 77 #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy 84 #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzz [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
UUIDTest.java | 19 import java.util.UUID; 28 UUID.fromString("+f81d4fae-7dec-11d0-a765-00a0c91e6bf6"); 33 UUID.fromString("f81d4fae-+7dec-11d0-a765-00a0c91e6bf6"); 38 UUID.fromString("f81d4fae-7dec-+11d0-a765-00a0c91e6bf6"); 43 UUID.fromString("f81d4fae-7dec-11d0-+a765-00a0c91e6bf6"); 48 UUID.fromString("f81d4fae-7dec-11d0-a765-+00a0c91e6bf6");
|
/system/bt/service/example/heart_rate/ |
constants.h | 19 #include <bluetooth/uuid.h> 31 const bluetooth::UUID kCCCDescriptorUUID("2902"); 32 const bluetooth::UUID kHRServiceUUID("180D"); 33 const bluetooth::UUID kHRMeasurementUUID("2A37"); 34 const bluetooth::UUID kBodySensorLocationUUID("2A38"); 35 const bluetooth::UUID kHRControlPointUUID("2A39");
|
/frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/ |
GenericSoundModelTest.java | 46 import java.util.UUID; 58 private HashSet<UUID> loadedModelUuids; 73 loadedModelUuids = new HashSet<UUID>(); 78 for (UUID modelUuid : loadedModelUuids) { 88 UUID modelUuid = UUID.randomUUID(); 89 UUID mVendorUuid = UUID.randomUUID(); 99 loadedModelUuids.add(model.uuid); 103 soundTriggerService.getSoundModel(new ParcelUuid(model.uuid)); [all...] |
/frameworks/av/media/libeffects/factory/ |
EffectsFactory.c | 32 static list_elem_t *gSkippedEffects; // list of effects skipped because of duplicate uuid 64 const effect_uuid_t *uuid, 68 static int findSubEffect(const effect_uuid_t *uuid, 72 static int stringToUuid(const char *str, effect_uuid_t *uuid); 73 static int uuidToString(const effect_uuid_t *uuid, char *str, size_t maxLen); 250 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) 259 if (pDescriptor == NULL || uuid == NULL) { 263 ret = findEffect(NULL, uuid, &l, &d); 271 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle) 281 if (uuid == NULL || pHandle == NULL) 593 effect_uuid_t uuid; local 664 effect_uuid_t uuid; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
uuid.py | 1 r"""UUID objects (universally unique identifiers) according to RFC 4122. 3 This module provides immutable UUID objects (class UUID) and the functions 8 Note that uuid1() may compromise privacy since it creates a UUID containing 9 the computer's network address. uuid4() creates a random UUID. 13 >>> import uuid 15 # make a UUID based on the host ID and current time 16 >>> uuid.uuid1() 17 UUID('a8098c1a-f86e-11da-bd1a-00112444be1e') 19 # make a UUID using an MD5 hash of a namespace UUID and a nam [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
uuid.py | 1 r"""UUID objects (universally unique identifiers) according to RFC 4122. 3 This module provides immutable UUID objects (class UUID) and the functions 8 Note that uuid1() may compromise privacy since it creates a UUID containing 9 the computer's network address. uuid4() creates a random UUID. 13 >>> import uuid 15 # make a UUID based on the host ID and current time 16 >>> uuid.uuid1() 17 UUID('a8098c1a-f86e-11da-bd1a-00112444be1e') 19 # make a UUID using an MD5 hash of a namespace UUID and a nam [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uuid.py | 1 r"""UUID objects (universally unique identifiers) according to RFC 4122. 3 This module provides immutable UUID objects (class UUID) and the functions 8 Note that uuid1() may compromise privacy since it creates a UUID containing 9 the computer's network address. uuid4() creates a random UUID. 13 >>> import uuid 15 # make a UUID based on the host ID and current time 16 >>> uuid.uuid1() 17 UUID('a8098c1a-f86e-11da-bd1a-00112444be1e') 19 # make a UUID using an MD5 hash of a namespace UUID and a nam [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
uuid.py | 1 r"""UUID objects (universally unique identifiers) according to RFC 4122. 3 This module provides immutable UUID objects (class UUID) and the functions 8 Note that uuid1() may compromise privacy since it creates a UUID containing 9 the computer's network address. uuid4() creates a random UUID. 13 >>> import uuid 15 # make a UUID based on the host ID and current time 16 >>> uuid.uuid1() 17 UUID('a8098c1a-f86e-11da-bd1a-00112444be1e') 19 # make a UUID using an MD5 hash of a namespace UUID and a nam [all...] |
/external/guice/jdk8-tests/test/com/google/inject/jdk8/ |
Java8LanguageFeatureBindingTest.java | 33 import java.util.UUID; 112 UUID uuid = UUID.randomUUID(); local 116 bind(UUID.class).toInstance(uuid); 121 assertEquals(uuid.toString(), injector.getInstance(String.class)); 125 private final UUID uuid; field in class:Java8LanguageFeatureBindingTest.StringProvider 128 StringProvider(UUID uuid) [all...] |
/cts/hostsidetests/security/src/android/security/cts/ |
EncryptionHostTest.java | 25 import java.util.UUID; 60 // Create file with name and contents a random UUID so we can search for it 61 String uuid = UUID.randomUUID().toString(); 62 mDevice.executeShellCommand("echo " + uuid + " > /data/local/tmp/" + uuid); 63 String uuidReturned = mDevice.executeShellCommand("cat /data/local/tmp/" + uuid).trim(); 64 assertTrue(uuid.equals(uuidReturned)); 81 String result = mDevice.executeShellCommand("grep " + uuid + " " + path + " ").trim(); 85 mDevice.executeShellCommand("rm /data/local/tmp/" + uuid); [all...] |
/system/bt/service/common/bluetooth/ |
scan_filter.cpp | 28 service_uuid_.reset(new UUID(*other.service_uuid_)); 31 service_uuid_mask_.reset(new UUID(*other.service_uuid_mask_)); 39 service_uuid_.reset(new UUID(*other.service_uuid_)); 44 service_uuid_mask_.reset(new UUID(*other.service_uuid_mask_)); 59 void ScanFilter::SetServiceUuid(const UUID& service_uuid) { 60 service_uuid_.reset(new UUID(service_uuid)); 64 void ScanFilter::SetServiceUuidWithMask(const UUID& service_uuid, 65 const UUID& mask) { 66 service_uuid_.reset(new UUID(service_uuid)); 67 service_uuid_mask_.reset(new UUID(mask)) [all...] |
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_constants.py | 17 import uuid namespace 70 # The following UUID values are defined for the device service identifiers. 71 UUID_BASIC_CONNECT = uuid.UUID('A289CC33-BCBB-8B4F-B6B0-133EC2AAE6DF') 73 # The following UUID values are defined for the MBIM_CONTEXT_TYPES which are 75 MBIM_CONTEXT_TYPE_NONE = uuid.UUID('B43F758C-A560-4B46-B35E-C5869641FB54') 76 MBIM_CONTEXT_TYPE_INTERNET = uuid.UUID('7E5E2A7E-4E6F-7272-736B-656E7E5E2A7E')
|
/external/toybox/tests/ |
blkid.test | 16 '-: LABEL="myext2" UUID="e59093ba-4135-4fdb-bcc4-f20beae4dfaf" TYPE="ext2"\n' \ 19 '-: LABEL="myext3" UUID="79d1c877-1a0f-4e7d-b21d-fc32ae3ef101" TYPE="ext3"\n' \ 22 '-: LABEL="myext4" UUID="dc4b7c00-c0c0-4600-af7e-0335f09770fa" TYPE="ext4"\n' \ 25 '-: LABEL="" UUID="b53d3619-c204-4c0b-8504-36363578491c" TYPE="f2fs"\n' \ 28 '-: LABEL="mymsdos " UUID="5108-1e6e" TYPE="vfat"\n' "" "" 30 '-: UUID="8585600838bfe16e" TYPE="ntfs"\n' "" "" 32 '-: LABEL="myreiser" UUID="a5b99bec-45cc-41d7-986e-32f4b6fc28f2" TYPE="reiserfs"\n' \ 37 '-: LABEL="myvfat " UUID="1db9-5673" TYPE="vfat"\n' "" "" 39 '-: LABEL="XFS_test" UUID="d63a1dc3-27d5-4dd4-8b38-f4f97f495c6f" TYPE="xfs"\n' \
|
/system/bt/btif/test/ |
btif_storage_test.cpp | 31 bt_uuid_t uuid; local 32 memset(&uuid, 0, sizeof(uuid)); 33 EXPECT_FALSE(memcmp(&uuid, u1, sizeof(u1)) == 0); 35 bool rc = string_to_uuid(s1, &uuid); 37 EXPECT_TRUE(memcmp(&uuid, u1, sizeof(u1)) == 0); 41 bt_uuid_t uuid; local 42 bool rc = string_to_uuid("This is not a UUID", &uuid);
|