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

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libmedia/
AudioEffect.cpp 446 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid)
448 if (str == NULL || guid == NULL) {
458 guid->timeLow = (uint32_t)tmp[0];
459 guid->timeMid = (uint16_t)tmp[1];
460 guid->timeHiAndVersion = (uint16_t)tmp[2];
461 guid->clockSeq = (uint16_t)tmp[3];
462 guid->node[0] = (uint8_t)tmp[4];
463 guid->node[1] = (uint8_t)tmp[5];
464 guid->node[2] = (uint8_t)tmp[6];
465 guid->node[3] = (uint8_t)tmp[7]
    [all...]
  /external/libchrome/base/trace_event/
memory_allocator_dump.h 32 const MemoryAllocatorDumpGuid& guid);
71 // |guid| is an optional global dump identifier, unique across all processes
76 // expected to have the same guid.
77 const MemoryAllocatorDumpGuid& guid() const { return guid_; } function in class:base::trace_event::MemoryAllocatorDump
memory_allocator_dump_guid.h 20 explicit MemoryAllocatorDumpGuid(uint64_t guid);
22 // Utility ctor to hash a GUID if the caller prefers a string. The caller
29 // Returns a (hex-encoded) string representation of the guid.
process_memory_dump.cc 27 const MemoryAllocatorDumpGuid& guid) {
28 return "global/" + guid.ToString();
110 const MemoryAllocatorDumpGuid& guid) {
111 MemoryAllocatorDump* mad = new MemoryAllocatorDump(absolute_name, this, guid);
135 const MemoryAllocatorDumpGuid& guid) {
136 // A shared allocator dump can be shared within a process and the guid could
138 MemoryAllocatorDump* allocator_dump = GetSharedGlobalAllocatorDump(guid);
141 GetSharedGlobalAllocatorDumpName(guid), guid);
145 const MemoryAllocatorDumpGuid& guid) const
    [all...]
process_memory_dump_unittest.cc 72 pmd1->AddOwnershipEdge(mad1_1->guid(), mad1_2->guid());
77 pmd1->AddOwnershipEdge(mad2_1->guid(), mad2_2->guid());
121 // Create one allocation with an auto-assigned guid and mark it as a
124 pmd->AddSuballocation(pic1_dump->guid(), allocator_dump_name);
126 // Same here, but this time create an allocation with an explicit guid.
129 pmd->AddSuballocation(pic2_dump->guid(), allocator_dump_name);
134 allocator_dump_name + "/__" + pic1_dump->guid().ToString());
145 found_edge[0] |= (e.source == pic1_dump->guid() &
    [all...]
process_memory_dump.h 78 // guid: an optional identifier, unique among all processes within the
85 const MemoryAllocatorDumpGuid& guid);
99 const MemoryAllocatorDumpGuid& guid);
101 // Looks up a shared MemoryAllocatorDump given its guid.
103 const MemoryAllocatorDumpGuid& guid) const;
  /external/lzma/CPP/Windows/
COM.h 49 // GUID <--> String Conversions
50 UString GUIDToStringW(REFGUID guid);
51 AString GUIDToStringA(REFGUID guid);
58 HRESULT StringToGUIDW(const wchar_t *string, GUID &classID);
59 HRESULT StringToGUIDA(const char *string, GUID &classID);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.h 211 REFGUID guid,
216 REFGUID guid,
220 REFGUID guid,
251 REFGUID guid,
257 REFGUID guid,
262 REFGUID guid,
284 #define IDXGIObject_SetPrivateData(This,guid,data_size,data) (This)->lpVtbl->SetPrivateData(This,guid,data_size,data)
285 #define IDXGIObject_SetPrivateDataInterface(This,guid,object) (This)->lpVtbl->SetPrivateDataInterface(This,guid,object
    [all...]
d3d11.h 962 REFGUID guid,
967 REFGUID guid,
972 REFGUID guid,
1002 REFGUID guid,
1008 REFGUID guid,
1014 REFGUID guid,
    [all...]
d3d10.h     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
desktop_device.py 11 super(DesktopDevice, self).__init__(name='desktop', guid='desktop')
  /external/autotest/client/site_tests/network_ChromeWifiConfigure/
network_ChromeWifiConfigure.py 41 guid = test_utils.call_test_function_check_success(
45 logging.info(' guid: ' + guid)
51 ('"' + guid + '"',))
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.h 47 const string& guid,
59 const string& guid,
72 const string& guid,
google_crashdump_uploader.cc 45 const string& guid,
57 guid,
71 const string& guid,
83 guid,
97 const string& guid,
109 guid_ = guid;
186 parameters_["guid"] = guid_;
  /system/core/metricsd/uploader/
