Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 896) sorted by relevance

12345678910>>...36

/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_function.pass.cpp29 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
53 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
75 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
97 void test_for_alloc(Alloc& alloc) in test_for_alloc()
118 bare_allocator<DummyClass> alloc; in main() local
122 non_default_test_allocator<DummyClass> alloc(42); in main() local
Dalloc_F.pass.cpp41 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
61 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
78 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
94 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_function.pass.cpp34 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
58 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
80 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
102 void test_for_alloc(Alloc& alloc) in test_for_alloc()
124 bare_allocator<DummyClass> alloc; in main() local
128 non_default_test_allocator<DummyClass> alloc(42); in main() local
Dalloc_F.pass.cpp47 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
67 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
86 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
102 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
/external/mesa3d/src/vulkan/util/
Dvk_alloc.h32 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc()
40 vk_zalloc(const VkAllocationCallbacks *alloc, in vk_zalloc()
54 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc()
62 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free()
71 vk_strdup(const VkAllocationCallbacks *alloc, const char *s, in vk_strdup()
89 const VkAllocationCallbacks *alloc, in vk_alloc2()
101 const VkAllocationCallbacks *alloc, in vk_zalloc2()
116 const VkAllocationCallbacks *alloc, in vk_free2()
/external/skia/src/gpu/vk/
DVulkanMemory.cpp21 VulkanAlloc* alloc) { in AllocBufferMemory()
41 void VulkanMemory::FreeBufferMemory(VulkanMemoryAllocator* allocator, const VulkanAlloc& alloc) { in FreeBufferMemory()
52 VulkanAlloc* alloc) { in AllocImageMemory()
84 const VulkanAlloc& alloc) { in FreeImageMemory()
90 const VulkanAlloc& alloc, in MapAlloc()
103 const VulkanAlloc& alloc) { in UnmapAlloc()
108 void VulkanMemory::GetNonCoherentMappedMemoryRange(const VulkanAlloc& alloc, in GetNonCoherentMappedMemoryRange()
134 const VulkanAlloc& alloc, in FlushMappedAlloc()
148 const VulkanAlloc& alloc, in InvalidateMappedAlloc()
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsTsiFrameProtectorTest.java77 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameLengthNegativeFails() local
97 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameTooSmall() local
119 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameTooLarge() local
144 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameTypeInvalid() local
166 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameZeroOk() local
185 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_EmptyUnprotectNoRetain() local
200 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameMaxOk() local
221 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parserHeader_frameOkFragment() local
245 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parseHeader_frameFailFragment() local
276 ByteBufAllocator alloc = ByteBufAllocator.DEFAULT; in parseFrame_oneFrameNoFragment() local
[all …]
/external/cronet/net/third_party/quiche/src/quiche/common/
Dsimple_buffer_allocator_test.cc13 SimpleBufferAllocator alloc; in TEST() local
20 SimpleBufferAllocator alloc; in TEST() local
25 SimpleBufferAllocator alloc; in TEST() local
39 SimpleBufferAllocator alloc; in TEST() local
56 SimpleBufferAllocator alloc; in TEST() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dconstruct.pass.cpp87 std::allocator<A0> alloc; in test() local
97 std::allocator<A1> alloc; in test() local
107 std::allocator<A2> alloc; in test() local
118 std::allocator<VT> alloc; in test() local
129 std::allocator<A0> alloc; in test() local
142 std::allocator<A1> alloc; in test() local
155 std::allocator<A2> alloc; in test() local
/external/igt-gpu-tools/tests/i915/
Dgem_shrink.c41 static void get_pages(int fd, uint64_t alloc) in get_pages()
48 static void get_pages_dirty(int fd, uint64_t alloc) in get_pages_dirty()
55 static void pwrite_(int fd, uint64_t alloc) in pwrite_()
64 static void pread_(int fd, uint64_t alloc) in pread_()
73 static void mmap_gtt(int fd, uint64_t alloc) in mmap_gtt()
83 static void mmap_cpu(int fd, uint64_t alloc) in mmap_cpu()
93 static void execbuf1(int fd, uint64_t alloc) in execbuf1()
134 static void execbufN(int fd, uint64_t alloc) in execbufN()
162 static void execbufX(int fd, uint64_t alloc) in execbufX()
195 static void hang(int fd, uint64_t alloc) in hang()
[all …]
/external/clang/test/SemaObjC/
Dclass-message-protocol-lookup.m7 + (id)alloc; class
15 + (id)alloc; class
25 + (id)alloc { return 0; } class
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java45 int maxProtectedFrameBytes, ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in AltsTsiFrameProtector()
78 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush()
84 public void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect()
115 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush()
132 private ByteBuf handleUnprotected(List<ByteBuf> unprotectedBufs, ByteBufAllocator alloc) in handleUnprotected()
201 Unprotector(ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in Unprotector()
216 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect()
224 private void decodeFrame(ByteBufAllocator alloc, List<Object> out) in decodeFrame()
274 private ByteBuf handlePayload(ByteBufAllocator alloc) throws GeneralSecurityException { in handlePayload()
/external/skia/src/core/
DSkGlyph.cpp91 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage()
99 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage()
112 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage()
121 size_t SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage()
167 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline) { in installPath()
180 bool SkGlyph::setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setPath()
190 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path, bool hairline) { in setPath()
213 void SkGlyph::installDrawable(SkArenaAlloc* alloc, sk_sp<SkDrawable> drawable) { in installDrawable()
224 bool SkGlyph::setDrawable(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setDrawable()
233 bool SkGlyph::setDrawable(SkArenaAlloc* alloc, sk_sp<SkDrawable> drawable) { in setDrawable()
[all …]
/external/rust/crates/vulkano/src/memory/pool/
Dpool.rs71 let alloc = StdHostVisibleMemoryTypePool::alloc(&pool, size, alignment)?; in generic_allocation() localVariable
79 let alloc = StdNonHostVisibleMemoryTypePool::alloc(&pool, size, alignment)?; in generic_allocation() localVariable
92 let alloc = StdHostVisibleMemoryTypePool::alloc(&pool, size, alignment)?; in generic_allocation() localVariable
102 let alloc = StdNonHostVisibleMemoryTypePool::alloc(&pool, size, alignment)?; in generic_allocation() localVariable
131 let alloc = in generit_allocation_with_exportable_fd() localVariable
140 let alloc = StdNonHostVisibleMemoryTypePool::alloc_with_exportable_fd( in generit_allocation_with_exportable_fd() localVariable
155 let alloc = in generit_allocation_with_exportable_fd() localVariable
166 let alloc = StdNonHostVisibleMemoryTypePool::alloc_with_exportable_fd( in generit_allocation_with_exportable_fd() localVariable
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ir/
Dtf_framework_ops.cc89 Optional<Operation *> TFAllocOp::buildDealloc(OpBuilder &builder, Value alloc) { in buildDealloc()
96 Optional<Value> TFAllocOp::buildClone(OpBuilder &builder, Value alloc) { in buildClone()
107 Value alloc) { in buildDealloc()
114 Optional<Value> JITExecuteOp::buildClone(OpBuilder &builder, Value alloc) { in buildClone()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
Dranges_destroy.pass.cpp56 std::allocator<Counted> alloc; in test() local
75 std::allocator<Counted> alloc; in test() local
107 std::allocator<Array> alloc; in test_arrays() local
132 std::allocator<Array> alloc; in test_arrays() local
159 std::allocator<Array> alloc; in test_arrays() local
187 std::allocator<Array> alloc; in test_arrays() local
Ddestroy_at.pass.cpp46 Alloc alloc; in test_arrays() local
64 Alloc alloc; in test_arrays() local
87 Alloc alloc; in test() local
108 Alloc alloc; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.cons/
Dsubstr_rvalue.pass.cpp62 test_string_pos_alloc(S orig, typename S::size_type pos, const typename S::allocator_type& alloc, S… in test_string_pos_alloc()
72 …S orig, typename S::size_type pos, const typename S::allocator_type& alloc, should_throw_exception… in test_string_pos_alloc()
119 …rig, typename S::size_type pos, typename S::size_type n, const typename S::allocator_type& alloc, … in test_string_pos_n_alloc()
132 const typename S::allocator_type& alloc, in test_string_pos_n_alloc()
151 constexpr void test_string(const typename S::allocator_type& alloc) { in test_string()
/external/skia/tests/
DGrGlyphVectorTest.cpp48 SubRunAllocator alloc; in DEF_TEST() local
94 SubRunAllocator alloc; in DEF_TEST() local
110 SubRunAllocator alloc; in DEF_TEST() local
125 SubRunAllocator alloc; in DEF_TEST() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/vector.bool/
Dctor_exceptions.pass.cpp87 Allocator<bool> alloc(false); in main() local
114 std::allocator<bool> alloc; in main() local
121 std::allocator<bool> alloc; in main() local
129 Allocator<bool> alloc(false); in main() local
137 Allocator<bool> alloc(false); in main() local
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc58 Allocation& alloc = it->second; in RecordMalloc() local
153 const CallstackAllocations& alloc = it->second; in GetSizeForTesting() local
171 const CallstackAllocations& alloc = it->second; in GetMaxForTesting() local
189 const CallstackAllocations& alloc = it->second; in GetMaxCountForTesting() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/unord/unord.set/
Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/list/
Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/multiset/
Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/forwardlist/
Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local

12345678910>>...36