HomeSort by relevance Sort by last modified time
    Searched full:uuid (Results 326 - 350 of 1844) sorted by null

<<11121314151617181920>>

  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
vfat_tests 13 "description": "VFAT filesystem with UUID (read)",
  /external/bzip2/
dlltest.dsp 51 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
52 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /out:"minibz2.exe"
75 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
76 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"minibz2.exe" /pdbtype:sept
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
create_hit_external.py 2 import uuid namespace
  /external/clang/test/Preprocessor/
has_attribute.c 53 #if !__has_attribute(uuid)
  /external/clang/test/Rewriter/
rewrite-foreach-protocol-id.m 24 for (id<CoreDAVLeafDataPayload> uuid in uuidsToAddActions) {
  /external/e2fsprogs/
SHLIBS 30 Description: DCE Universally Unique ID (UUID) library
  /external/e2fsprogs/doc/
libblkid.txt 23 UUID filesystem uuid
46 "UUID=082D-26E3", and get back a device name that it can use.
53 type, or label, or uuid for a particular device:
  /external/e2fsprogs/lib/uuid/
uuid.h 2 * Public include file for the UUID library
46 /* UUID Variant definitions */
52 /* UUID Type definitions */
56 /* Allow UUID constants to be defined */
uuid.h.in 2 * Public include file for the UUID library
46 /* UUID Variant definitions */
52 /* UUID Type definitions */
56 /* Allow UUID constants to be defined */
  /external/e2fsprogs/tests/f_badroot/
expect.1 1 Filesystem did not have a UUID; generating one.
  /external/e2fsprogs/tests/f_mke2fs2b/
expect.1 1 Filesystem did not have a UUID; generating one.
  /external/e2fsprogs/tests/f_overfsblks/
expect.1 2 Filesystem did not have a UUID; generating one.
  /external/e2fsprogs/tests/
filter.sed 8 /^Filesystem UUID:/d
  /external/kernel-headers/original/uapi/linux/nfsd/
nfsfh.h 55 * 4 - 4 byte inode number and 4 byte uuid
56 * 5 - 8 byte uuid
57 * 6 - 16 byte uuid
58 * 7 - 8 byte inode number and 16 byte uuid
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 155 [local, object, uuid("6e6ffa6a-9bae-4613-a51e-91652d508c21")]
193 [object, local, uuid("51f23923-f3e5-4bd1-91cb-606177d8db4c")]
208 [object, local, uuid("eb62d63d-93dd-4318-8ae8-c6f83ad371b8")]
224 [object,local,uuid("0a233719-3960-4578-9d7c-203b8b1d9cc1")]
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioEffects.java 25 import java.util.UUID;
38 private static final UUID AOSP_ACOUSTIC_ECHO_CANCELER =
39 UUID.fromString("bb392ec0-8d4d-11e0-a896-0002a5d5c51b");
40 private static final UUID AOSP_AUTOMATIC_GAIN_CONTROL =
41 UUID.fromString("aa8130e0-66fc-11e0-bad0-0002a5d5c51b");
42 private static final UUID AOSP_NOISE_SUPPRESSOR =
43 UUID.fromString("c06c8400-8e06-11e0-9cb6-0002a5d5c51b");
121 // Returns true if the platform AEC should be excluded based on its UUID.
127 d.uuid.equals(AOSP_ACOUSTIC_ECHO_CANCELER)) {
134 // Returns true if the platform AGC should be excluded based on its UUID
    [all...]
  /external/wpa_supplicant_8/src/utils/
Makefile 23 uuid.o \
  /frameworks/av/drm/mediadrm/plugins/clearkey/
ClearKeyUUID.h 24 bool isClearKeyUUID(const uint8_t uuid[16]);
  /frameworks/base/media/java/android/media/
UnsupportedSchemeException.java 21 * using a crypto scheme UUID that is not supported by the device
  /frameworks/native/services/sensorservice/
SensorInterface.cpp 37 BaseSensor::BaseSensor(const sensor_t& sensor, const uint8_t (&uuid)[16]) :
39 mSensor(sensor, Sensor::uuid_t(uuid), mSensorDevice.getHalDeviceVersion()) {
48 HardwareSensor::HardwareSensor(const sensor_t& sensor, const uint8_t (&uuid)[16]):
49 BaseSensor(sensor, uuid) {
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qos_ti_uuid.h 21 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
decode_common_ti.h 32 * Auto-generated UUID structures for DSP/BIOS Bridge nodes.
45 /* This is USN UUID */
58 /* This is MMMDN UUID */
65 /* This is ACDN UUID */
  /system/bt/service/common/
README 8 #include <bluetooth/uuid.h>
  /system/sepolicy/
blkid_untrusted.te 4 # Allowed read-only access to vold block devices to extract UUID/label
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 38 public static String lookup(String uuid, String defaultName) {
39 String name = attributes.get(uuid);

Completed in 497 milliseconds

<<11121314151617181920>>