HomeSort by relevance Sort by last modified time
    Searched refs:UUID (Results 1 - 25 of 210) sorted by null

1 2 3 4 5 6 7 8 9

  /external/lldb/include/lldb/Core/
UUID.h 1 //===-- UUID.h --------------------------------------------------*- C++ -*-===//
22 class UUID
31 UUID ();
32 UUID (const UUID& rhs);
33 UUID (const void *uuid_bytes, uint32_t num_uuid_bytes);
35 ~UUID ();
37 const UUID&
38 operator=(const UUID& rhs);
64 // Decode as many UUID bytes (up to 16) as possible from the C string "cstr
    [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");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
UUIDTest.java 20 import java.util.UUID;
29 * @see UUID#UUID(long, long)
32 UUID uuid = new UUID(0xf81d4fae7dec11d0L, 0xa76500a0c91e6bf6L); local
33 assertEquals(2, uuid.variant());
34 assertEquals(1, uuid.version());
35 assertEquals(0x1d07decf81d4faeL, uuid.timestamp());
36 assertEquals(130742845922168750L, uuid.timestamp())
45 UUID uuid = new UUID(0, 0); local
57 UUID uuid = new UUID(0, 0); local
69 UUID uuid = new UUID(0, 0); local
87 UUID uuid = new UUID(0, 0x0000000000000000L); local
120 UUID uuid = new UUID(0x0000000000001000L, 0x8000000000000000L); local
143 UUID uuid = new UUID(0x0000000000001000L, 0x8000000000000000L); local
169 UUID uuid = new UUID(0x0000000000001000L, 0x8000000000000000L); local
207 UUID uuid = new UUID(0, 0); local
240 UUID uuid = new UUID(0xf81d4fae7dec11d0L, 0xa76500a0c91e6bf6L); local
269 UUID uuid = UUID.randomUUID(); local
283 UUID uuid = UUID.nameUUIDFromBytes(name); local
364 UUID uuid = UUID.fromString("0-0-0-0-0"); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
CallbackInfo.java 18 import java.util.UUID;
32 UUID srvcUuid;
34 UUID charUuid;
37 UUID srvcUuid, int charInstId, UUID charUuid) {
ServiceDeclaration.java 22 import java.util.UUID;
36 UUID uuid = null; field in class:ServiceDeclaration.Entry
44 Entry(UUID uuid, int serviceType, int instance) {
46 this.uuid = uuid;
51 Entry(UUID uuid, int serviceType, int instance, boolean advertisePreferred) {
53 this.uuid = uuid
    [all...]
ScanClient.java 25 import java.util.UUID;
35 UUID[] uuids;
46 this(appIf, isServer, new UUID[0], DEFAULT_SCAN_SETTINGS, null, null);
49 ScanClient(int appIf, boolean isServer, UUID[] uuids) {
55 this(appIf, isServer, new UUID[0], settings, filters, null);
60 this(appIf, isServer, new UUID[0], settings, filters, storages);
63 private ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings,
HandleMap.java 24 import java.util.UUID;
39 UUID uuid = null; field in class:HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
51 this.uuid = uuid;
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance,
61 this.uuid = uuid
    [all...]
  /external/lldb/source/Core/
UUID.cpp 1 //===-- UUID.cpp ------------------------------------------------*- C++ -*-===//
10 #include "lldb/Core/UUID.h"
25 UUID::UUID() : m_num_uuid_bytes(16)
30 UUID::UUID(const UUID& rhs)
36 UUID::UUID (const void *uuid_bytes, uint32_t num_uuid_bytes)
41 const UUID
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
UUIDConverter.java 20 import java.util.UUID;
23 * UUID from/to byte array.
26 public static byte[] convert(UUID uuid) {
28 long msb = uuid.getMostSignificantBits();
29 long lsb = uuid.getLeastSignificantBits();
43 public static UUID convert(byte[] uuidBytes) {
46 return new UUID(b.getLong(), b.getLong());
  /external/lldb/include/lldb/Interpreter/
OptionValueUUID.h 17 #include "lldb/Core/UUID.h"
31 OptionValueUUID (const UUID &uuid) :
33 m_uuid (uuid)
74 UUID &
80 const UUID &
87 SetCurrentValue (const UUID &value)
101 UUID m_uuid;
  /frameworks/base/core/java/android/os/
ParcelUuid.java 19 import java.util.UUID;
22 * This class is a Parcelable wrapper around {@link UUID} which is an
28 private final UUID mUuid;
32 * given {@link UUID}.
34 * @param uuid UUID
36 public ParcelUuid(UUID uuid) {
37 mUuid = uuid;
41 * Creates a new ParcelUuid from a string representation of {@link UUID}
    [all...]
  /frameworks/base/media/java/android/media/
MediaCrypto.java 20 import java.util.UUID;
33 * Query if the given scheme identified by its UUID is supported on
35 * @param uuid The UUID of the crypto scheme.
37 public static final boolean isCryptoSchemeSupported(UUID uuid) {
38 return isCryptoSchemeSupportedNative(getByteArrayFromUUID(uuid));
41 private static final byte[] getByteArrayFromUUID(UUID uuid) {
42 long msb = uuid.getMostSignificantBits()
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
PairingUtils.java 20 import java.util.UUID;
28 public static final UUID[] UUIDs = new UUID[] {
29 UUID.fromString("578f077f-2bb0-474b-8473-c257d910a09b"),
30 UUID.fromString("c9e53035-20e2-4b09-822f-8fe4055063a6"),
31 UUID.fromString("ef845772-2a89-420e-9042-181f6134d6ef"),
32 UUID.fromString("67debdcf-ffd2-4f1e-a851-424b2a7f9178"),
33 UUID.fromString("a3330af0-4b14-46f1-8398-d074e7863e29")
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattDescriptor.java 19 import java.util.UUID;
88 * The UUID of this descriptor.
91 protected UUID mUuid;
121 * @param uuid The UUID for this descriptor
124 public BluetoothGattDescriptor(UUID uuid, int permissions) {
125 initDescriptor(null, uuid, 0, permissions);
133 * @param uuid The UUID for this descripto
    [all...]
BluetoothGattService.java 20 import java.util.UUID;
49 * The UUID of this service.
52 protected UUID mUuid;
83 * Whether the service uuid should be advertised.
91 * @param uuid The UUID for this service
96 public BluetoothGattService(UUID uuid, int serviceType) {
98 mUuid = uuid;
109 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid
    [all...]
  /libcore/luni/src/main/java/java/util/
UUID.java 30 * UUID is an immutable representation of a 128-bit universally unique
31 * identifier (UUID).
41 public final class UUID implements Serializable, Comparable<UUID> {
62 * The 64 most significant bits of the UUID.
64 * The 64 least significant bits of the UUID.
66 public UUID(long mostSigBits, long leastSigBits) {
117 * Generates a variant 2, version 4 (randomly generated number) UUID as per
120 * @return an UUID instance.
122 public static UUID randomUUID()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 3 import uuid namespace
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
29 0, 0, uuid.RESERVED_NCS, None),
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
38 0x607040500010203L, 0x809, uuid.RESERVED_NCS, None),
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
47 0x82e946702d9e6d5L, 0xf9b, uuid.RFC_4122, 3),
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
56 0x678123412345678L, 0x1234, uuid.RESERVED_NCS, None),
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 3 import uuid namespace
28 'urn:uuid:00000000-0000-0000-0000-000000000000',
29 0, 0, uuid.RESERVED_NCS, None),
37 'urn:uuid:00010203-0405-0607-0809-0a0b0c0d0e0f',
38 0x607040500010203L, 0x809, uuid.RESERVED_NCS, None),
46 'urn:uuid:02d9e6d5-9467-382e-8f9b-9300a64ac3cd',
47 0x82e946702d9e6d5L, 0xf9b, uuid.RFC_4122, 3),
55 'urn:uuid:12345678-1234-5678-1234-567812345678',
56 0x678123412345678L, 0x1234, uuid.RESERVED_NCS, None),
64 'urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8'
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
StreamByteArrayLoader.java 7 import java.util.UUID;
17 this(UUID.randomUUID().toString());
  /external/lldb/include/lldb/Host/
Symbols.h 47 const lldb_private::UUID *uuid,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
ProtectionSpecificHeader.java 17 import java.util.UUID;
21 protected static Map<UUID, Class<? extends ProtectionSpecificHeader>> uuidRegistry = new HashMap<UUID, Class<? extends ProtectionSpecificHeader>>();
25 uuidRegistry.put(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"), PlayReadyHeader.class);
38 public static ProtectionSpecificHeader createFor(UUID systemId, ByteBuffer bufferWrapper) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 19 import java.util.UUID;
78 protected static final UUID PRIVACY_MAC_UUID =
79 UUID.fromString("00009999-0000-1000-8000-00805f9b34fb");
80 protected static final UUID POWER_LEVEL_UUID =
81 UUID.fromString("00008888-0000-1000-8000-00805f9b34fb");
82 protected static final UUID SCAN_RESP_UUID =
83 UUID.fromString("00007777-0000-1000-8000-00805f9b34fb");
84 protected static final UUID SCANNABLE_UUID =
85 UUID.fromString("00006666-0000-1000-8000-00805f9b34fb");
86 protected static final UUID UNSCANNABLE_UUID
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwBrowserProcess.java 17 import java.util.UUID;
70 UUID uuid = UUID.fromString(fragments[1]); local
71 MediaDrmBridge.addKeySystemUuidMapping(keySystem, uuid);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 13 import java.util.UUID;
37 public static byte[] OMA2_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("A2B55680-6F43-11E0-9A3F-0002A5D5C51B"));
38 public static byte[] PLAYREADY_SYSTEM_ID = UUIDConverter.convert(UUID.fromString("9A04F079-9840-4286-AB92-E65BE0885F95"));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txfw32.h 27 UUID KtmGuid;
38 UUID KtmGuid;
50 UUID KtmGuid;

Completed in 1418 milliseconds

1 2 3 4 5 6 7 8 9