/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | BuddyMemoryAllocatorTests.cpp | 80 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST() 84 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST() 85 ASSERT_EQ(allocation1.GetInfo().mMethod, AllocationMethod::kSubAllocated); in TEST() 91 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST() 113 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST() 117 ASSERT_EQ(invalidAllocation.GetInfo().mMethod, AllocationMethod::kInvalid); in TEST() 121 ASSERT_EQ(allocation1.GetInfo().mBlockOffset, 0u); in TEST() 122 ASSERT_EQ(allocation1.GetInfo().mMethod, AllocationMethod::kSubAllocated); in TEST() 128 ASSERT_EQ(allocation2.GetInfo().mBlockOffset, heapSize); in TEST() 129 ASSERT_EQ(allocation2.GetInfo().mMethod, AllocationMethod::kSubAllocated); in TEST() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ResourceAllocatorManagerD3D12.cpp | 205 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory() 214 if (directAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory() 225 if (allocation.GetInfo().mMethod == AllocationMethod::kSubAllocated) { in Tick() 233 if (allocation.GetInfo().mMethod == AllocationMethod::kInvalid) { in DeallocateMemory() 242 if (allocation.GetInfo().mMethod == AllocationMethod::kDirect) { in DeallocateMemory() 254 ASSERT(allocation.GetInfo().mMethod == AllocationMethod::kSubAllocated); in FreeMemory() 311 if (allocation.GetInfo().mMethod == AllocationMethod::kInvalid) { in CreatePlacedResource() 339 return ResourceHeapAllocation{allocation.GetInfo(), allocation.GetOffset(), in CreatePlacedResource()
|
D | StagingBufferD3D12.cpp | 59 if (mUploadHeap.GetInfo().mMethod == AllocationMethod::kInvalid) { in ~StagingBuffer()
|
D | BufferD3D12.cpp | 399 return mResourceAllocation.GetInfo().mMethod == allocationMethod; in CheckAllocationMethodForTesting()
|
/third_party/gn/src/gn/ |
D | resolved_target_data.cc | 110 TargetInfo* info = GetInfo(target); in recursive_hard_deps() 134 TargetInfo* info = GetInfo(target); in GetRecursiveTargetLibInfo() 164 TargetInfo* info = GetInfo(target); in GetRecursiveTargetFrameworkInfo() 197 TargetInfo* info = GetInfo(target); in GetRecursiveTargetHardDeps() 232 TargetInfo* info = GetInfo(target); in GetRecursiveTargetInheritedLibs() 323 TargetInfo* info = GetInfo(target); in GetRecursiveTargetRustLibs() 386 TargetInfo* GetInfo(const Target* target) const { in GetInfo() function in ResolvedTargetData::Impl
|
D | function_write_file_unittest.cc | 107 foo_file.GetInfo(&original_info); in TEST_F() 113 foo_file.GetInfo(&new_info); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | ResourceMemoryAllocatorVk.cpp | 156 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in Allocate() 184 switch (allocation->GetInfo().mMethod) { in Deallocate() 221 ASSERT(allocation.GetInfo().mMethod == AllocationMethod::kSubAllocated); in Tick()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ResourceMemoryAllocation.cpp | 41 AllocationInfo ResourceMemoryAllocation::GetInfo() const { in GetInfo() function in dawn_native::ResourceMemoryAllocation
|
D | ResourceMemoryAllocation.h | 68 AllocationInfo GetInfo() const;
|
D | BuddyMemoryAllocator.cpp | 89 const AllocationInfo info = allocation.GetInfo(); in Deallocate()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler_test.cc | 48 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo() function in absl::container_internal::HashtablezInfoHandlePeer 54 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; } 237 auto* info = HashtablezInfoHandlePeer::GetInfo(&h); in TEST()
|
/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler_test.cc | 48 static HashtablezInfo* GetInfo(HashtablezInfoHandle* h) { return h->info_; } in GetInfo() function in absl::container_internal::HashtablezInfoHandlePeer 54 static HashtablezInfo* GetInfo(HashtablezInfoHandle*) { return nullptr; } 231 auto* info = HashtablezInfoHandlePeer::GetInfo(&h); in TEST()
|
/third_party/grpc/src/cpp/common/ |
D | channel_filter.cc | 47 void ChannelData::GetInfo(grpc_channel_element* elem, in GetInfo() function in grpc::ChannelData
|
D | channel_filter.h | 249 virtual void GetInfo(grpc_channel_element* elem, 317 channel_data->GetInfo(elem, channel_info); in GetChannelInfo()
|
/third_party/gn/src/base/files/ |
D | file_enumerator.h | 133 FileInfo GetInfo() const;
|
D | file.h | 217 bool GetInfo(Info* info);
|
D | file_enumerator_posix.cc | 161 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
|
D | file_enumerator_win.cc | 103 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { in GetInfo() function in base::FileEnumerator
|
D | file_util.cc | 41 running_size += file_iter.GetInfo().GetSize(); in ComputeDirectorySize()
|
D | file_win.cc | 169 bool File::GetInfo(Info* info) { in GetInfo() function in base::File
|
D | file_posix.cc | 263 bool File::GetInfo(Info* info) { in GetInfo() function in base::File
|
D | file_util_win.cc | 66 FileEnumerator::FileInfo info = traversal.GetInfo(); in DeleteFileRecursive()
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip_writer.cc | 62 if (!file.GetInfo(&file_info)) in AddFileEntryToZip()
|
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | zip_writer.cc | 61 if (!file.GetInfo(&file_info)) in AddFileEntryToZip()
|
/third_party/node/deps/zlib/google/ |
D | zip_writer.cc | 61 if (!file.GetInfo(&file_info)) in AddFileEntryToZip()
|