Searched refs:reserve (Results 301 - 325 of 816) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp113 Counts.reserve(NumCounters);
264 Counts.reserve(RawCounts.size());
/external/llvm/tools/gold/
H A Dgold-plugin.cpp315 cf.syms.reserve(sym_count);
377 cf.syms.reserve(cf.syms.size());
/external/stlport/stlport/stl/debug/
H A D_vector.h242 void reserve(size_type __n) {
245 _M_non_dbg_impl.reserve(__n);
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc247 files.reserve(file_path_str.size());
/external/chromium_org/base/containers/
H A Dstack_container.h33 // be sure to reserve() in the container up to the stack buffer size. Otherwise
132 // support reserve().
148 container_.reserve(stack_capacity);
/external/chromium_org/base/
H A Dstl_util.h19 // STL clear()/reserve(0) does not always free internal memory allocated
26 // Hence using additional reserve(0) even if it doesn't always work.
27 obj->reserve(0);
/external/chromium_org/base/synchronization/
H A Dwaitable_event_posix.cc240 waitables.reserve(count);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.cc148 keys->reserve(diff.size());
/external/chromium_org/chrome/browser/extensions/api/alarms/
H A Dalarms_api.cc163 create_arg.reserve(alarms->size());
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter.cc145 remove_list.reserve(evicted_cookies_.size());
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.cc344 kept_forms.reserve(all_forms.size());
476 forms->reserve(forms->size() + all_forms.size());
681 kept_forms.reserve(all_forms.size());
777 forms->reserve(forms->size() + count);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_result.cc71 tags.reserve(hits.size());
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc563 expire_list.reserve(args->GetSize());
679 // Pre-reserve the size of the new vector. Since we're working with pointers
682 new_results.reserve(results->size());
773 query_results_.reserve(results->size());
839 web_history_query_results_.reserve(events->GetSize());
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc129 out_name->reserve(MAX_PATH);
/external/chromium_org/components/metrics/
H A Dmetrics_state_manager.cc245 client_id_with_dashes.reserve(kGUIDLengthWithoutDashes + 4U);
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_ui_delegate.cc60 languages_.reserve(language_codes.size());
/external/chromium_org/content/browser/devtools/
H A Ddevtools_tracing_handler.cc83 message.reserve(message.size() + trace_fragment.size() + messageSuffixSize);
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_provider.cc79 key->reserve(wifi_data.access_point_data.size() * kCharsPerMacAddress);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_host_resolver_message_filter.cc66 net_address_list->reserve(list.size());
/external/chromium_org/content/child/webcrypto/test/
H A Daes_gcm_unittest.cc95 cipher_text_with_tag.reserve(cipher_text.size() + authentication_tag.size());
/external/chromium_org/content/child/
H A Dwebmessageportchannel_impl.cc257 queued_messages.reserve(message_queue_.size());
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc229 character_offsets.reserve(src_character_offsets.size());
239 word_starts.reserve(src_word_starts.size());
240 word_ends.reserve(src_word_starts.size());
342 line_breaks.reserve(src_line_breaks.size());
/external/chromium_org/content/renderer/
H A Dhistory_serialization.cc29 output->reserve(input.size());
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_device_manager.cc181 devices.reserve(device_array.size());
H A Durl_request_info_util.cc108 rv.reserve(s.length());

Completed in 1794 milliseconds

<<11121314151617181920>>