| /external/libchrome/base/memory/ |
| D | writable_shared_memory_region.h | 93 const UnguessableToken& GetGUID() const { in GetGUID() function 95 return handle_.GetGUID(); in GetGUID()
|
| D | read_only_shared_memory_region.h | 93 const UnguessableToken& GetGUID() const { in GetGUID() function 95 return handle_.GetGUID(); in GetGUID()
|
| D | unsafe_shared_memory_region.h | 92 const UnguessableToken& GetGUID() const { in GetGUID() function 94 return handle_.GetGUID(); in GetGUID()
|
| D | read_only_shared_memory_region.cc | 27 handle.GetGUID()); in Create() 81 handle_.GetGUID()); in MapAt()
|
| D | shared_memory_posix.cc | 203 options.size, shm_.GetGUID()); in Create() 253 FileDescriptor(readonly_mapped_file, false), 0, shm_.GetGUID()); in Open() 302 mapped_id_ = shm_.GetGUID(); in MapAt()
|
| D | shared_memory_region_unittest.cc | 120 EXPECT_EQ(platform_region.GetGUID(), this->rw_mapping_.guid()); in TYPED_TEST() 214 EXPECT_EQ(this->region_.GetGUID(), dup_region.GetGUID()); in TYPED_TEST()
|
| D | shared_memory_handle.cc | 15 base::UnguessableToken SharedMemoryHandle::GetGUID() const { in GetGUID() function in base::SharedMemoryHandle
|
| D | shared_memory_handle_posix.cc | 60 GetGUID()); in Duplicate()
|
| D | shared_memory_unittest.cc | 380 EXPECT_EQ(writable_shmem.handle().GetGUID(), readonly_handle.GetGUID()); in TEST_P() 483 EXPECT_EQ(shared_handle.GetGUID(), shmem.handle().GetGUID()); in TEST_P() 869 base::UnguessableToken id = memory.handle().GetGUID(); in TEST_P()
|
| D | unsafe_shared_memory_region.cc | 60 handle_.GetGUID()); in MapAt()
|
| D | writable_shared_memory_region.cc | 77 handle_.GetGUID()); in MapAt()
|
| D | shared_memory_handle_android.cc | 75 GetGUID()); in Duplicate()
|
| D | shared_memory_handle.h | 74 base::UnguessableToken GetGUID() const;
|
| /external/cronet/base/memory/ |
| D | unsafe_shared_memory_pool_unittest.cc | 25 auto id1 = handle->GetRegion().GetGUID(); in TEST() 32 EXPECT_EQ(id1, handle->GetRegion().GetGUID()); in TEST()
|
| D | unsafe_shared_memory_region.h | 107 const UnguessableToken& GetGUID() const { in GetGUID() function 109 return handle_.GetGUID(); in GetGUID()
|
| D | writable_shared_memory_region.h | 115 const UnguessableToken& GetGUID() const { in GetGUID() function 117 return handle_.GetGUID(); in GetGUID()
|
| D | read_only_shared_memory_region.h | 110 const UnguessableToken& GetGUID() const { in GetGUID() function 112 return handle_.GetGUID(); in GetGUID()
|
| D | read_only_shared_memory_region.cc | 32 WritableSharedMemoryMapping mapping(result.value(), size, handle.GetGUID(), in Create() 87 return ReadOnlySharedMemoryMapping(result.value(), size, handle_.GetGUID(), in MapAt()
|
| D | shared_memory_region_unittest.cc | 120 EXPECT_EQ(platform_region.GetGUID(), this->rw_mapping_.guid()); in TYPED_TEST() 206 EXPECT_EQ(this->region_.GetGUID(), dup_region.GetGUID()); in TYPED_TEST()
|
| D | unsafe_shared_memory_region.cc | 67 return WritableSharedMemoryMapping(result.value(), size, handle_.GetGUID(), in MapAt()
|
| D | writable_shared_memory_region.cc | 82 return WritableSharedMemoryMapping(result.value(), size, handle_.GetGUID(), in MapAt()
|
| D | platform_shared_memory_region.h | 201 const UnguessableToken& GetGUID() const { return guid_; } in GetGUID() function
|
| /external/dynamic_depth/internal/xmpmeta/ |
| D | xmp_writer.cc | 127 const string GetGUID(const string& to_hash) { return MD5Hash(to_hash); } in GetGUID() function 141 string guid = GetGUID(buffer); in CreateExtendedSections() 258 const string extended_id = GetGUID(extended_buffer); in LinkXmpStandardAndExtendedSections()
|
| /external/libchrome/mojo/public/cpp/system/ |
| D | platform_handle.cc | 87 const auto& guid = region.GetGUID(); in WrapPlatformSharedMemoryRegion() 273 guid.high = memory_handle.GetGUID().GetHighForSerialization(); in WrapSharedMemoryHandle() 274 guid.low = memory_handle.GetGUID().GetLowForSerialization(); in WrapSharedMemoryHandle()
|
| /external/libchrome/ipc/ |
| D | ipc_message_utils_unittest.cc | 159 EXPECT_EQ(pre_pickle.GetGUID(), post_pickle.GetGUID()); in TEST()
|