HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 76 - 100 of 1764) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/util/
UriEncoderTest.java 32 ByteBuffer buff = ByteBuffer.allocate(10);
40 ByteBuffer buff = ByteBuffer.allocate(10);
  /frameworks/compile/mclinker/lib/MC/
ContextFactory.cpp 27 result = UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>::allocate();
39 LDContext* result = allocate();
InputFactory.cpp 37 Input* result = Alloc::allocate();
46 Input* result = Alloc::allocate();
  /hardware/interfaces/graphics/allocator/2.0/
IAllocator.hal 36 * @param descriptor specifies the properties of the buffers to allocate.
37 * @param count is the number of buffers to allocate.
53 allocate(BufferDescriptor descriptor, uint32_t count)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 60 entry_pointer p_e = s_entry_allocator.allocate(1);
73 entry_pointer p_e = s_entry_allocator.allocate(1);
constructor_destructor_fn_imps.hpp 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
76 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
88 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
104 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
120 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
132 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 60 entry_pointer p_e = s_entry_allocator.allocate(1);
73 entry_pointer p_e = s_entry_allocator.allocate(1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/memory/memory.resource.global/
new_delete_resource_lifetime.pass.cpp 32 POSType() {res = ex::new_delete_resource(); ptr = res->allocate(42); n = 42; }
48 POSType constructed_after_resources(resource, resource->allocate(1024), 1024);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/allocator.members/
allocate.pass.cpp 13 // pointer allocate(size_type n, allocator<void>::const_pointer hint=0);
37 A* volatile ap = a.allocate(3);
46 A* volatile ap2 = a.allocate(3, (const void*)5);
  /external/toolchain-utils/crosperf/
machine_image_manager_unittest.py 163 self.assertTrue(mim.allocate(duts[0]) == labels[0])
164 self.assertTrue(mim.allocate(duts[0]) == labels[1])
165 self.assertTrue(mim.allocate(duts[0]) is None)
168 self.assertTrue(mim.allocate(duts[1]) == labels[1])
186 self.assertTrue(mim.allocate(duts[3]).name == 'l3')
243 self.assertTrue(mim.allocate(mim.duts_[2]) == mim.labels_[0])
244 self.assertTrue(mim.allocate(mim.duts_[3]) == mim.labels_[2])
245 self.assertTrue(mim.allocate(mim.duts_[0]) == mim.labels_[1])
246 self.assertTrue(mim.allocate(mim.duts_[1]) == mim.labels_[2])
247 self.assertTrue(mim.allocate(mim.duts_[3]) == mim.labels_[1]
    [all...]
  /external/swiftshader/src/Common/
Memory.hpp 25 void *allocate(size_t bytes, size_t alignment = 16);
  /external/tensorflow/tensorflow/contrib/android/jni/
run_stats_jni.h 28 JNIEXPORT JNICALL jlong RUN_STATS_METHOD(allocate)(JNIEnv*, jclass);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
HSWanMetricsElementTest.java 49 ByteBuffer buffer = ByteBuffer.allocate(HSWanMetricsElement.EXPECTED_BUFFER_SIZE)
71 HSWanMetricsElement.parse(ByteBuffer.allocate(0));
82 ByteBuffer buffer = ByteBuffer.allocate(HSWanMetricsElement.EXPECTED_BUFFER_SIZE - 1);
96 ByteBuffer buffer = ByteBuffer.allocate(HSWanMetricsElement.EXPECTED_BUFFER_SIZE + 1);
ProtocolPortTupleTest.java 47 ByteBuffer buffer = ByteBuffer.allocate(ProtocolPortTuple.RAW_BYTE_SIZE)
63 ProtocolPortTuple.parse(ByteBuffer.allocate(0));
74 ByteBuffer buffer = ByteBuffer.allocate(ProtocolPortTuple.RAW_BYTE_SIZE - 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.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/ov_tree_map_/
insert_fn_imps.hpp 53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);
  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 29 MemoryArea* result = allocate();
43 MemoryArea* result = allocate();
56 MemoryArea* result = allocate();
  /libcore/luni/src/test/java/libcore/java/nio/
CharBufferTest.java 30 CharBuffer cb = CharBuffer.allocate(32).append(s);
41 CharBuffer cb = CharBuffer.allocate(32).append(s);
51 cb = CharBuffer.allocate(32).append(surrogateCP);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
AbstractBoxParser.java 65 ByteBuffer bb = ByteBuffer.allocate(8);
81 ByteBuffer bb = ByteBuffer.allocate(16);
98 header = ByteBuffer.allocate(16);
103 header = ByteBuffer.allocate(24);
108 header = ByteBuffer.allocate(32);
  /system/core/libmemunreachable/tests/
Allocator_test.cpp 43 void* ptr = allocator.allocate();
50 void* ptr1 = allocator.allocate();
52 void* ptr2 = allocator.allocate();
56 void* ptr3 = allocator.allocate();
68 ptr[i] = allocator.allocate();
90 void* ptr = allocator.allocate();
101 ptr[i] = allocator.allocate();
124 void* ptr1 = a.allocate();
125 void* ptr2 = b.allocate();
126 void* ptr3 = c.allocate();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 61 m_entries(s_entry_allocator.allocate(m_num_e))
72 m_entries(s_entry_allocator.allocate(m_num_e))
84 m_entries(s_entry_allocator.allocate(m_num_e))
98 m_entries(s_entry_allocator.allocate(m_num_e))
112 m_entries(s_entry_allocator.allocate(m_num_e))
127 m_entries(s_entry_allocator.allocate(m_num_e))
144 m_entries(s_entry_allocator.allocate(m_num_e))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 61 m_entries(s_entry_allocator.allocate(m_num_e))
72 m_entries(s_entry_allocator.allocate(m_num_e))
84 m_entries(s_entry_allocator.allocate(m_num_e))
98 m_entries(s_entry_allocator.allocate(m_num_e))
112 m_entries(s_entry_allocator.allocate(m_num_e))
127 m_entries(s_entry_allocator.allocate(m_num_e))
144 m_entries(s_entry_allocator.allocate(m_num_e))
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 49 HAllocate* allocate = HAllocate::cast(instr); local
50 if (!allocate->size()->IsInteger32Constant()) continue;
51 int size_in_bytes = allocate->size()->GetInteger32Constant();
163 void HEscapeAnalysisPhase::AnalyzeDataFlow(HInstruction* allocate) {
164 HBasicBlock* allocate_block = allocate->block();
185 if (instr != allocate) continue;
186 state = NewStateForAllocation(allocate);
192 if (load->object() != allocate) continue;
206 if (store->object() != allocate) continue;
227 if (instr->OperandAt(i) != allocate) continue
297 HAllocate* allocate = HAllocate::cast(captured_.at(i)); local
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
X87.cpp 92 const uint32_t T1 = allocate##MemorySize(); \
94 const uint32_t T2 = allocate##MemorySize(); \
96 const uint32_t T3 = allocate##MemorySize(); \
98 const uint32_t T4 = allocate##MemorySize(); \
100 const uint32_t T5 = allocate##MemorySize(); \
102 const uint32_t T6 = allocate##MemorySize(); \
104 const uint32_t T7 = allocate##MemorySize(); \
107 const uint32_t N7 = allocate##MemorySize(); \
109 const uint32_t N6 = allocate##MemorySize(); \
111 const uint32_t N5 = allocate##MemorySize();
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_reduction_sycl.cpp 39 float* gpu_in_data = static_cast<float*>(sycl_device.allocate(in.dimensions().TotalSize()*sizeof(float)));
40 float* gpu_out_data =(float*)sycl_device.allocate(sizeof(float));
74 float* gpu_in_data = static_cast<float*>(sycl_device.allocate(in.dimensions().TotalSize()*sizeof(float)));
75 float* gpu_out_data = static_cast<float*>(sycl_device.allocate(redux_gpu.dimensions().TotalSize()*sizeof(float)));
112 float* gpu_in_data = static_cast<float*>(sycl_device.allocate(in.dimensions().TotalSize()*sizeof(float)));
113 float* gpu_out_data = static_cast<float*>(sycl_device.allocate(redux_gpu.dimensions().TotalSize()*sizeof(float)));

Completed in 454 milliseconds

1 2 34 5 6 7 8 91011>>