HomeSort by relevance Sort by last modified time
    Searched defs:alloc (Results 1 - 25 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
method_pool.h 16 + alloc; variable
25 + alloc { return 0; }
objc_methods.h 4 + alloc; variable
objc_import.h 4 + alloc; variable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
alloc.s 1 // Make sure error messages on 'alloc' don't needlessly refer to operand 1
6 alloc: label
7 alloc r2 = ar.pfs, x, 0, 0, 0
8 alloc r2 = ar.pfs, 0, x, 0, 0
9 alloc r2 = ar.pfs, 0, 0, x, 0
10 alloc r2 = ar.pfs, 0, 0, 0, x
11 alloc r3 = x, 0, 0, 0
12 alloc r3 = 0, x, 0, 0
13 alloc r3 = 0, 0, x, 0
14 alloc r3 = 0, 0, 0,
    [all...]
  /external/libcxx/test/std/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 38 std::allocator<bool> alloc; local
39 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
40 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
41 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
42 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
43 test<std::vector<bool> >(a, an, alloc);
47 min_allocator<bool> alloc; local
48 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
49 test<std::vector<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
50 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
51 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 38 std::allocator<bool> alloc; local
39 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
40 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
41 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
42 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
43 test<std::vector<bool> >(a, an, alloc);
47 min_allocator<bool> alloc; local
48 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
49 test<std::vector<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
50 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
51 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
    [all...]
  /system/bt/osi/include/
allocator.h 29 alloc_fn alloc; member in struct:__anon72349
33 // allocator_t abstractions for the osi_*alloc and osi_free functions
  /device/generic/goldfish/opengl/host/include/libOpenglRender/
IOStream.h 44 unsigned char *alloc(size_t len) { function in class:IOStream
48 ERR("Failed to flush in alloc\n");
57 ERR("Alloc (%u bytes) failed\n", allocLen);
  /external/compiler-rt/test/tsan/
race_on_heap.cc 17 void *alloc() { function
22 return alloc();
43 // CHECK: #{{1|2}} alloc
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
construct_iter_iter_alloc.pass.cpp 51 std::allocator<int> alloc; local
52 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
53 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
54 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
55 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
56 test<std::vector<int> >(a, an, alloc);
62 min_allocator<int> alloc; local
63 test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
64 test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
65 test<std::vector<int, min_allocator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
66 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_iter_iter_alloc.pass.cpp 51 std::allocator<int> alloc; local
52 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
53 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
54 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
55 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
56 test<std::vector<int> >(a, an, alloc);
62 min_allocator<int> alloc; local
63 test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
64 test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
65 test<std::vector<int, min_allocator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
66 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
    [all...]
  /bionic/linker/
linker_block_allocator.h 37 void* alloc();
73 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } function in class:LinkerTypeAllocator
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 24 alloc(m_bufferLen);
32 void * alloc(size_t size) { function in class:FixedBuffer
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 44 struct ion_allocation_data alloc; member in struct:__anon3653
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 44 struct ion_allocation_data alloc; member in struct:__anon4564
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 45 struct ion_allocation_data alloc; member in struct:__anon5702
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
datastack.h 35 int alloc; /* number of entries allocated at stack. */ member in struct:DataStack
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 13 +(id)alloc; variable
  /external/clang/test/CodeGenCXX/
mangle-alias-template.cpp 3 template<typename T> struct alloc {}; struct
4 template<typename T> using Alloc = alloc<T>;
5 template<typename T, typename A = Alloc<T>> struct vector {};
27 Alloc<int> AC;
31 h<Alloc>(AC);
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_function.pass.cpp 28 void test_FunctionObject(AllocType& alloc)
40 std::function<FuncType> f2(std::allocator_arg, alloc, f);
52 void test_FreeFunction(AllocType& alloc)
64 std::function<FuncType> f2(std::allocator_arg, alloc, f);
74 void test_MemFunClass(AllocType& alloc)
86 std::function<FuncType> f2(std::allocator_arg, alloc, f);
95 template <class Alloc>
96 void test_for_alloc(Alloc& alloc)
99 test_FunctionObject<int()>(alloc);
117 bare_allocator<DummyClass> alloc; local
    [all...]
  /external/skia/src/core/
SkVarAlloc.cpp 14 static Block* Alloc(Block* prev, size_t size) {
48 size_t alloc = 1<<fLgSize++; local
49 while (alloc < bytes + sizeof(Block)) {
50 alloc *= 2;
52 fBytesAllocated += alloc;
53 fBlock = Block::Alloc(fBlock, alloc);
55 fRemaining = alloc - sizeof(Block);
SkVarAlloc.h 23 char* alloc(size_t bytes) { function in class:SkVarAlloc
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 41 struct ion_allocation_data alloc; member in struct:__anon32221
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyToTest.java 25 private Allocation alloc; field in class:AllocationCopyToTest
38 alloc = Allocation.createTyped(mRS, typeBuilder.create());
41 alloc.copy1DRangeFrom(offset, count, inArray);
42 alloc.copy1DRangeTo(offset, count, outArray);
75 alloc = Allocation.createTyped(mRS, typeBuilder.create());
79 alloc.copy1DRangeFrom(offset, count, inArray);
80 alloc.copy1DRangeTo(offset, count, outArray);
82 alloc.copy1DRangeFrom(offset, count, (Object) inArray);
83 alloc.copy1DRangeTo(offset, count, (Object) outArray);
123 alloc = Allocation.createTyped(mRS, typeBuilder.create())
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_alloc_copy.java 68 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
110 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
152 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
155 alloc.copy1DRangeFrom(offset, count, inArray);
156 alloc.copy1DRangeTo(offset, count, outArray);
194 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()) local
236 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
280 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
318 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
356 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
394 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
432 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
463 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
505 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
547 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
589 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
631 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
    [all...]

Completed in 2046 milliseconds

1 2 3 4 5 6 7 8 91011>>