HomeSort by relevance Sort by last modified time
    Searched refs:uuid (Results 26 - 50 of 477) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dbus/tools/
dbus-uuidgen.c 43 printf ("D-Bus UUID Generator %s\n"
129 char *uuid; local
130 if (dbus_internal_do_not_use_get_uuid (filename, &uuid, ensure_uuid, &error))
133 printf ("%s\n", uuid);
134 dbus_free (uuid);
139 char *uuid; local
140 if (dbus_internal_do_not_use_create_uuid (&uuid))
142 printf ("%s\n", uuid);
143 dbus_free (uuid);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebBackForwardListPrivate.idl 37 uuid(0296A841-F6B1-4334-B146-7F9542CF24C3),
IWebGeolocationPolicyListener.idl 33 uuid(1300A76E-26DF-4BED-B79F-3930D7A4202F),
IWebPolicyDelegatePrivate.idl 39 uuid(BA053E15-559F-46ee-A1D4-F8003EFFB658),
IWebTextRenderer.idl 37 uuid(5b26abbb-c27a-4527-a313-cb733e2cd257),
IWebURLResponsePrivate.idl 37 uuid(18730CD8-864E-4898-B775-88905CC8E9DD),
AccessibleComparable.idl 37 uuid(4f0381ad-dab3-42ad-9ca2-a85b0ae041c0),
IWebErrorPrivate.idl 40 uuid(19FED49C-7016-48a6-B5C6-07ADE116531B),
IWebGeolocationPosition.idl 33 uuid(8C92A6B9-4CBB-4626-A596-24C1B47D7CC7),
IWebInspectorPrivate.idl 37 uuid(A5A31CD0-AEA9-11de-8A39-0800200C9A66),
IWebNotificationObserver.idl 36 uuid(1BA491C4-58A7-4091-9F56-9AED118DB4C1),
IWebResourceLoadDelegatePrivate2.idl 37 uuid(3517ADDA-5870-4aab-9A4E-056E65989DF8),
IWebScrollBarDelegatePrivate.idl 37 uuid(2E8D56AF-3BF5-4e17-BDA6-01692ACBE3D5),
IWebSerializedJSValuePrivate.idl 38 uuid(F695AF5F-35FE-44fb-9EC6-23ABCAC8C515),
IWebUIDelegate2.idl 45 uuid(C6DEF152-86CD-11de-8BF4-ADD456D89593),
IWebUndoTarget.idl 34 uuid(BF7F516E-E75D-4e3a-83E2-8F694D83C72D),
IWebWorkersPrivate.idl 45 uuid(537069C5-389C-41ae-9A82-423ACA8B2C02),
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
uuid.c 2 * Universally Unique IDentifier (UUID)
20 #include "uuid.h"
72 int is_nil_uuid(const u8 *uuid)
76 if (uuid[i])
82 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid)
100 os_memcpy(uuid, hash, 16);
103 uuid[6] = (5 << 4) | (uuid[6] & 0x0f);
106 uuid[8] = 0x80 | (uuid[8] & 0x3f)
    [all...]
  /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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
UPnPServiceResponseListenerTest.java 74 String uuid = "uuid:6859dede-8574-59ab-9332-123456789011"; local
75 ALL_UPNP_SERVICES.add(new Argument(uuid));
76 ALL_UPNP_SERVICES.add(new Argument(uuid +
78 ALL_UPNP_SERVICES.add(new Argument(uuid +
80 ALL_UPNP_SERVICES.add(new Argument(uuid +
82 ALL_UPNP_SERVICES.add(new Argument(uuid +
85 UPNP_ROOT_DEVICE.add(new Argument(uuid +
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 57 const effect_uuid_t *uuid,
61 static int stringToUuid(const char *str, effect_uuid_t *uuid);
62 static int uuidToString(const effect_uuid_t *uuid, char *str, size_t maxLen);
239 int EffectGetDescriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor)
248 if (pDescriptor == NULL || uuid == NULL) {
252 ret = findEffect(NULL, uuid, &l, &d);
260 int EffectCreate(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pHandle)
270 if (uuid == NULL || pHandle == NULL) {
274 ALOGV("EffectCreate() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
275 uuid->timeLow, uuid->timeMid, uuid->timeHiAndVersion
525 effect_uuid_t uuid; local
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCrypto.h 31 static bool IsCryptoSchemeSupported(const uint8_t uuid[16]);
34 const uint8_t uuid[16], const void *initData, size_t initSize);
52 const uint8_t uuid[16], const void *initData, size_t initSize);
  /external/dbus/dbus/
dbus-misc.c 38 * Obtains the machine UUID of the machine this process is running on.
42 * This UUID is guaranteed to remain the same until the next reboot
67 * The UUID is not a UUID in the sense of RFC4122; the details
70 * @returns a 32-byte-long hex-encoded UUID string, or #NULL if insufficient memory
75 DBusString uuid; local
80 if (!_dbus_string_init (&uuid))
83 if (!_dbus_get_local_machine_uuid_encoded (&uuid) ||
84 !_dbus_string_steal_data (&uuid, &s))
86 _dbus_string_free (&uuid);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 98 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) {
99 return remoteDevice.getAddress() + "_" + Integer.toHexString(uuid);
115 public int getChannel(BluetoothDevice remoteDevice, int uuid) {
116 String key = getChannelKey(remoteDevice, uuid);
121 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) +
137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) {
138 if (V) Log.v(TAG, "Setchannel for " + remoteDevice + "_" + Integer.toHexString(uuid) + " to "
140 if (channel != getChannel(remoteDevice, uuid)) {
141 String key = getChannelKey(remoteDevice, uuid);
149 public void removeChannel(BluetoothDevice remoteDevice, int 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...]

Completed in 401 milliseconds

12 3 4 5 6 7 8 91011>>