HomeSort by relevance Sort by last modified time
    Searched defs:alloc (Results 1 - 25 of 448) 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/libcxx/utilities/tuple/tuple.tuple/
diagnose_reference_binding.fail.cpp 23 std::allocator<void> alloc; local
29 std::tuple<int const&> t1(std::allocator_arg, alloc, 42); // expected-note {{requested here}}
32 std::tuple<std::string &&> t3(std::allocator_arg, alloc, "hello"); // expected-note {{requested here}}
diagnose_reference_binding.pass.cpp 29 std::allocator<void> alloc; local
34 std::tuple<int&> t1(std::allocator_arg, alloc, std::ref(x));
44 std::tuple<int&> t2(std::allocator_arg, alloc, r);
46 std::tuple<int&> t3(std::allocator_arg, alloc, cr);
54 std::tuple<int const&> t3(std::allocator_arg, alloc, std::ref(x));
56 std::tuple<int const&> t4(std::allocator_arg, alloc, std::cref(x));
66 std::tuple<int const&> t3(std::allocator_arg, alloc, r);
68 std::tuple<int const&> t4(std::allocator_arg, alloc, cr);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-objc-dealloc.h 12 + (instancetype)alloc; variable
  /external/libcxx/test/std/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 40 std::allocator<bool> alloc; local
41 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
42 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
43 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
44 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
45 test<std::vector<bool> >(a, an, alloc);
49 min_allocator<bool> alloc; local
50 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
51 test<std::vector<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
52 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
53 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 39 std::allocator<bool> alloc; local
40 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
41 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
42 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
43 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
44 test<std::vector<bool> >(a, an, alloc);
48 min_allocator<bool> alloc; local
49 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
50 test<std::vector<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
51 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
52 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:__anon106063
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 56 std::allocator<int> alloc; local
57 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
58 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
59 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
60 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
61 test<std::vector<int> >(a, an, alloc);
67 min_allocator<int> alloc; local
68 test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
69 test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
70 test<std::vector<int, min_allocator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
71 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mfixalloc.go 17 // Memory returned by fixalloc.alloc is zeroed by default, but the
64 func (f *fixalloc) alloc() unsafe.Pointer { func
  /prebuilts/go/linux-x86/src/runtime/
mfixalloc.go 17 // Memory returned by fixalloc.alloc is zeroed by default, but the
64 func (f *fixalloc) alloc() unsafe.Pointer { func
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/
construct_iter_iter_alloc.pass.cpp 52 std::allocator<int> alloc; local
53 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
54 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
55 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
56 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
57 test<std::vector<int> >(a, an, alloc);
63 min_allocator<int> alloc; local
64 test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
65 test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
66 test<std::vector<int, min_allocator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
67 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyToTest.java 25 private Allocation alloc; field in class:AllocationCopyToTest
29 if (alloc != null) {
30 alloc.destroy();
46 alloc = Allocation.createTyped(mRS, typeBuilder.create());
49 alloc.copy1DRangeFrom(offset, count, inArray);
50 alloc.copy1DRangeTo(offset, count, outArray);
83 alloc = Allocation.createTyped(mRS, typeBuilder.create());
87 alloc.copy1DRangeFrom(offset, count, inArray);
88 alloc.copy1DRangeTo(offset, count, outArray);
90 alloc.copy1DRangeFrom(offset, count, (Object) inArray)
    [all...]
  /bionic/linker/
linker_block_allocator.h 49 void* alloc();
85 T* alloc() { return reinterpret_cast<T*>(block_allocator_.alloc()); } function in class:LinkerTypeAllocator
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
FixedBuffer.h 26 alloc(m_bufferLen);
34 void * alloc(size_t size) { function in class:FixedBuffer
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 41 struct ion_allocation_data alloc; member in struct:__anon3900
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 44 struct ion_allocation_data alloc; member in struct:__anon4464
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_ionbuf.h 44 struct ion_allocation_data alloc; member in struct:__anon5016
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 13 +(id)alloc; variable

Completed in 339 milliseconds

1 2 3 4 5 6 7 8 91011>>