HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 126 - 150 of 1315) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
Charsets.java 53 CharBuffer cb = CharBuffer.allocate(length);
63 CharBuffer cb = CharBuffer.allocate(length);
73 CharBuffer cb = CharBuffer.allocate(length);
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 31 MemoryArea* result = allocate();
46 MemoryArea* result = allocate();
60 MemoryArea* result = allocate();
  /external/chromium_org/third_party/angle/src/libGLESv2/
HandleAllocator.cpp 9 // to allocate GL handles.
33 GLuint HandleAllocator::allocate() function in class:gl::HandleAllocator
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_init.h 44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
  /external/deqp/framework/randomshaders/
rsgNameAllocator.cpp 54 std::string NameAllocator::allocate (void) function in class:rsg::NameAllocator
  /external/mesa3d/src/gallium/auxiliary/util/
u_init.h 44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemDataBox.java 11 ByteBuffer data = ByteBuffer.allocate(0);
  /frameworks/native/include/binder/
MemoryDealer.h 40 virtual sp<IMemory> allocate(size_t size);
  /frameworks/rs/cpu_ref/linkloader/include/
MemChunk.h 43 bool allocate(size_t size);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
ASCCharsetDecoderTest.java 48 // ByteBuffer buffer = ByteBuffer.allocate(8);
58 ByteBuffer buffer = ByteBuffer.allocate(8);
GBCharsetDecoderTest.java 53 ByteBuffer buffer = ByteBuffer.allocate(20);
  /libcore/luni/src/test/java/libcore/java/nio/
NoArrayTest.java 27 assertNoArray(ByteBuffer.allocate(32).asReadOnlyBuffer());
BufferTest.java 115 testByteSwappedBulkGet(ByteBuffer.allocate(10));
208 testByteSwappedBulkPut(ByteBuffer.allocate(10));
261 testByteBufferByteOrder(ByteBuffer.allocate(10), false);
273 testByteBufferByteOrder(ByteBuffer.allocate(10), true);
284 // allocate/allocateDirect/map always returns a big-endian buffer.
338 return ByteBuffer.allocate(10).order(order).asCharBuffer();
342 testCharBufferByteOrder(CharBuffer.allocate(10), ByteOrder.nativeOrder());
369 return ByteBuffer.allocate(10*8).order(order).asDoubleBuffer();
373 testDoubleBufferByteOrder(DoubleBuffer.allocate(10), ByteOrder.nativeOrder());
400 return ByteBuffer.allocate(10*8).order(order).asFloatBuffer()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 56 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 56 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 56 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 56 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 56 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 56 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 56 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 75 Vector2 newVelocity = vectorPool.allocate(currentVelocity);
135 Vector2 collisionNormal = vectorPool.allocate(opposingNormal);
139 Vector2 relativeVelocity = vectorPool.allocate(velocity);
154 Vector2 entity1Adjust = vectorPool.allocate(collisionNormal);
174 Vector2 collisionNormal = vectorPool.allocate(opposingNormal);
177 Vector2 entity1Velocity = vectorPool.allocate(velocity);
180 Vector2 entity2Velocity = vectorPool.allocate(otherVelocity);
183 Vector2 relativeVelocity = vectorPool.allocate(entity1Velocity);
199 Vector2 entity1Adjust = vectorPool.allocate(collisionNormal);
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
82 internal_allocation = allocate;
  /external/libcxx/test/utilities/memory/default.allocator/allocator.members/
Android.mk 27 test_name := utilities/memory/default.allocator/allocator.members/allocate
28 test_src := allocate.pass.cpp
  /external/stlport/stlport/stl/
_alloc.c 38 void * _STLP_CALL __debug_alloc<_Alloc>::allocate(size_t __n) { function in class:_Alloc
45 __alloc_header *__result = (__alloc_header *)__allocator_type::allocate(__real_n);
  /external/valgrind/main/drd/tests/
tc15_laog_lockdel.stderr.exp 4 Free 2 and re-allocate it. This gives it a new identity,

Completed in 1169 milliseconds

1 2 3 4 56 7 8 91011>>