HomeSort by relevance Sort by last modified time
    Searched refs:alloc2 (Results 1 - 22 of 22) sorted by null

  /art/test/104-growth-limit/src/
Main.java 40 int alloc2 = allocateTillOOME(); local
42 if (alloc1 > alloc2) {
44 "limit cleared (" + alloc1 + " MBs > " + alloc2 + " MBs");
  /external/skia/tests/
VkHeapTests.cpp 27 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
39 REPORTER_ASSERT(reporter, heap.alloc(18 * 1024, &alloc2));
51 heap.free(alloc2);
66 REPORTER_ASSERT(reporter, heap.alloc(10 * 1024, &alloc2));
75 heap.free(alloc2);
81 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024, &alloc2));
86 heap.free(alloc2);
101 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024 - 19, &alloc2));
106 heap.free(alloc2);
124 GrVkAlloc alloc0, alloc1, alloc2, alloc3 local
183 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
    [all...]
  /external/skqp/tests/
VkHeapTests.cpp 27 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
39 REPORTER_ASSERT(reporter, heap.alloc(18 * 1024, &alloc2));
51 heap.free(alloc2);
66 REPORTER_ASSERT(reporter, heap.alloc(10 * 1024, &alloc2));
75 heap.free(alloc2);
81 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024, &alloc2));
86 heap.free(alloc2);
101 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024 - 19, &alloc2));
106 heap.free(alloc2);
124 GrVkAlloc alloc0, alloc1, alloc2, alloc3 local
183 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
    [all...]
  /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 55 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) {
68 dynA d3 ( d2, alloc2 );
71 check_allocator ( d3, alloc2 );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 55 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) {
68 dynA d3 ( d2, alloc2 );
71 check_allocator ( d3, alloc2 );
  /art/runtime/base/
arena_allocator_test.cc 78 void* alloc2 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 2 / 8); local
79 ASSERT_NE(alloc1, alloc2);
86 void* alloc2 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 11 / 16); local
87 ASSERT_NE(alloc1, alloc2);
91 ASSERT_NE(alloc2, alloc3);
98 void* alloc2 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 9 / 16); local
99 ASSERT_NE(alloc1, alloc2);
104 ASSERT_NE(alloc2, alloc3);
111 void* alloc2 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 13 / 16); local
112 ASSERT_NE(alloc1, alloc2);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 6648 int alloc2 = 0 ; variable
6706 int alloc2 = 0 ; variable
8131 int alloc2 = 0 ; variable
8467 int alloc2 = 0 ; variable
8679 int alloc2 = 0 ; variable
8927 int alloc2 = 0 ; variable
9305 int alloc2 = 0 ; variable
9581 int alloc2 = 0 ; variable
9824 int alloc2 = 0 ; variable
10184 int alloc2 = 0 ; variable
10469 int alloc2 = 0 ; variable
10655 int alloc2 = 0 ; variable
10831 int alloc2 = 0 ; variable
11048 int alloc2 = 0 ; variable
11203 int alloc2 = 0 ; variable
    [all...]
  /frameworks/rs/
rs.spec 91 param RsAllocation alloc2
rsApiStubs.h 66 extern "C" void rsAllocationShareBufferQueue (RsContext rsc, RsAllocation alloc1, RsAllocation alloc2);
rsAllocation.cpp 868 Allocation *alloc2 = static_cast<Allocation *>(valloc2); local
869 alloc1->shareBufferQueue(rsc, alloc2);
    [all...]
rsApiStubs.cpp 370 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocation alloc2)
372 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2);
    [all...]
  /external/mksh/src/
main.c 593 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM);
    [all...]
syn.c 276 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
sh.h 2311 #define alloc2 macro
    [all...]
histrap.c 568 history = alloc2(histsize, sizeof(char *), APERM);
    [all...]
lex.c     [all...]
edit.c 518 alloc2(nwords, sizeof(struct path_order_info), ATEMP);
    [all...]
exec.c 134 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
    [all...]
funcs.c     [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 497 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2);
498 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) {
500 rsnAllocationShareBufferQueue(mContext, alloc1, alloc2);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elflink.c 2362 Elf_Internal_Rela *alloc2 = NULL; local
    [all...]

Completed in 545 milliseconds