HomeSort by relevance Sort by last modified time
    Searched refs:Reserve (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
thread_local_buffer.h 51 static void Reserve(std::size_t capacity) {
52 PDX_TRACE_NAME("ThreadLocalBuffer::Reserve");
54 buffer_->reserve(capacity);
69 Reserve(capacity);
78 Reserve(Capacity);
  /external/pdfium/xfa/fxbarcode/common/
BC_CommonByteArray.h 26 void Reserve(int32_t capacity);
BC_CommonByteArray.cpp 62 Reserve(newSize);
67 void CBC_CommonByteArray::Reserve(int32_t capacity) {
  /external/gemmlowp/test/
test_allocator.cc 22 auto handle_to_int32_array = a->Reserve<std::int32_t>(int32_array_size);
24 auto handle_to_int8_array = a->Reserve<std::int8_t>(int8_array_size);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_vector.cc 42 copy_to->Reserve(Size());
51 Reserve(Size() + insert_length);
67 Reserve(Size() + length);
90 Reserve(Size() + extra_length);
98 Reserve(Size() + length);
112 Reserve(Size() + length);
129 Reserve(position + length);
181 void AudioVector::Reserve(size_t n) {
audio_vector.h 101 void Reserve(size_t n);
  /external/webrtc/webrtc/base/
scopedptrcollection.h 39 void Reserve(size_t size) {
40 collection_.reserve(size);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMap.h 39 EPVRTError Reserve(const PVRTuint32 uiSize)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/X64/
X86LocalApicTimerInitialize.asm 34 sub rsp, 28h ;Reserve home addresses and make RSP 16-byte aligned
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
SwitchStack.asm 44 ; Reserve space for register parameters (rcx, rdx, r8 & r9) on the stack,
SwitchStack.S 47 # Reserve space for register parameters (rcx, rdx, r8 & r9) on the stack,
  /external/v8/src/
small-pointer-list.h 25 Reserve(capacity, zone);
28 void Reserve(int capacity, Zone* zone) {
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 111 Reserve(new_capacity);
117 void String::Reserve(size_t new_capacity) {
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 111 Reserve(new_capacity);
117 void String::Reserve(size_t new_capacity) {
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/X64/
SwitchStack.S 46 # Reserve space for register parameters (rcx, rdx, r8 & r9) on the stack,
  /external/protobuf/src/google/protobuf/
repeated_field.cc 83 void RepeatedPtrFieldBase::Reserve(int new_size) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 113 // Reserve space to expand the field to at least the given size. If the
115 void Reserve(int new_size);
273 void Reserve(int new_size);
432 // Reserve space to expand the field to at least the given size. This only
435 void Reserve(int new_size);
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1);
676 Reserve(current_size_ + other.current_size_);
746 // Avoid inlining of Reserve(): new, copy, and delete[] lead to a significant
749 void RepeatedField<Element>::Reserve(int new_size)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 113 // Reserve space to expand the field to at least the given size. If the
115 void Reserve(int new_size);
273 void Reserve(int new_size);
432 // Reserve space to expand the field to at least the given size. This only
435 void Reserve(int new_size);
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1);
676 Reserve(current_size_ + other.current_size_);
746 // Avoid inlining of Reserve(): new, copy, and delete[] lead to a significant
749 void RepeatedField<Element>::Reserve(int new_size)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 113 // Reserve space to expand the field to at least the given size. If the
115 void Reserve(int new_size);
273 void Reserve(int new_size);
432 // Reserve space to expand the field to at least the given size. This only
435 void Reserve(int new_size);
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1);
676 Reserve(current_size_ + other.current_size_);
746 // Avoid inlining of Reserve(): new, copy, and delete[] lead to a significant
749 void RepeatedField<Element>::Reserve(int new_size)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 113 // Reserve space to expand the field to at least the given size. If the
115 void Reserve(int new_size);
273 void Reserve(int new_size);
432 // Reserve space to expand the field to at least the given size. This only
435 void Reserve(int new_size);
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1);
676 Reserve(current_size_ + other.current_size_);
746 // Avoid inlining of Reserve(): new, copy, and delete[] lead to a significant
749 void RepeatedField<Element>::Reserve(int new_size)
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
Madt.h 192 UINT8 Reserve[3];
  /external/fmtlib/test/
string-test.cc 27 TEST(StringBufferTest, Reserve) {
30 buffer.reserve(capacity);
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.h 105 bool tryAllocateResourcesForConstExt(bool Reserve);
  /external/lzma/CPP/Common/
MyVector.h 59 void Reserve(unsigned newCapacity)
184 Reserve(_size + size);
411 // void Reserve(unsigned newCapacity) { _v.Reserve(newCapacity); }
426 _v.Reserve(size);
435 _v.Reserve(Size() + size);
  /external/v8/src/interpreter/
constant-array-builder.h 80 void Reserve();

Completed in 1426 milliseconds

1 2 3 4