/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 40 private final ImmutableMultiset<Allocation> allocations; field in AllocationStats 55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats() 61 Multiset<Allocation> allocations) { in AllocationStats()
|
D | AllAllocationsRecorder.java | 36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in AllAllocationsRecorder
|
D | Allocation.java | 42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
D | Allocator.java | 45 void release(Allocation[] allocations); in release()
|
D | DefaultAllocator.java | 115 public synchronized void release(Allocation[] allocations) { in release()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tracking_allocator.cc | 176 gtl::InlinedVector<AllocRecord, 4> allocations; in GetRecordsAndUnRef() local 189 gtl::InlinedVector<AllocRecord, 4> allocations; in GetCurrentRecords() local
|
/external/perfetto/tools/ |
D | profiling_sample_distribution.cc | 92 std::vector<std::pair<std::string, uint64_t>> allocations; in ProfilingSampleDistributionMain() local
|
/external/minigbm/ |
D | helpers_array.c | 18 uint32_t allocations; member
|
/external/selinux/libselinux/utils/ |
D | avcstat.c | 33 unsigned long long allocations; member
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_timeline.h | 109 std::map<int64, int64> allocations; variable
|
D | tfprof_node.h | 186 const std::vector<AllocationRecord>& allocations() const { in allocations() function 648 const std::vector<AllocationRecord>& allocations(int64 step) const { in allocations() function
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 132 vector<AllocationSp>* allocations) in allocateStagingBuffers() 163 vector<AllocationSp>* allocations) in allocateAndWriteStagingBuffers() 177 const vector<AllocationSp>& allocations) in readStagingBuffers() 282 vector<AllocationSp> allocations; in allocateAndBindImageMemory() local 403 void fillImageMemory (const vk::DeviceInterface& vkd, in fillImageMemory() 590 void readImageMemory (const vk::DeviceInterface& vkd, in readImageMemory()
|
D | vktYCbCrFormatTests.cpp | 330 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getD… in testFormat() local
|
D | vktYCbCrViewTests.cpp | 399 …const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefau… in testPlaneView() local
|
/external/webrtc/webrtc/p2p/base/ |
D | turnserver.h | 175 const AllocationMap& allocations() const { return allocations_; } in allocations() function
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_log.proto | 116 repeated AllocationRecord allocations = 11; field
|
/external/mesa3d/src/util/tests/vma/ |
D | vma_random_test.cpp | 221 std::vector<allocation> allocations; member
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | memory_space_assignment.cc | 514 const MemorySpaceAssignment::AllocationSequence& allocations, int64 time) { in GetLiveAllocationAt() 656 MemorySpaceAssignment::AllocationSequence* allocations) { in FindAllocation() 896 MemorySpaceAssignment::AllocationSequence* allocations) { in AddAsyncCopy() 957 MemorySpaceAssignment::AllocationSequence* allocations) { in TryAllocatingInAlternateMemoryNoCopy()
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.cc | 220 std::vector<v8::AllocationProfile::Allocation> allocations; in TranslateAllocationNode() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/ |
D | RealConnection.java | 84 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/io/ |
D | RealConnection.java | 88 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
|
/external/v8/include/ |
D | v8-profiler.h | 664 std::vector<Allocation> allocations; member
|
/external/angle/third_party/VulkanMemoryAllocator/src/ |
D | Tests.cpp | 354 { in MainTest() 1252 static void DestroyAllAllocations(std::vector<AllocInfo>& allocations) in DestroyAllAllocations() 1403 std::vector<AllocInfo> allocations; in TestDefragmentationSimple() local 1578 std::vector<AllocInfo> allocations; in TestDefragmentationWholePool() local 1638 std::vector<AllocInfo> allocations; in TestDefragmentationFull() local 1725 std::vector<AllocInfo> allocations; in TestDefragmentationGpu() local 2048 std::vector<AllocInfo> allocations; in TestDefragmentationIncrementalBasic() local 2235 std::vector<AllocInfo> allocations; in TestDefragmentationIncrementalComplex() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 77 Move<VkImage> createSparseImageAndMemory (const DeviceInterface& vk, in createSparseImageAndMemory()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 376 vector<AllocationSp>& allocations, in bindImagePlanesMemory()
|