| /external/skia/src/pathops/ |
| SkOpContour.h | 48 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>() 394 SkOpContour* contour = this->globalState()->allocator()->make<SkOpContour>();
|
| SkPathOpsOp.cpp | 221 SkSTArenaAlloc<4096> allocator; // FIXME: add a constant expression here, tune local 224 SkOpGlobalState globalState(contourList, &allocator
|
| /external/skqp/src/core/ |
| SkDevice.h | 316 SkRasterHandleAllocator* allocator) 320 , fAllocator(allocator)
|
| /external/skqp/src/pathops/ |
| SkOpContour.h | 48 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>() 394 SkOpContour* contour = this->globalState()->allocator()->make<SkOpContour>();
|
| SkPathOpsOp.cpp | 221 SkSTArenaAlloc<4096> allocator; // FIXME: add a constant expression here, tune local 224 SkOpGlobalState globalState(contourList, &allocator
|
| /external/tensorflow/tensorflow/core/kernels/ |
| quantized_batch_norm_op_test.cc | 121 allocator(), DT_FLOAT, 218 allocator(), DT_FLOAT,
|
| /external/v8/src/builtins/ |
| builtins.cc | 87 Zone zone(isolate->allocator(), ZONE_NAME); 105 Zone zone(isolate->allocator(), ZONE_NAME);
|
| /external/v8/src/ |
| disassembler.cc | 192 HeapStringAllocator allocator; local 193 StringStream accumulator(&allocator);
|
| list-inl.h | 137 void List<T, P>::Allocate(int length, P allocator) { 139 Initialize(length, allocator);
|
| /external/v8/tools/clang/plugins/tests/ |
| ipc.cpp | 30 struct allocator {}; struct in namespace:std 32 template <class T, class A = allocator<T>>
|
| /external/webrtc/webrtc/p2p/base/ |
| transport.cc | 66 Transport::Transport(const std::string& name, PortAllocator* allocator) 67 : name_(name), allocator_(allocator) {}
|
| /frameworks/base/libs/hwui/ |
| RecordingCanvas.h | 211 LinearAllocator& alloc() { return mDisplayList->allocator; } 219 T* dstBuffer = (T*)mDisplayList->allocator.alloc<T>(count * sizeof(T));
|
| /frameworks/base/libs/hwui/tests/unit/ |
| BakedOpDispatcherTests.cpp | 61 LinearAllocator allocator; local 63 auto state = BakedOpState::tryConstruct(allocator, *snapshot, *op);
|
| /frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
| VtsHalSensorManagerV1_0TargetTest.cpp | 29 #include <android/hidl/allocator/1.0/IAllocator.h> 44 using ::android::hidl::allocator::V1_0::IAllocator;
|
| /hardware/interfaces/camera/device/1.0/default/ |
| CameraDevice_1_0.h | 27 #include <android/hidl/allocator/1.0/IAllocator.h> 50 using ::android::hidl::allocator::V1_0::IAllocator;
|
| /hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
| Gralloc1Hal.h | 25 #include <allocator-hal/2.0/AllocatorHal.h> 33 namespace allocator { namespace in namespace:android::hardware::graphics 361 } // namespace allocator
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
| writer.h | 50 \tparam StackAllocator Type of allocator for allocating memory of stack.
60 \param stackAllocator User supplied allocator. If it is null, it will create a private one.
68 Writer(StackAllocator* allocator = 0, size_t levelDepth = kDefaultLevelDepth) :
69 os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), hasRoot_(false) {}
|
| /system/sepolicy/prebuilts/api/28.0/public/ |
| attributes | 260 hal_attribute(allocator);
|
| /system/sepolicy/public/ |
| attributes | 260 hal_attribute(allocator);
|
| /art/compiler/optimizing/ |
| intrinsics_mips.cc | 155 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { 157 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 196 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { 198 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 237 static void CreateIntToIntLocations(ArenaAllocator* allocator, 241 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 605 static void CreateFPToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { 607 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); [all...] |
| /art/runtime/gc/ |
| heap.cc | 28 #include "base/allocator.h" 298 // If we aren't the zygote, switch to the default non zygote allocator. This may update the [all...] |
| /device/google/contexthub/firmware/os/core/ |
| osApi.c | 254 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local 256 slabAllocatorDestroy(allocator); 261 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local 263 *retValP = (uintptr_t)slabAllocatorAlloc(allocator); 268 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); local 271 slabAllocatorFree(allocator, mem);
|
| /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
| vktFragmentOperationsEarlyFragmentTests.cpp | 587 Allocator& allocator = m_context.getDefaultAllocator(); local 595 const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any)); 618 const UniquePtr<Allocation> testImageAlloc (bindImage(vk, device, allocator, *testImage, MemoryRequirement::Any)); 628 const UniquePtr<Allocation> vertexBufferAlloc (bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisible)); 649 const UniquePtr<Allocation> resultBufferAlloc (bindBuffer(vk, device, allocator, *resultBuffer, MemoryRequirement::HostVisible)); 662 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible)); [all...] |
| vktFragmentOperationsScissorTests.cpp | 546 Allocator& allocator = context.getDefaultAllocator(); local 549 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); 553 m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostVisible); 702 Allocator& allocator = context.getDefaultAllocator(); local 712 const UniquePtr<Allocation> colorBufferFullAlloc (bindBuffer(vk, device, allocator, *colorBufferFull, MemoryRequirement::HostVisible)); 715 const UniquePtr<Allocation> colorBufferScissoredAlloc (bindBuffer(vk, device, allocator, *colorBufferScissored, MemoryRequirement::HostVisible)); [all...] |
| /external/tensorflow/tensorflow/contrib/gdr/ |
| gdr_memory_manager.cc | 197 // cpu_allocator() returns visitable allocator 275 Allocator* allocators[] = { 289 std::set<Allocator*> instrumented_; 292 for (Allocator* allocator : allocators) { 293 auto* visitable_allocator = dynamic_cast<VisitableAllocator*>(allocator); 295 << "is not visitable for instrumentation" << allocator->Name(); 296 // Make sure we don't instrument the same allocator twice 297 if (instrumented_.find(allocator) == std::end(instrumented_)) { 300 instrumented_.insert(allocator); [all...] |