| /external/chromium/chrome/browser/ui/webui/ |
| print_preview_handler.cc | 329 file_type_info.extensions.resize(1);
|
| /external/chromium/net/tools/dump_cache/ |
| dump_files.cc | 235 key.resize(50);
|
| /external/chromium/third_party/libjingle/source/talk/session/phone/ |
| rtpdump.cc | 119 packet->data.resize(dump_packet_len - sizeof(header));
|
| /external/clang/include/clang/AST/ |
| ASTVector.h | 334 void resize(ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
|
| /external/clang/lib/Lex/ |
| PreprocessingRecord.cpp | 209 LoadedPreprocessedEntities.resize(LoadedPreprocessedEntities.size()
|
| /external/llvm/include/llvm/Analysis/ |
| DominatorInternals.h | 187 Buckets.resize(N + 1);
|
| /external/llvm/lib/Analysis/ |
| SparsePropagation.cpp | 123 Succs.resize(TI.getNumSuccessors());
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| cpp_unittest.cc | 463 data.resize(size); 477 packed_data.resize(packed_size); 492 data.resize(size); 511 data.resize(size); [all...] |
| /external/stlport/stlport/stl/ |
| _deque.h | 811 void resize(size_type __new_size, function in class:deque 814 void resize(size_type __new_size, const value_type& __x) { 824 void resize(size_type __new_size) function in class:deque 825 { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } [all...] |
| /external/stlport/stlport/stl/debug/ |
| _string.h | 198 void resize(size_type __n, _CharT __c) { function in class:basic_string 203 _M_non_dbg_impl.resize(__n, __c); 205 void resize(size_type __n) { resize(__n, _STLP_DEFAULT_CONSTRUCTED(_CharT)); } function in class:basic_string
|
| /external/webkit/Source/JavaScriptCore/wtf/ |
| HashSet.h | 248 vector.resize(collection.size());
|
| /external/webkit/Source/WebCore/dom/ |
| NamedNodeMap.cpp | 230 m_attributes.resize(newLength);
|
| /external/webkit/Source/WebCore/platform/graphics/wince/ |
| FontCacheWinCE.cpp | 84 glyphsetBuffer.resize(unicodeRanges);
|
| /external/webkit/Source/WebCore/platform/image-decoders/gif/ |
| GIFImageDecoder.cpp | 87 m_frameBufferCache.resize(reader.images_count);
|
| /external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
| JPEGImageDecoder.cpp | 440 m_frameBufferCache.resize(1);
|
| /external/webkit/Source/WebCore/platform/image-decoders/png/ |
| PNGImageDecoder.cpp | 206 m_frameBufferCache.resize(1);
|
| /external/webkit/Source/WebKit/chromium/src/ |
| WebScrollbarImpl.cpp | 302 tickmarks.resize(ticks.size());
|
| WebViewImpl.h | 94 virtual void resize(const WebSize&);
|
| /external/webkit/Source/WebKit/wince/WebCoreSupport/ |
| PlatformStrategiesWinCE.cpp | 86 outPlugins.resize(plugins.size());
|
| /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/ |
| ConnectionUnix.cpp | 96 m_readBuffer.resize(messageMaxSize);
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _deque.h | 811 void resize(size_type __new_size, function in class:deque 814 void resize(size_type __new_size, const value_type& __x) { 824 void resize(size_type __new_size) function in class:deque 825 { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } [all...] |
| /ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _string.h | 198 void resize(size_type __n, _CharT __c) { function in class:basic_string 203 _M_non_dbg_impl.resize(__n, __c); 205 void resize(size_type __n) { resize(__n, _STLP_DEFAULT_CONSTRUCTED(_CharT)); } function in class:basic_string
|
| /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
| HoloSpiralRS.java | 95 public void resize(int width, int height) { method in class:HoloSpiralRS
|
| /packages/wallpapers/NoiseField/src/com/android/noisefield/ |
| NoiseFieldRS.java | 229 public void resize(int w, int h) { method in class:NoiseFieldRS
|
| /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
| PhaseBeamRS.java | 250 public void resize(int w, int h) { method in class:PhaseBeamRS
|