HomeSort by relevance Sort by last modified time
    Searched full:uuid (Results 376 - 400 of 635) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 97 char uuid[16]; member in struct:mddev_s
  /system/media/opensles/libopensles/
IAndroidEffectCapabilities.c 58 *pEffectImplementation = (SLInterfaceID) &this->mFxDescriptors[index].uuid;
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 27 import java.util.UUID;
203 "test", UUID.randomUUID());
  /external/bluetooth/glib/gio/
gunixvolumemonitor.c 145 get_volume_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
151 get_mount_for_uuid (GVolumeMonitor *volume_monitor, const char *uuid)
gmount.c 219 * Gets the UUID for the @mount. The reference is typically based on
220 * the file system UUID for the mount in question and should be
221 * considered an opaque string. Returns %NULL if there is no UUID
224 * Returns: the UUID for @mount or %NULL if no UUID can be computed.
  /external/kernel-headers/original/linux/
dm-ioctl.h 97 * this structure at the start. If a uuid is specified any
132 char uuid[DM_UUID_LEN]; /* unique identifier for member in struct:dm_ioctl
  /external/webkit/WebKit/win/Interfaces/
IWebDataSource.idl 59 uuid(5221A975-AE09-4a7b-A4DF-E3B1B5F38A21),
209 uuid(4B80B7D4-98D7-4a80-AF46-2AF84B2F2E8F),
IWebView.idl 99 uuid(C0CDE63A-5ED1-453f-B937-93B1A61AD3B3),
150 uuid(174BBEFD-058E-49c7-91DF-6F110AA4AC28),
747 uuid(8F0E3A30-B924-44f8-990A-1AE61ED6C632),
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 168 * pUuid: Pointer to UUID structure.
185 * pUuid: Pointer to UUID structure.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 168 * pUuid: Pointer to UUID structure.
185 * pUuid: Pointer to UUID structure.
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 25 import java.util.UUID;
30 File directory = new File(base, UUID.randomUUID().toString());
  /external/e2fsprogs/
RELEASE-NOTES 254 Fix blkid's handling of ntfs UUID's so that leading zeros are printed
255 such that UUID string is a fixed length.
257 Add sample python bindings for the uuid library to the contrib
305 Improve time-based UUID generation. A new daemon uuidd, is started
595 that a partition contains an NTFS filesystem, and fetch the UUID and
638 Fix MD superblock detection, and make sure the correct UUID is
773 printing the uuid and label from the superblocks, as well as the
786 Documentation about UUID's is available in enough places, and it's
    [all...]
configure.in 564 [ --disable-uuidd disable building the uuid daemon],
735 dnl that uses socket() to compile; this is needed for the UUID library
945 lib/uuid/Makefile lib/uuid/uuid_types.h \
947 lib/ss/ss.pc lib/uuid/uuid.pc lib/et/com_err.pc \
  /external/wpa_supplicant_6/wpa_supplicant/
config_winreg.c 39 #include "uuid.h"
175 str = wpa_config_read_reg_string(hk, TEXT("uuid"));
179 if (uuid_str2bin(str, config->uuid))
560 if (!is_nil_uuid(config->uuid)) {
562 uuid_bin2str(config->uuid, buf, sizeof(buf));
563 wpa_config_write_reg_string(hk, "uuid", buf);
  /frameworks/base/media/libeffects/testlibs/
EffectEqualizer.cpp 43 // Google Graphic Equalizer UUID: e25aa840-543b-11df-98a5-0002a5d5c51b
46 {0xe25aa840, 0x543b, 0x11df, 0x98a5, {0x00, 0x02, 0xa5, 0xd5, 0xc5, 0x1b}}, // uuid
141 extern "C" int EffectCreate(effect_uuid_t *uuid,
150 if (pInterface == NULL || uuid == NULL) {
154 if (memcmp(uuid, &gEqualizerDescriptor.uuid, sizeof(effect_uuid_t)) != 0) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 523 Log.v(TAG, "headset classbits != uuid");
529 Log.v(TAG, "a2dp classbits != uuid");
535 Log.v(TAG, "opp classbits != uuid");
542 Log.v(TAG, "UUID:");
561 * Refreshes the UI when framework alerts us of a UUID change.
572 * If a connect was attempted earlier without any UUID, we will do the
  /external/bluetooth/bluez/
ChangeLog 111 Fix service record parsing with an empty UUID list.
164 Add library function for comparing UUID values.
272 Fix issue with interpretation of UUID-128 as channel.
457 Fix issues with UUID probing.
467 Fix duplicate UUID detection.
498 Fix service discovery and UUID handling.
600 Add UUID-128 support for service discovery.
763 Don't allocate memory for the Bluetooth base UUID.
    [all...]
  /external/e2fsprogs/debian/
changelog 74 uuid-dev and ss-dev. Thanks to Don Armstrong for the explanation and
92 * Fix blkid's ntfs UUID handling so it is compatible with vol_id
106 * The libuuid1 and uuid-runtime packages requires passwd package, so
121 * Improve time-based UUID generation to guarantee uniqueness even when
122 UUID's are being generated at very high rates on SMP systems. To
125 packaged in the (new) uuid-runtime package, which now also includes
256 * Fix blkid library to report the correct UUID from MD superblocks
332 * Add failsafes against duplicate UUID generation caused by threads
382 * Remove useful UUID specification thanks to License Nazi's (Closes: #390664)
422 (rarely) fail to print out the journal or hash seed UUID
    [all...]
rules 29 UUID_VERSION = $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
30 UUID_SOVERSION = $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
355 mkdir -p ${debdir}/uuid-dev/usr/share/doc
356 # ln -sf libuuid${UUID_SOVERSION} ${debdir}/uuid-dev/usr/share/doc/uuid-dev
  /frameworks/base/include/media/
EffectApi.h 68 // http://www.itu.int/ITU-T/asn1/uuid.html)
69 // This format is used for both "type" and "uuid" fields of the effect descriptor structure.
72 // - When used as uuid, it should be a unique UUID for this particular implementation.
81 // NULL UUID definition (matches SL_IID_NULL_)
91 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect
92 effect_uuid_t uuid; // UUID for this particular implementation member in struct:effect_descriptor_s
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
scm.py 271 return cls.value_from_svn_info(path, 'Repository UUID')
284 uuid = SVN.find_uuid(path)
286 if not uuid:
288 # Search up the directory hierarchy until we find a different UUID.
291 if uuid != SVN.find_uuid(path):
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaEnvReverbTest.java 38 import java.util.UUID;
358 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"),
428 UUID.fromString("119341a0-8469-11df-81f9-0002a5d5c51b"),
437 // create reverb with UUID instead of EnvironmentalReverb constructor otherwise an
441 UUID.fromString("c7a511a0-a3bb-11df-860e-0002a5d5c51b"),

Completed in 869 milliseconds

<<11121314151617181920>>