HomeSort by relevance Sort by last modified time
    Searched defs:alloc (Results 1 - 25 of 484) 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.27/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/boringssl/src/crypto/dh/
params.c 78 BIGNUM *alloc = NULL; local
80 alloc = BN_new();
81 if (alloc == NULL) {
84 ret = alloc;
88 BN_free(alloc);
  /external/mesa3d/src/amd/vulkan/
radv_wsi_wayland.c 49 const VkAllocationCallbacks *alloc; local
53 alloc = pAllocator;
55 alloc = &instance->alloc;
57 return wsi_create_wl_surface(alloc, pCreateInfo, pSurface);
radv_wsi_x11.c 47 &device->instance->alloc,
61 &device->instance->alloc,
72 const VkAllocationCallbacks *alloc; local
76 alloc = pAllocator;
78 alloc = &instance->alloc;
80 return wsi_create_xcb_surface(alloc, pCreateInfo, pSurface);
90 const VkAllocationCallbacks *alloc; local
95 alloc = pAllocator;
97 alloc = &instance->alloc
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_wsi_wayland.c 50 const VkAllocationCallbacks *alloc; local
54 alloc = pAllocator;
56 alloc = &instance->alloc;
58 return wsi_create_wl_surface(alloc, pCreateInfo, pSurface);
anv_wsi_x11.c 43 &device->instance->alloc,
57 &device->instance->alloc,
68 const VkAllocationCallbacks *alloc; local
72 alloc = pAllocator;
74 alloc = &instance->alloc;
76 return wsi_create_xcb_surface(alloc, pCreateInfo, pSurface);
86 const VkAllocationCallbacks *alloc; local
91 alloc = pAllocator;
93 alloc = &instance->alloc
    [all...]
  /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/r16/sources/cxx-stl/llvm-libc++/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...]
  /system/bt/osi/include/
allocator.h 29 alloc_fn alloc; member in struct:__anon2036
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/skia/src/core/
SkDrawLooper.cpp 17 SkSTArenaAlloc<48> alloc; local
19 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc);
40 SkSTArenaAlloc<48> alloc; local
43 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc);
  /external/skqp/src/core/
SkDrawLooper.cpp 17 SkSTArenaAlloc<48> alloc; local
19 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc);
40 SkSTArenaAlloc<48> alloc; local
43 SkDrawLooper::Context* context = this->makeContext(&canvas, &alloc);
  /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/r16/sources/cxx-stl/llvm-libc++/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...]
  /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 48 void* alloc();
84 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

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 91011>>