Home
last modified time | relevance | path

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

12345678910>>...23

/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/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/skqp/src/gpu/vk/
DGrVkMemory.cpp38 GrVkAlloc* alloc) { in AllocAndBindBufferMemory()
78 const GrVkAlloc& alloc) { in FreeBufferMemory()
92 GrVkAlloc* alloc) { in AllocAndBindImageMemory()
124 const GrVkAlloc& alloc) { in FreeImageMemory()
133 void* GrVkMemory::MapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in MapAlloc()
157 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in UnmapAlloc()
166 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, in GetNonCoherentMappedMemoryRange()
189 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, in FlushMappedAlloc()
208 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, in InvalidateMappedAlloc()
/external/skia/src/gpu/vk/
DGrVkMemory.cpp37 GrVkAlloc* alloc) { in AllocAndBindBufferMemory()
77 const GrVkAlloc& alloc) { in FreeBufferMemory()
91 GrVkAlloc* alloc) { in AllocAndBindImageMemory()
129 const GrVkAlloc& alloc) { in FreeImageMemory()
138 void* GrVkMemory::MapAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc) { in MapAlloc()
162 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) { in UnmapAlloc()
171 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, in GetNonCoherentMappedMemoryRange()
194 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, in FlushMappedAlloc()
213 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& 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/clang/test/SemaObjC/
Dclass-message-protocol-lookup.m7 + (id)alloc; class
15 + (id)alloc; class
25 + (id)alloc { return 0; } class
Darc-unsafe-assigns.m12 + (id)alloc; class
21 +(id)alloc { return 0; } class
/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/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()
DTsiHandshaker.java99 TsiFrameProtector createFrameProtector(int maxFrameSize, ByteBufAllocator alloc); in createFrameProtector()
108 TsiFrameProtector createFrameProtector(ByteBufAllocator alloc); in createFrameProtector()
DTsiFrameProtector.java40 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush()
50 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect()
DAltsTsiHandshaker.java175 public TsiFrameProtector createFrameProtector(int maxFrameSize, ByteBufAllocator alloc) { in createFrameProtector()
192 public TsiFrameProtector createFrameProtector(ByteBufAllocator alloc) { in createFrameProtector()
/external/skia/src/core/
DSkGlyph.cpp75 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage()
83 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage()
96 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage()
105 bool SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage()
142 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path) { in installPath()
154 bool SkGlyph::setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setPath()
168 bool SkGlyph::setPath(SkArenaAlloc* alloc, const SkPath* path) { in setPath()
287 SkScalar* array, int* count, SkArenaAlloc* alloc) { in ensureIntercepts()
DSkDrawLooper.cpp34 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local
56 SkSTArenaAlloc<48> alloc; in computeFastBounds() local
87 SkSTArenaAlloc<256> alloc; in apply() local
/external/lzma/C/
D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAllocPtr alloc) in Buf_Create()
31 void Buf_Free(CBuf *p, ISzAllocPtr alloc) in Buf_Free()
D7zBuf2.c22 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in DynBuf_Write()
46 void DynBuf_Free(CDynBuf *p, ISzAllocPtr alloc) in DynBuf_Free()
DXzIn.c80 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAllocPtr alloc) in Xz_ReadIndex2()
124 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAllocPtr alloc) in Xz_ReadIndex()
151 …ic SRes Xz_ReadBackward(CXzStream *p, ILookInStream *stream, Int64 *startOffset, ISzAllocPtr alloc) in Xz_ReadBackward()
247 void Xzs_Free(CXzs *p, ISzAllocPtr alloc) in Xzs_Free()
286 …CXzs *p, ILookInStream *stream, Int64 *startOffset, ICompressProgress *progress, ISzAllocPtr alloc) in Xzs_ReadBackward()
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m51 + (id)alloc; class
60 +(id) alloc { class
/external/skqp/src/core/
DSkGlyph.cpp64 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage()
90 size_t SkGlyph::copyImageData(const SkGlyph& from, SkArenaAlloc* alloc) { in copyImageData()
109 SkPath* SkGlyph::addPath(SkScalerContext* scalerContext, SkArenaAlloc* alloc) { in addPath()
DSkDrawLooper.cpp17 SkSTArenaAlloc<48> alloc; in canComputeFastBounds() local
40 SkSTArenaAlloc<48> alloc; in computeFastBounds() local
/external/libcxx/test/std/containers/sequences/vector.bool/
Dconstruct_iter_iter_alloc.pass.cpp40 std::allocator<bool> alloc; in main() local
49 min_allocator<bool> alloc; in main() local
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc52 Allocation& alloc = it->second; in RecordMalloc() local
143 const CallstackAllocations& alloc = it->second; in GetSizeForTesting() local
158 const CallstackAllocations& alloc = it->second; in GetMaxForTesting() local
/external/angle/src/common/
DPoolAlloc.cpp191 for (auto &alloc : mStack.back()) in pop() local
276 void *alloc = malloc(numBytes + mAlignmentMask); in allocate() local
330 for (const Allocation *alloc = this; alloc != 0; alloc = alloc->mPrevAlloc) in checkAllocList() local
/external/skia/tests/
DLayerDrawLooperTest.cpp60 SkArenaAlloc alloc{48}; in test_frontToBack() local
96 SkArenaAlloc alloc{48}; in test_backToFront() local
132 SkArenaAlloc alloc{48}; in test_mixed() local

12345678910>>...23