HomeSort by relevance Sort by last modified time
    Searched refs:reserve (Results 151 - 175 of 971) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/renderer/pepper/
plugin_module.h 177 // initializes. The Reserve function will call the previously set callback if
179 // for in-process plugins), the Reserve function will assume that the ID is
182 PP_Bool (*reserve)(PP_Module, PP_Instance));
  /external/chromium_org/content/utility/
utility_thread_impl.cc 34 dest->reserve(src.size());
  /external/chromium_org/courgette/
streams.h 152 CheckBool Reserve(size_t length) WARN_UNUSED_RESULT {
153 return buffer_.reserve(length + buffer_.size());
  /external/chromium_org/ipc/
file_descriptor_set_posix.cc 130 descriptors_.reserve(count);
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.cc 72 url_response_body_.reserve(total_bytes_to_be_received);
88 // memory here by calling url_response_body_.reserve(). Doing so causes a
  /external/chromium_org/net/quic/crypto/
crypto_utils.cc 28 nonce->reserve(kNonceSize);
  /external/chromium_org/ppapi/cpp/
array_output.h 32 output->reserve(input.size());
  /external/chromium_org/ppapi/shared_impl/
dictionary_var.cc 86 array_var->elements().reserve(key_value_map_.size());
  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc 24 str->reserve(length_with_null);
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.h 93 int32_t blockTopLoc(UBool reserve); // Locate a position in the compiled pattern
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_winsys.h 80 (*reserve)(struct svga_winsys_context *swc, member in struct:svga_winsys_context
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFResourceDict.cpp 60 procSets->reserve(SK_ARRAY_COUNT(procs));
86 // TODO: reserve not correct if we need to recursively explore.
  /external/chromium_org/tools/gn/
path_output.cc 83 intermediate.reserve(inverse_current_dir_.size() + str.size());
value_extractors.cc 70 dest->reserve(input_list.size());
  /external/clang/include/clang/Serialization/
ModuleManager.h 70 Stack.reserve(N);
  /external/clang/lib/Sema/
TypeLocBuilder.cpp 21 reserve(Size);
TypeLocBuilder.h 59 void reserve(size_t Requested) { function in class:clang::TypeLocBuilder
  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 22 allocated.reserve(kNumIters);
  /external/icu4c/i18n/
regexcmp.h 93 int32_t blockTopLoc(UBool reserve); // Locate a position in the compiled pattern
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.cpp 69 E.Loc.reserve(str.size());
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 77 Tags.reserve(Classes.size() + Defs.size());
  /external/marisa-trie/lib/marisa/
vector.h 38 void reserve(std::size_t capacity);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
vector.h 38 void reserve(std::size_t capacity);
  /external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h 80 (*reserve)(struct svga_winsys_context *swc, member in struct:svga_winsys_context
  /external/skia/src/pdf/
SkPDFResourceDict.cpp 60 procSets->reserve(SK_ARRAY_COUNT(procs));
86 // TODO: reserve not correct if we need to recursively explore.

Completed in 1943 milliseconds

1 2 3 4 5 67 8 91011>>