HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 276 - 300 of 1772) sorted by null

<<11121314151617181920>>

  /frameworks/compile/mclinker/lib/Script/
Operand.cpp 53 SymOperand* result = g_SymOperandFactory->allocate();
86 IntOperand* result = g_IntOperandFactory->allocate();
118 SectOperand* result = g_SectOperandFactory->allocate();
154 SectDescOperand* result = g_SectDescOperandFactory->allocate();
192 FragOperand* result = g_FragOperandFactory->allocate();
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 101 void* operator new(size_t s) { return (A).allocate(s); } \
105 void* operator new[](size_t s) { return (A).allocate(s); } \
146 void* memory = GetThreadPoolAllocator().allocate(sizeof(TString));
152 return new(GetThreadPoolAllocator().allocate(sizeof(T))) T;
157 return new(GetThreadPoolAllocator().allocate(instances * sizeof(T))) T[instances];
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 56 deUint32 allocate (void) function in class:tcu::null::ObjectManager
488 return (GLuint)ctx->programs.allocate();
495 return (GLuint)ctx->shaders.allocate();
521 textures[ndx] = ctx->textures.allocate();
532 ids[ndx] = ctx->queries.allocate();
543 buffers[ndx] = ctx->buffers.allocate();
554 renderbuffers[ndx] = ctx->renderbuffers.allocate();
565 framebuffers[ndx] = ctx->framebuffers.allocate();
576 arrays[ndx] = ctx->vertexArrays.allocate();
587 samplers[ndx] = ctx->samplers.allocate();
    [all...]
  /external/valgrind/memcheck/tests/
mempool2.c 102 char *allocate(pool *p, int size) function
130 x1 = allocate(p1, 10);
131 x2 = allocate(p2, 20);
mempool2.stderr.exp 8 at 0x........: allocate (mempool2.c:108)
16 at 0x........: allocate (mempool2.c:108)
27 at 0x........: allocate (mempool2.c:108)
35 at 0x........: allocate (mempool2.c:108)
73 at 0x........: allocate (mempool2.c:108)
99 at 0x........: allocate (mempool2.c:108)
  /frameworks/av/media/mtp/
MtpPacket.cpp 50 allocate(MTP_CONTAINER_HEADER_SIZE);
55 void MtpPacket::allocate(size_t length) { function in class:android::MtpPacket
89 allocate(length);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
RoamingConsortiumElementTest.java 112 RoamingConsortiumElement element = RoamingConsortiumElement.parse(ByteBuffer.allocate(0));
152 ByteBuffer buffer = ByteBuffer.allocate(1);
166 ByteBuffer buffer = ByteBuffer.allocate(1);
  /libcore/luni/src/test/java/libcore/util/
NativeAllocationRegistryTest.java 60 // Allocate more native allocations than will fit in memory. This should
74 public long allocate() {
167 public long allocate() {
168 // The allocate function ought not to be called.
169 fail("allocate function called");
179 public long allocate() {
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
RequestBuilder.java 69 public void allocate() throws InterruptedException, ResourceAcquisitionFailedException { method in class:RequestBuilder.UnregisteredStreamProvider
81 public void allocate() throws InterruptedException, method in interface:RequestBuilder.RequestImpl.Allocation
102 allocation.allocate();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 52 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
119 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
168 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 52 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
119 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
168 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 52 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
119 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
168 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 52 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
119 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
168 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 52 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
119 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
168 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 52 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
119 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
168 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
  /external/deqp/framework/randomshaders/
rsgShaderGenerator.cpp 114 Variable* inVar = state.getVariableManager().allocate(outVar->getType(), Variable::STORAGE_SHADER_IN, inVarName.c_str());
130 Variable* inColorVariable = state.getVariableManager().allocate(fragColorEntry->getVariable()->getType(), Variable::STORAGE_SHADER_IN, "v_color");
197 Variable* variable = m_state.getVariableManager().allocate(input->getVariable()->getType(), Variable::STORAGE_SHADER_OUT, input->getVariable()->getName());
206 Variable* fragColorVar = m_state.getVariableManager().allocate(VariableType(VariableType::TYPE_FLOAT, 4), Variable::STORAGE_SHADER_OUT, getFragColorName(m_state));
254 Variable* glPosVariable = m_state.getVariableManager().allocate(VariableType(VariableType::TYPE_FLOAT, 4), Variable::STORAGE_SHADER_OUT, "gl_Position");
255 Variable* qpPosVariable = m_state.getVariableManager().allocate(VariableType(VariableType::TYPE_FLOAT, 4), Variable::STORAGE_SHADER_IN, "dEQP_Position");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 234 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
293 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
394 ByteBuffer readBuffer = ByteBuffer.allocate(CONTENT_LENGTH);
464 ByteBuffer buf = ByteBuffer.allocate(8);
466 ByteBuffer[] bufs = { ByteBuffer.allocate(8) };
    [all...]
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 65 A* ap = a.allocate(3);
113 move_only* ap = a.allocate(3);
  /external/libcxx/test/support/
test_allocator.h 78 pointer allocate(size_type n, const void* = 0) function in class:test_allocator
142 pointer allocate(size_type n, const void* = 0) function in class:non_default_test_allocator
224 T* allocate(std::size_t n) function in class:other_allocator
297 T* allocate(std::size_t n) { return std::allocator<T>{}.allocate(n); } function in class:TaggingAllocator
333 T *allocate(std::size_t N) { function in struct:limited_alloc_handle
380 pointer allocate(size_type n) { return handle_->template allocate<T>(n); } function in class:limited_allocator
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FreeBox.java 48 this.data = ByteBuffer.allocate(size);
64 ByteBuffer header = ByteBuffer.allocate(8);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
resolver_service.hpp 72 // Allocate and construct an operation to wrap the handler.
75 asio_handler_alloc_helpers::allocate(
104 // Allocate and construct an operation to wrap the handler.
107 asio_handler_alloc_helpers::allocate(
  /external/pdfium/third_party/bigint/
BigUnsignedInABase.cc 49 allocate(len); // Get the space
90 allocate(len);
  /external/r8/src/main/java/com/android/tools/r8/dex/
DebugBytecodeWriter.java 24 // Never allocate a zero-sized buffer, as we need to write the header, and the growth policy
26 this.buffer = ByteBuffer.allocate(info.events.length * 5 + 4);
47 ByteBuffer newBuffer = ByteBuffer.allocate(buffer.capacity() * 2);
  /frameworks/av/media/libaudiohal/
EffectBufferHalHidl.cpp 41 status_t EffectBufferHalInterface::allocate( function in class:android::EffectBufferHalInterface
75 Return<void> result = ashmem->allocate(
95 ALOGE("Failed to allocate %d bytes from ashmem", (int)mBufferSize);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeProgram.java 37 // Allocate the native instance
38 allocate(); method
155 private native boolean allocate(); method in class:NativeProgram

Completed in 945 milliseconds

<<11121314151617181920>>