| /art/runtime/verifier/ |
| reg_type_test.cc | 39 ScopedArenaAllocator allocator(&stack); 41 RegTypeCache cache(true, allocator); 63 ScopedArenaAllocator allocator(&stack); 65 RegTypeCache cache(true, allocator); 89 ScopedArenaAllocator allocator(&stack); 91 RegTypeCache cache(true, allocator); 364 ScopedArenaAllocator allocator(&stack); 366 RegTypeCache cache(true, allocator); 381 ScopedArenaAllocator allocator(&stack); 383 RegTypeCache cache(true, allocator); [all...] |
| /external/dng_sdk/source/ |
| dng_memory.cpp | 126 dng_memory_block * dng_memory_block::Clone (dng_memory_allocator &allocator) const 131 dng_memory_block * result = allocator.Allocate (size);
|
| /external/libchrome/base/metrics/ |
| persistent_sample_map_unittest.cc | 32 std::unique_ptr<PersistentHistogramAllocator> allocator = local 35 PersistentSampleMap samples(1, allocator.get(), &meta); 49 std::unique_ptr<PersistentHistogramAllocator> allocator = local 52 PersistentSampleMap samples(1, allocator.get(), &meta); 155 std::unique_ptr<PersistentHistogramAllocator> allocator = local 158 PersistentSampleMap samples(1, allocator.get(), &meta); 238 std::unique_ptr<PersistentHistogramAllocator> allocator = local 241 PersistentSampleMap samples(1, allocator.get(), &meta);
|
| /external/libcxx/test/std/containers/container.adaptors/priority.queue/ |
| types.pass.cpp | 65 static_assert(( std::uses_allocator<std::priority_queue<int>, std::allocator<int> >::value), ""); 66 static_assert((!std::uses_allocator<std::priority_queue<int, C>, std::allocator<int> >::value), "");
|
| /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| alloc_convert_copy.pass.cpp | 82 std::tuple<Explicit> t2{std::allocator_arg, std::allocator<void>{}, t1}; 87 std::tuple<Implicit> t2 = {std::allocator_arg, std::allocator<void>{}, t1};
|
| /external/tensorflow/tensorflow/contrib/memory_stats/kernels/ |
| memory_stats_ops.cc | 19 // Base class of ops that collects statistics of the allocator of a device. 25 Allocator* allocator = variable 28 allocator->GetStats(&allocator_stats); 37 // Extracts a certain field (determined by subclasses) from an allocator
|
| /external/tensorflow/tensorflow/core/kernels/ |
| batch_norm_op_test.cc | 17 #include "tensorflow/core/framework/allocator.h" 54 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 1, 6, 2})); 81 Tensor expected(allocator(), DT_HALF, TensorShape({1, 1, 6, 2}));
|
| requantization_range_op_test.cc | 16 #include "tensorflow/core/framework/allocator.h" 62 Tensor expected_min(allocator(), DT_FLOAT, TensorShape({})); 65 Tensor expected_max(allocator(), DT_FLOAT, TensorShape({}));
|
| /frameworks/av/media/libstagefright/omx/tests/ |
| OMXHarness.h | 27 #include <android/hidl/allocator/1.0/IAllocator.h> 82 typedef hidl::allocator::V1_0::IAllocator IAllocator;
|
| /frameworks/base/libs/hwui/tests/common/scenes/ |
| BitmapFillrate.cpp | 34 BitmapFillrate(BitmapAllocationTestUtils::BitmapAllocator allocator) 35 : TestScene(), mAllocator(allocator) {}
|
| TvApp.cpp | 51 TvApp(BitmapAllocationTestUtils::BitmapAllocator allocator) 52 : TestScene(), mAllocator(allocator) {} 235 TvAppNoRoundedCorner(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(allocator) {} 243 TvAppColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) : TvApp(allocator) {} 251 TvAppNoRoundedCornerColorFilter(BitmapAllocationTestUtils::BitmapAllocator allocator) 252 : TvApp(allocator) {}
|
| /frameworks/native/services/surfaceflinger/ |
| main_surfaceflinger.cpp | 23 #include <android/hardware/graphics/allocator/2.0/IAllocator.h> 45 using android::hardware::graphics::allocator::V2_0::IAllocator; 50 ALOGE("could not start graphics allocator service");
|
| /hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/ |
| MapperVts.h | 23 #include <android/hardware/graphics/allocator/2.0/IAllocator.h> 34 using android::hardware::graphics::allocator::V2_0::IAllocator;
|
| /hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
| hwc_tonemapper.h | 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {}
|
| /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
| hwc_tonemapper.h | 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {}
|
| /hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
| hwc_tonemapper.h | 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {}
|
| /libcore/luni/src/main/java/libcore/util/ |
| NativeAllocationRegistry.java | 144 * {@link #registerNativeAllocation(Object, Allocator) registerNativeAllocation(Object, Allocator)}. 146 public interface Allocator { 160 * If the allocator returns null, the allocation is not registered and a 164 * @param allocator used to perform the underlying native allocation. 169 * case, the allocator will not be run. 171 public Runnable registerNativeAllocation(Object referent, Allocator allocator) { 176 // Create the cleaner before running the allocator so that 182 long nativePtr = allocator.allocate() [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
| id.go | 9 // idAlloc provides an allocator for unique integers.
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
| id.go | 9 // idAlloc provides an allocator for unique integers.
|
| /prebuilts/misc/common/swig/include/2.0.11/std/ |
| std_multiset.i | 44 class _Alloc = allocator<_Key> >
|
| std_sstream.i | 31 typename _Alloc = allocator<_CharT> > 65 typename _Alloc = allocator<_CharT> > 104 typename _Alloc = allocator<_CharT> > 145 typename _Alloc = allocator<_CharT> >
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/ |
| types.pass.cpp | 65 static_assert(( std::uses_allocator<std::priority_queue<int>, std::allocator<int> >::value), ""); 66 static_assert((!std::uses_allocator<std::priority_queue<int, C>, std::allocator<int> >::value), "");
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| alloc_convert_copy.pass.cpp | 82 std::tuple<Explicit> t2{std::allocator_arg, std::allocator<void>{}, t1}; 87 std::tuple<Implicit> t2 = {std::allocator_arg, std::allocator<void>{}, t1};
|
| /system/core/libmemunreachable/ |
| ThreadCapture.cpp | 39 #include "Allocator.h" 76 ThreadCaptureImpl(pid_t pid, Allocator<ThreadCaptureImpl>& allocator); 92 allocator::map<pid_t, unsigned int> captured_threads_; 93 Allocator<ThreadCaptureImpl> allocator_; 98 ThreadCaptureImpl::ThreadCaptureImpl(pid_t pid, Allocator<ThreadCaptureImpl>& allocator) 99 : captured_threads_(allocator), allocator_(allocator), pid_(pid) {} 327 ThreadInfo t{0, allocator::vector<uintptr_t>(allocator_), std::pair<uintptr_t, uintptr_t>(0, 0)} [all...] |
| /system/core/libmemunreachable/tests/ |
| ThreadCapture_test.cpp | 31 #include "Allocator.h" 129 auto expected_tids = allocator::vector<pid_t>(1, getpid(), heap); 130 auto list_tids = allocator::vector<pid_t>(heap); 148 auto list_tids = allocator::vector<pid_t>(heap); 227 auto list_tids = allocator::vector<pid_t>(heap); 234 auto thread_info = allocator::vector<ThreadInfo>(heap); 266 auto list_tids = allocator::vector<pid_t>(heap); 325 auto list_tids = allocator::vector<pid_t>(heap); 332 auto thread_info = allocator::vector<ThreadInfo>(heap);
|