HomeSort by relevance Sort by last modified time
    Searched refs:reserve (Results 326 - 350 of 473) sorted by null

<<111213141516171819

  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 761 Registers.reserve(Regs.size());
791 RegClasses.reserve(RCs.size());
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 678 * This function attempts to reserve enough memory for the
685 * required, the user can reserve the memory in %advance, and thus
690 reserve(size_type __res_arg = 0);
913 this->reserve(__len);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 484 { this->reserve(0); }
504 * This function attempts to reserve enough memory for the
511 * will be required, the user can reserve the memory in
516 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 484 { this->reserve(0); }
504 * This function attempts to reserve enough memory for the
511 * will be required, the user can reserve the memory in
516 reserve(size_type __res_arg = 0) function in class:__versa_string
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 678 * This function attempts to reserve enough memory for the
685 * required, the user can reserve the memory in %advance, and thus
690 reserve(size_type __res_arg = 0);
913 this->reserve(__len);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 678 * This function attempts to reserve enough memory for the
685 * required, the user can reserve the memory in %advance, and thus
690 reserve(size_type __res_arg = 0);
913 this->reserve(__len);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 678 * This function attempts to reserve enough memory for the
685 * required, the user can reserve the memory in %advance, and thus
690 reserve(size_type __res_arg = 0);
913 this->reserve(__len);
    [all...]
  /external/chromium/base/json/
json_reader_unittest.cc 431 not_evil.reserve(15010);
  /external/chromium/base/
string_util.cc 847 formatted.reserve(format_string.length() + sub_length);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 563 // Reserve space for the max number of matches we'll show.
564 matches_.reserve(kMaxMatches);
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 869 form_fields.reserve(form->field_count());
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 274 fetches.reserve(fetches_.size());
    [all...]
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.cc 793 forms->reserve(forms->size() + all_forms.size());
    [all...]
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 528 foreign_session->windows.reserve(header.window_size());
    [all...]
  /external/chromium/net/base/
x509_certificate_nss.cc 429 cvin.reserve(5);
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 126 char* storage = Reserve(sp.size(), block_buffer_idx);
131 char* BalsaBuffer::Reserve(size_t size,
354 char* storage = balsa_buffer_.Reserve(line_size, &block_buffer_idx);
377 // Figure out how much space we need to reserve for the new header size.
389 char* storage = balsa_buffer_.Reserve(new_size, &block_buffer_idx);
733 str->reserve(str->size() + GetSizeForWriteBuffer());
829 char* storage = balsa_buffer_.Reserve(line_size, &firstline_buffer_base_idx_);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 1003 str_.reserve(size);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 101 key.reserve(SRTP_MASTER_KEY_BASE64_LEN);
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 624 CleanupBuffer.reserve(Scope.getCleanupSize());
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 681 PredefineBuffer.reserve(4080);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 484 SUnits.reserve(BB->size());
533 // FIXME: Allow SparseSet to reserve space for the creation of virtual
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 311 NewElts.reserve(NumElts*2);

Completed in 1992 milliseconds

<<111213141516171819