| /external/llvm/lib/CodeGen/SelectionDAG/ |
| ScheduleDAGRRList.cpp | 332 LiveRegDefs.resize(TRI->getNumRegs(), NULL); 333 LiveRegGens.resize(TRI->getNumRegs(), NULL); [all...] |
| /external/stlport/stlport/stl/ |
| _string.h | 404 void resize(size_type __n, _CharT __c) { function in class:basic_string 411 void resize(size_type __n) { resize(__n, _M_null()); } function in class:basic_string [all...] |
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _string.h | 404 void resize(size_type __n, _CharT __c) { function in class:basic_string 411 void resize(size_type __n) { resize(__n, _M_null()); } function in class:basic_string [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
| basic_string.h | 642 * This function will %resize the %string to the specified 648 resize(size_type __n, _CharT __c); 654 * This function will resize the %string to the specified length. If 661 resize(size_type __n) function in class:basic_string 662 { this->resize(__n, _CharT()); } [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
| vstring.h | 451 * This function will %resize the %string to the specified 457 resize(size_type __n, _CharT __c); 463 * This function will resize the %string to the specified 470 resize(size_type __n) function in class:__versa_string 471 { this->resize(__n, _CharT()); } [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
| multiway_merge.h | [all...] |
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| basic_string.h | 642 * This function will %resize the %string to the specified 648 resize(size_type __n, _CharT __c); 654 * This function will resize the %string to the specified length. If 661 resize(size_type __n) function in class:basic_string 662 { this->resize(__n, _CharT()); } [all...] |
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| vstring.h | 451 * This function will %resize the %string to the specified 457 resize(size_type __n, _CharT __c); 463 * This function will resize the %string to the specified 470 resize(size_type __n) function in class:__versa_string 471 { this->resize(__n, _CharT()); } [all...] |
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
| _string.h | 404 void resize(size_type __n, _CharT __c) { function in class:basic_string 411 void resize(size_type __n) { resize(__n, _M_null()); } function in class:basic_string [all...] |
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| basic_string.h | 642 * This function will %resize the %string to the specified 648 resize(size_type __n, _CharT __c); 654 * This function will resize the %string to the specified length. If 661 resize(size_type __n) function in class:basic_string 662 { this->resize(__n, _CharT()); } [all...] |
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
| vstring.h | 451 * This function will %resize the %string to the specified 457 resize(size_type __n, _CharT __c); 463 * This function will resize the %string to the specified 470 resize(size_type __n) function in class:__versa_string 471 { this->resize(__n, _CharT()); } [all...] |
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
| _string.h | 404 void resize(size_type __n, _CharT __c) { function in class:basic_string 411 void resize(size_type __n) { resize(__n, _M_null()); } function in class:basic_string [all...] |
| /external/chromium/chrome/browser/autocomplete/ |
| history_url_provider.cc | 740 matches->resize(max_results); [all...] |
| /external/chromium/chrome/browser/autofill/ |
| form_structure.cc | 581 presence_bitfield.resize((MAX_VALID_FIELD_TYPE + 0x7) / 8);
|
| /external/chromium/chrome/browser/geolocation/ |
| geolocation_browsertest.cc | 268 iframe_urls_.resize(number_iframes);
|
| /external/chromium/chrome/browser/history/ |
| thumbnail_database_unittest.cc | 262 sql.resize(0);
|
| /external/chromium/chrome/browser/importer/ |
| ie_importer.cc | 342 password_info.encrypted_data.resize(value_len);
|
| /external/chromium/chrome/browser/ui/webui/ |
| bug_report_ui.cc | 374 html_bytes->data.resize(full_html.size());
|
| gpu_internals_ui.cc | 179 html_bytes->data.resize(full_html.size());
|
| mediaplayer_ui.cc | 192 html_bytes->data.resize(full_html.size());
|
| /external/chromium/chrome/browser/ui/webui/chromeos/ |
| sim_unlock_ui.cc | 302 html_bytes->data.resize(full_html.size());
|
| /external/chromium/chrome/browser/visitedlink/ |
| visitedlink_master.cc | 72 data_->resize(data_len); 291 // that this is *not* the resize limit, this is just a sanity check. 330 // Resize it if it is now too empty. Resize may write the new table out for 431 return; // The resize function wrote the new table to disk for us. 501 // resize the table. We must handle this case and not try to reopen the file, [all...] |
| /external/chromium/chrome/common/ |
| json_schema_validator.cc | 249 errors_.resize(original_num_errors);
|
| /external/chromium/net/disk_cache/ |
| mem_entry_impl.cc | 512 data_[index].resize(offset + buf_len);
|
| /external/chromium/net/http/ |
| http_auth_handler_ntlm_portable.cc | 271 passbuf.resize(14, '\0');
|