/external/chromium_org/chromeos/dbus/ |
cros_disks_client.h | 161 // Returns file system uuid. 162 const std::string& uuid() const { return uuid_; } function in class:chromeos::DiskInfo
|
/external/chromium_org/content/renderer/media/android/ |
renderer_media_player_manager.cc | 240 const std::vector<uint8>& uuid, 244 routing_id(), media_keys_id, uuid, frame_url));
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 200 fprintf(f, "Filesystem UUID: %s\n", e2p_uuid2str(sb->s_uuid)); 307 fprintf(f, "Journal UUID: %s\n",
|
/external/flac/libFLAC/ |
libFLAC_dynamic.vcproj | 67 IgnoreDefaultLibraryNames="uuid.lib"
148 IgnoreDefaultLibraryNames="uuid.lib"
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
HttpOverSpdyTest.java | 44 import java.util.UUID; 84 File cacheDir = new File(systemTmpDir, "HttpCache-" + UUID.randomUUID());
|
/external/oprofile/daemon/ |
opd_perfmon.c | 81 static unsigned char uuid[16] = { variable 211 memcpy(&ctx.ctx_smpl_buf_id, &uuid, 16);
|
/frameworks/av/services/audioflinger/ |
AudioPolicyService.h | 264 EffectDesc(const char *name, const effect_uuid_t& uuid) : 266 mUuid(uuid) { }
|
/frameworks/base/docs/html/about/versions/ |
android-2.3.3.jd | 135 {@link android.bluetooth.BluetoothDevice#createInsecureRfcommSocketToServiceRecord(java.util.UUID)} and 136 {@link android.bluetooth.BluetoothAdapter#listenUsingInsecureRfcommWithServiceRecord(java.lang.String, java.util.UUID)}
|
/hardware/libhardware/include/hardware/ |
audio_effect.h | 44 // http://www.itu.int/ITU-T/asn1/uuid.html) 45 // This format is used for both "type" and "uuid" fields of the effect descriptor structure. 48 // - When used as uuid, it should be a unique UUID for this particular implementation. 60 // NULL UUID definition (matches SL_IID_NULL_) 71 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect 72 effect_uuid_t uuid; // UUID for this particular implementation member in struct:effect_descriptor_s [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 25 import java.util.UUID; 31 File directory = new File(base, UUID.randomUUID().toString());
|
/packages/apps/Email/src/com/android/email/ |
Preferences.java | 33 import java.util.UUID; 174 result = UUID.randomUUID().toString();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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
|
/system/core/gpttool/ |
gpttool.c | 87 void get_uuid(u8 *uuid) 91 read(fd, uuid, 16);
|
/external/e2fsprogs/ |
RELEASE-NOTES | 41 E2fsck will now support UUID= and LABEL= specifiers for the -j option 467 The in-tree header files are only used if the in-tree uuid or blkid 468 libraries are used. Otherwise, use the system-provided uuid or blkid 573 safety checks so that if the unix domain socket between the uuid 595 Fix compilation problem when configured with --disable-uuid. 597 Don't build uuidgen if configured with --disable-uuid. [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
SerializedScriptValue.cpp | 387 void writeBlob(const String& uuid, const String& type, unsigned long long size) 390 doWriteWebCoreString(uuid); 555 doWriteWebCoreString(file.uuid()); 1906 String uuid; local [all...] |
/bionic/libc/kernel/common/linux/ |
dm-ioctl.h | 41 char uuid[DM_UUID_LEN]; member in struct:dm_ioctl
|
/external/bluetooth/bluedroid/btif/src/ |
btif_core.c | [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_int.h | 127 UINT16 uuid; member in struct:__anon835
|
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_discovery.c | 64 ** Description This function builds a UUID sequence from the list of 83 /* Now, loop through and put in all the UUID(s) */ 1000 /* See if we can compress his UUID down to 16 or 32bit UUIDs */ 1030 SDP_TRACE_WARNING1 ("SDP - bad len in UUID attr: %d", attr_len) [all...] |
/external/chromium/net/base/ |
keygen_handler_win.cc | 117 UUID id = { 0 };
|
/external/chromium_org/base/ios/ |
device_util.mm | 34 // Zero UUID returned on buggy iOS devices.
|
/external/chromium_org/build/config/win/ |
BUILD.gn | 112 "uuid.lib",
|
/external/chromium_org/chrome/installer/util/ |
browser_distribution.h | 147 // and provides the CommandExecuteImpl class UUID if |handler_class_uuid| is
|