HomeSort by relevance Sort by last modified time
    Searched full:alloc2 (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/test/SemaObjC/
class-message-protocol-lookup.m 16 - (id)alloc2; // expected-note 2 {{method 'alloc2' declared here}}
22 Class<Test2Protocol> c1 = [c1 alloc2]; // expected-warning {{instance method 'alloc2' found instead of class method 'alloc2'}}
31 Class<Test2Protocol> c1 = [c1 alloc2]; // expected-warning {{instance method 'alloc2' found instead of class method 'alloc2'}}
  /art/test/104-growth-limit/src/
Main.java 44 int alloc2 = 1; local
50 alloc2++;
54 if (alloc1 > alloc2) {
56 "limit cleared (" + alloc1 + " MBs > " + alloc2 + " MBs");
  /external/skia/tests/
VkHeapTests.cpp 26 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
38 REPORTER_ASSERT(reporter, heap.alloc(18 * 1024, &alloc2));
50 heap.free(alloc2);
65 REPORTER_ASSERT(reporter, heap.alloc(10 * 1024, &alloc2));
74 heap.free(alloc2);
80 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024, &alloc2));
85 heap.free(alloc2);
100 REPORTER_ASSERT(reporter, heap.alloc(15 * 1024 - 19, &alloc2));
105 heap.free(alloc2);
123 GrVkAlloc alloc0, alloc1, alloc2, alloc3 local
183 GrVkAlloc alloc0, alloc1, alloc2, alloc3; local
    [all...]
  /external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
do_is_equal.pass.cpp 36 typedef std::allocator<char> Alloc2;
37 typedef ex::resource_adaptor<Alloc2> R2;
76 Alloc2 a2;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
do_is_equal.pass.cpp 36 typedef std::allocator<char> Alloc2;
37 typedef ex::resource_adaptor<Alloc2> R2;
76 Alloc2 a2;
  /art/runtime/base/
arena_allocator_test.cc 73 void* alloc2 = arena.Alloc(Arena::kDefaultSize * 2 / 8); local
74 ASSERT_NE(alloc1, alloc2);
81 void* alloc2 = arena.Alloc(Arena::kDefaultSize * 11 / 16); local
82 ASSERT_NE(alloc1, alloc2);
86 ASSERT_NE(alloc2, alloc3);
93 void* alloc2 = arena.Alloc(Arena::kDefaultSize * 9 / 16); local
94 ASSERT_NE(alloc1, alloc2);
99 ASSERT_NE(alloc2, alloc3);
106 void* alloc2 = arena.Alloc(Arena::kDefaultSize * 13 / 16); local
107 ASSERT_NE(alloc1, alloc2);
    [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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) {
69 dynA d3 ( d2, alloc2 );
72 check_allocator ( d3, alloc2 );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) {
69 dynA d3 ( d2, alloc2 );
72 check_allocator ( d3, alloc2 );
  /external/llvm/unittests/Support/
AllocatorTest.cpp 33 BumpPtrAllocator Alloc2 = std::move(Alloc);
35 EXPECT_EQ(1U, Alloc2.GetNumSlabs());
44 Alloc = std::move(Alloc2);
45 EXPECT_EQ(0U, Alloc2.GetNumSlabs());
  /external/llvm/test/Transforms/InstCombine/
malloc-free-delete.ll 45 %alloc2 = call noalias i8* @calloc(i32 5, i32 7) nounwind
46 %z = icmp ne i8* %alloc2, null
  /frameworks/rs/
rs.spec 91 param RsAllocation alloc2
rsApiStubs.h 66 extern "C" void rsAllocationShareBufferQueue (RsContext rsc, RsAllocation alloc1, RsAllocation alloc2);
rsApiStubs.cpp 375 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocation alloc2)
377 RS_DISPATCH(ctxWrapper, AllocationShareBufferQueue, alloc1, alloc2);
    [all...]
rsAllocation.cpp 868 Allocation *alloc2 = static_cast<Allocation *>(valloc2); local
869 alloc1->shareBufferQueue(rsc, 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...]
  /external/mksh/src/
tree.c 549 rw = r->vars = alloc2(tw - (const char **)t->vars + 1,
563 r->args = (const char **)(rw = alloc2(tw - t->args + 1,
673 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap);
main.c 554 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM);
    [all...]
  /external/curl/lib/
formdata.c 828 char *alloc2 = NULL; local
854 alloc2 = newform->line;
896 if(alloc2)
897 free(alloc2);
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 423 * %list<X,Alloc2>, destroying the memory of the second %list is a
424 * valid operation, i.e., Alloc1 giveth and Alloc2 taketh away.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 423 * %list<X,Alloc2>, destroying the memory of the second %list is a
424 * valid operation, i.e., Alloc1 giveth and Alloc2 taketh away.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_list.h 423 * %list<X,Alloc2>, destroying the memory of the second %list is a
424 * valid operation, i.e., Alloc1 giveth and Alloc2 taketh away.
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_list.h 432 * %list<X,Alloc2>, destroying the memory of the second %list is a
433 * valid operation, i.e., Alloc1 giveth and Alloc2 taketh away.
    [all...]

Completed in 2010 milliseconds

1 2