Home
last modified time | relevance | path

Searched defs:allocations (Results 1 – 25 of 206) sorted by relevance

123456789

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/
Dv0_unencrypted_deserialization_tests.cc277 auto allocations = in TEST_F() local
285 auto allocations = in TEST_F() local
427 auto allocations = in TEST_F() local
432 auto allocations = in TEST_F() local
516 auto allocations = in TEST_F() local
522 auto allocations = in TEST_F() local
Dv1_unencrypted_deserialization_tests.cc175 auto allocations = in TEST_F() local
182 auto allocations = in TEST_F() local
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DAllocationStats.java40 private final ImmutableMultiset<Allocation> allocations; field in AllocationStats
55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats()
61 Multiset<Allocation> allocations) { in AllocationStats()
H A DAllAllocationsRecorder.java36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in AllAllocationsRecorder
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dkernel_ops_pattern.cc123 std::vector<xla::BufferAllocation> allocations; member
198 std::vector<xla::BufferAllocation> allocations; in GetAllocations() local
218 absl::Span<const xla::BufferAllocation> allocations, in Emit()
272 auto allocations = GetAllocations(arguments, get_global_ops); in Match() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dstrong.hpp23 void store(X const& x, unsigned int allocations = 0) in store()
31 void test(X const& x, unsigned int allocations = 0) const in test()
/aosp_15_r20/frameworks/av/media/utils/tests/
H A Dshared_memory_allocator_tests.cpp206 const auto& allocations = primary_allocator->getAllocations(); in TEST() local
234 const auto& allocations = allocator.getAllocations(); in TEST() local
335 const auto& allocations = underlying_allocator->getAllocations(); in TEST() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dsynchronized_allocator_test.cc181 pw::Vector<Allocation, kNumAllocations> allocations; in TestAllocate() local
211 pw::Vector<Allocation, kNumAllocations> allocations; in TestResize() local
258 pw::Vector<Allocation, kNumAllocations> allocations; in TestReallocate() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment_best_fit_repacker.cc37 void ImportAllocationBlocks(absl::Span<AllocationBlock*> allocations) { in ImportAllocationBlocks()
81 absl::Span<AllocationBlock*> allocations) { in Repack()
H A Dmemory_space_assignment.cc973 MemorySpaceAssignment::AllocationSequence* allocations, in AlternateMemoryBestFitHeap()
2090 const MemorySpaceAssignment::AllocationSequence& allocations, in GetLiveAllocationAt()
2119 MemorySpaceAssignment::AllocationSequence allocations; in AllocateCrossProgramPrefetchBuffer() local
2541 std::vector<MemorySpaceAssignmentRepacker::AllocationBlock*>& allocations) { in ExportAllocationsForRepacking()
2891 MemorySpaceAssignment::AllocationSequence* allocations, in AddAsyncCopy()
3545 const HloLiveRange& hlo_live_range, const AllocationSequence& allocations) { in ComputeEstimatedElapsedTime()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dlsp_array_n_test.cpp22 static int allocations; member in X
53 int X::allocations = 0; member in X
Dsp_array_n_test.cpp22 static int allocations; member in X
53 int X::allocations = 0; member in X
Dlsp_array_test.cpp22 static int allocations; member in X
53 int X::allocations = 0; member in X
Dsp_array_test.cpp22 static int allocations; member in X
53 int X::allocations = 0; member in X
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_context.h76 absl::Span<const BufferAllocation> allocations() const { in allocations() function
83 void set_allocations(absl::Span<const BufferAllocation> allocations) { in set_allocations()
H A Dgpu_executable.cc888 std::vector<BufferAllocation>* allocations, in SetUpMlirAllocation()
1010 std::vector<BufferAllocation> allocations, in GpuExecutable()
1060 std::vector<BufferAllocation> allocations; in LoadFromObjFile() local
H A Dgpu_compiler.cc954 std::vector<BufferAllocation> allocations; member
1541 std::vector<BufferAllocation>* allocations, in GetMlirAllocationInfo()
1620 std::vector<BufferAllocation> allocations; in CompileLmhloToExecutable() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtracking_allocator.cc176 gtl::InlinedVector<AllocRecord, 4> allocations; in GetRecordsAndUnRef() local
189 gtl::InlinedVector<AllocRecord, 4> allocations; in GetCurrentRecords() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp124 vector<AllocationSp> *allocations) in allocateStagingBuffers()
151 vector<AllocationSp> *allocations) in allocateAndWriteStagingBuffers()
164 const vector<AllocationSp> &allocations) in readStagingBuffers()
343 vector<AllocationSp> allocations; in allocateAndBindImageMemory() local
439 const std::vector<de::SharedPtr<vk::Allocation>> &allocations, in fillImageMemory()
579const std::vector<de::SharedPtr<vk::Allocation>> &allocations, MultiPlaneImageData *imageData, in readImageMemory()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/any/test/
Dtest.hpp137 class allocations class
183 allocations() in allocations() function in any_tests::allocations
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/
H A DAllocator.java43 void release(Allocation[] allocations); in release()
/aosp_15_r20/art/test/104-growth-limit/src/
H A DMain.java51 int allocations = 0; in allocateTillOOME() local
/aosp_15_r20/external/googleapis/google/appengine/v1beta/
H A Dservice.proto92 map<string, double> allocations = 2; field
/aosp_15_r20/external/googleapis/google/appengine/v1/
H A Dservice.proto105 map<string, double> allocations = 2; field
/aosp_15_r20/external/executorch/util/
H A Dactivation_memory_profiler.py35 allocations: List[Allocation] = field(default_factory=list) variable in MemoryTimeline

123456789