| /external/webkit/Source/WebKit2/UIProcess/ |
| TiledDrawingAreaProxy.cpp | 421 // Resize tiles on edges in case the contents size has changed. 495 it->second->resize(expectedTileRect.size());
|
| /frameworks/base/tools/localize/ |
| localize.cpp | 420 cfg.resize(20);
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _hashtable.c | 207 //We check that equivalent keys have equals hash code as otherwise, on resize, 238 //We check that equivalent keys have equals hash code as otherwise, on resize, 513 _M_buckets.resize(__ht._M_buckets.size());
|
| _hashtable.h | 263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize 580 void resize(size_type __num_buckets_hint) function in class:hashtable
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
| stl_list.h | 817 * This function will %resize the %list to the specified number 823 resize(size_type __new_size, value_type __x = value_type()); [all...] |
| stl_vector.h | 545 * This function will %resize the %vector to the specified 552 resize(size_type __new_size, value_type __x = value_type()) function in class:vector [all...] |
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_list.h | 817 * This function will %resize the %list to the specified number 823 resize(size_type __new_size, value_type __x = value_type()); [all...] |
| stl_vector.h | 545 * This function will %resize the %vector to the specified 552 resize(size_type __new_size, value_type __x = value_type()) function in class:vector [all...] |
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
| _hashtable.c | 207 //We check that equivalent keys have equals hash code as otherwise, on resize, 238 //We check that equivalent keys have equals hash code as otherwise, on resize, 513 _M_buckets.resize(__ht._M_buckets.size());
|
| _hashtable.h | 263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize 580 void resize(size_type __num_buckets_hint) function in class:hashtable
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_list.h | 817 * This function will %resize the %list to the specified number 823 resize(size_type __new_size, value_type __x = value_type()); [all...] |
| stl_vector.h | 545 * This function will %resize the %vector to the specified 552 resize(size_type __new_size, value_type __x = value_type()) function in class:vector [all...] |
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
| _hashtable.c | 207 //We check that equivalent keys have equals hash code as otherwise, on resize, 238 //We check that equivalent keys have equals hash code as otherwise, on resize, 513 _M_buckets.resize(__ht._M_buckets.size());
|
| _hashtable.h | 263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize 580 void resize(size_type __num_buckets_hint) function in class:hashtable
|
| /external/chromium/chrome/browser/download/ |
| save_package.cc | [all...] |
| /external/chromium/chrome/browser/history/ |
| in_memory_url_index.cc | 76 TermCharWordSet() // Required for STL resize(). 376 scored_items.resize(AutocompleteProvider::kMaxMatches); 587 term_char_word_set_cache_.resize(index + 1); [all...] |
| /external/chromium/chrome/browser/resources/ |
| new_new_tab.js | 161 // resize. 254 // We need to store the recent items so we can update the layout on a resize. 621 window.addEventListener('resize', handleWindowResize); [all...] |
| /external/chromium/chrome/browser/ui/webui/ |
| net_internals_ui.cc | 439 html_bytes->data.resize(full_html.size()); 448 bytes->data.resize(data_string.size()); [all...] |
| /external/chromium/chrome/browser/webdata/ |
| web_database_migration_unittest.cc | 122 encrypted_number->resize(encrypted_number_len); 144 encrypted_number->resize(encrypted_number_len); [all...] |
| /external/chromium/sdch/open-vcdiff/src/ |
| vcdecoder2_test.cc | 62 delta_file_.resize(delta_file_.size() - 1); 74 delta_file_.resize(delta_file_header_.size() [all...] |
| /external/llvm/lib/CodeGen/ |
| MachineLICM.cpp | 327 RegPressure.resize(NumRC); 329 RegLimit.resize(NumRC); [all...] |
| /external/webkit/Source/JavaScriptCore/wtf/ |
| Vector.h | 569 void resize(size_t size); 842 inline void Vector<T, inlineCapacity>::resize(size_t size) function in class:WTF::Vector::Vector [all...] |
| /external/webkit/Source/WebCore/plugins/ |
| PluginView.cpp | 980 resize(size); [all...] |
| /external/webkit/Source/WebCore/rendering/ |
| RenderTable.cpp | 837 m_columns.resize(maxCols); 838 m_columnPos.resize(maxCols + 1); [all...] |
| RenderTableSection.cpp | 347 m_rowPos.resize(m_gridRows + 1); [all...] |