system_profile_cache.cc 20 #include <base/guid.h>
173 std::string guid; local
175 if (!base::ReadFileToString(filepath, &guid)) {
176 guid = base::GenerateGUID();
177 // If we can't read or write the file, the guid will not be preserved during
179 CHECK(base::WriteFile(filepath, guid.c_str(), guid.size()));
181 return guid;
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 116 struct Guid
119 Guid();
120 Guid(__rcGUID_t);
122 bool Equals(Guid __guidArg);
124 Guid(unsigned int __aArg, unsigned short __bArg, unsigned short __cArg, unsigned __int8 __dArg,
127 Guid(unsigned int __aArg, unsigned short __bArg, unsigned short __cArg, const unsigned __int8* __dArg);
142 static_assert(sizeof(Guid) == sizeof(::_GUID), "Incorect size for Guid");
146 inline Guid::Guid() : __a(0), __b(0), __c(0), __d(0), __e(0), __f(0), __g(0), __h(0), __i(0), __j(0), __k(0
815 GUID guid = { 0 }; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 314 unsigned short guid; member in struct:squashfs_base_inode_header
323 unsigned short guid; member in struct:squashfs_ipc_inode_header
333 unsigned short guid; member in struct:squashfs_lipc_inode_header
344 unsigned short guid; member in struct:squashfs_dev_inode_header
355 unsigned short guid; member in struct:squashfs_ldev_inode_header
367 unsigned short guid; member in struct:squashfs_symlink_inode_header
379 unsigned short guid; member in struct:squashfs_reg_inode_header
393 unsigned short guid; member in struct:squashfs_lreg_inode_header
410 unsigned short guid; member in struct:squashfs_dir_inode_header
424 unsigned short guid; member in struct:squashfs_ldir_inode_header
    [all...]
  /external/autotest/client/common_lib/cros/network/
xmlrpc_datatypes.py 52 expect_failure=False, guid=None, autoconnect=None,
69 @param guid string unique identifier of this service.
102 self.guid = guid
230 consumers of this interface look up the service by GUID.
234 def __init__(self, guid, passphrase=None, autoconnect=None):
237 @param guid string GUID of the service to configure.
245 self.guid = guid
    [all...]
  /external/vboot_reference/firmware/lib21/include/
vb2_struct.h 15 #include "2guid.h"
140 /* Key GUID */
141 struct vb2_guid guid; member in struct:vb2_packed_key
179 /* Key GUID */
180 struct vb2_guid guid; member in struct:vb2_packed_private_key
218 * GUID for the signature.
220 * If this is a keyblock signature entry, this is the GUID of the key
225 * If this is a preamble hash entry, this is the GUID of the data type
226 * being hashed. There is no key GUID, because sig_alg=VB2_ALG_NONE.
228 struct vb2_guid guid; member in struct:vb2_signature
    [all...]
  /external/vboot_reference/firmware/2lib/include/
2rsa.h 24 const struct vb2_guid *guid; /* Key GUID */ member in struct:vb2_public_key
  /system/weaved/buffet/
mdns_client.h 24 #include <base/guid.h>
  /external/vboot_reference/host/lib21/
host_key.c 128 /* Copy key algorithms and guid */
131 key->guid = pkey->guid;
240 .guid = key->guid,
247 memcpy(&pkey.guid, &key->guid, sizeof(pkey.guid));
299 .guid = VB2_GUID_NONE_SHA1,
312 .guid = VB2_GUID_NONE_SHA256
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/mre/
failure.py 25 self.job.guid, self.function_handle_string,
31 'job_guid': str(self.job.guid),
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 250 __le16 guid; member in struct:squashfs_base_inode
259 __le16 guid; member in struct:squashfs_ipc_inode
269 __le16 guid; member in struct:squashfs_dev_inode
280 __le16 guid; member in struct:squashfs_symlink_inode
292 __le16 guid; member in struct:squashfs_reg_inode
306 __le16 guid; member in struct:squashfs_lreg_inode
323 __le16 guid; member in struct:squashfs_dir_inode
337 __le16 guid; member in struct:squashfs_ldir_inode
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 249 __le16 guid; member in struct:squashfs_base_inode
258 __le16 guid; member in struct:squashfs_ipc_inode
268 __le16 guid; member in struct:squashfs_dev_inode
279 __le16 guid; member in struct:squashfs_symlink_inode
291 __le16 guid; member in struct:squashfs_reg_inode
305 __le16 guid; member in struct:squashfs_lreg_inode
322 __le16 guid; member in struct:squashfs_dir_inode
336 __le16 guid; member in struct:squashfs_ldir_inode

Completed in 700 milliseconds

12 3 4 5 6 7 8 91011>>