Searched refs:UUID (Results 1 - 25 of 85) sorted by relevance

1234

/external/lldb/include/lldb/Core/
H A DUUID.h1 //===-- UUID.h --------------------------------------------------*- C++ -*-===//
22 class UUID class in namespace:lldb_private
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 byte
[all...]
H A DModuleSpec.h15 #include "lldb/Core/UUID.h"
206 UUID *
214 const UUID *
222 UUID &
228 const UUID &
425 UUID m_uuid;
/external/lldb/source/Core/
H A DUUID.cpp1 //===-- UUID.cpp ------------------------------------------------*- C++ -*-===//
10 #include "lldb/Core/UUID.h"
25 UUID::UUID() : m_num_uuid_bytes(16) function in class:lldb_private::UUID
30 UUID::UUID(const UUID& rhs) function in class:lldb_private::UUID
36 UUID::UUID (const void *uuid_bytes, uint32_t num_uuid_bytes) function in class:lldb_private::UUID
41 const UUID
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DUUIDConverter.java20 import java.util.UUID;
23 * UUID from/to byte array.
26 public static byte[] convert(UUID uuid) {
43 public static UUID convert(byte[] uuidBytes) {
46 return new UUID(b.getLong(), b.getLong());
/external/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h17 #include "lldb/Core/UUID.h"
31 OptionValueUUID (const UUID &uuid) :
74 UUID &
80 const UUID &
87 SetCurrentValue (const UUID &value)
101 UUID m_uuid;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DProtectionSpecificHeader.java17 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) {
H A DUuidBasedProtectionSystemSpecificHeaderBox.java13 import java.util.UUID;
31 UUID systemId;
70 public UUID getSystemId() {
74 public void setSystemId(UUID systemId) {
/external/lldb/include/lldb/Host/
H A DSymbols.h47 const lldb_private::UUID *uuid,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
H A DProtectionSystemSpecificHeaderBox.java13 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"));
/external/lldb/source/Interpreter/
H A DOptionValueUUID.cpp94 UUID::ValueType uuid_bytes;
95 const size_t num_bytes_decoded = UUID::DecodeUUIDBytesFromCString(s, uuid_bytes, NULL);
101 const UUID &module_uuid = module_sp->GetUUID();
/external/glide/library/src/main/java/com/bumptech/glide/signature/
H A DApplicationVersionSignature.java9 import java.util.UUID;
55 versionCode = UUID.randomUUID().toString();
/external/lldb/source/Host/common/
H A DSymbols.cpp18 #include "lldb/Core/UUID.h"
54 const UUID &module_uuid = module_spec.GetUUID();
116 const lldb_private::UUID *uuid,
149 const lldb_private::UUID *uuid,
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h120 GetUUID (lldb_private::UUID* uuid);
167 lldb_private::UUID& uuid);
172 // the shared cache UUID so the on-disk cache can be matched or rejected
174 lldb_private::UUID
179 // process' memory as an optimization. If lldb's shared cache UUID
180 // does not match the process' shared cache UUID, this optimization
182 lldb_private::UUID
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h72 const lldb_private::UUID *uuid_ptr,
H A DPlatformiOSSimulator.h84 const lldb_private::UUID *uuid_ptr,
H A DPlatformMacOSX.cpp162 const UUID *uuid_ptr,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DAbstractTrackEncryptionBox.java10 import java.util.UUID;
43 return new UUID(b.getLong(), b.getLong()).toString();
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpPostRequestTest.java10 import java.util.UUID;
40 String divider = UUID.randomUUID().toString();
60 String divider = UUID.randomUUID().toString();
84 String divider = UUID.randomUUID().toString();
140 String divider = UUID.randomUUID().toString();
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h25 #include "lldb/Core/UUID.h"
129 // they had a 64 bit name, 16 byte UUID, 8 byte addr,
143 // 1. The load address, name, UUID, and size of a kext/kernel binary in memory
199 lldb_private::UUID
203 SetUUID (const lldb_private::UUID &uuid);
263 lldb_private::UUID m_uuid; // UUID for this dylib if it has one, else all zeros
358 static lldb_private::UUID
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h77 const UUID* uuid, FileSpec &local_file);
/external/lldb/source/Host/macosx/
H A DSymbols.cpp29 #include "lldb/Core/UUID.h"
58 const lldb_private::UUID *uuid, // the UUID we are looking for
92 // UUID
124 lldb_private::UUID file_uuid (data.GetData(&data_offset, 16), 16);
139 const lldb_private::UUID *uuid,
202 const lldb_private::UUID *uuid
239 const lldb_private::UUID *uuid,
298 const UUID *uuid = module_spec.GetUUIDPtr();
535 const UUID *uui
[all...]
/external/e2fsprogs/lib/uuid/
H A Duuid_time.c3 * violates the UUID abstraction barrier by reaching into the guts
4 * of a UUID and interpreting it.
40 #define UUID MYUUID macro
132 fprintf(stderr, "Invalid UUID: %s\n", argv[1]);
139 printf("UUID variant is %d (%s)\n", variant, variant_string(variant));
145 printf("UUID type is %d", type);
163 printf("Warning: not a time-based UUID, so UUID time "
166 printf("UUID time is: (%ld, %ld): %s\n", tv.tv_sec, (long)tv.tv_usec,
/external/google-breakpad/src/client/windows/crash_generation/
H A Dminidump_generator.h111 typedef RPC_STATUS (RPC_ENTRY* UuidCreateType)(UUID* Uuid);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameManager.java25 import java.util.UUID;
166 private final UUID uuid;
170 this.uuid = UUID.randomUUID();
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h19 #include "lldb/Core/UUID.h"
118 GetUUID(lldb_private::UUID* uuid);
181 lldb_private::UUID m_uuid;
228 lldb_private::UUID &uuid,

Completed in 628 milliseconds

1234