| /external/webkit/Source/WebCore/platform/audio/ |
| Biquad.cpp | 51 m_inputBuffer.resize(kBufferSize + 2); 52 m_outputBuffer.resize(kBufferSize + 2);
|
| /external/webkit/Source/WebCore/platform/audio/mac/ |
| AudioFileReaderMac.cpp | 202 bufL.resize(numberOfFrames); 203 bufR.resize(numberOfFrames);
|
| /external/webkit/Source/WebCore/platform/win/ |
| FileSystemWin.cpp | 103 buffer.resize(wcslen(buffer.data())); 169 buffer.resize(wcslen(buffer.data()));
|
| /external/webkit/Source/WebKit/qt/WebCoreSupport/ |
| QtMaemoWebPopup.cpp | 148 resize(size().width(), visibleItemCount * gMaemoListItemSize); 216 resize(size().width(), visibleItemCount * gMaemoListItemSize);
|
| /external/webkit/Source/WebKit/qt/examples/platformplugin/ |
| WebPlugin.cpp | 144 resize(size().width(), visibleItemCount * gMaemoListItemSize); 210 resize(size().width(), visibleItemCount * gMaemoListItemSize);
|
| /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
| GalaxyRS.java | 125 public void resize(int width, int height) { method in class:GalaxyRS 126 super.resize(width, height);
|
| /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/ |
| NexusRS.java | 69 public void resize(int width, int height) { method in class:NexusRS 70 super.resize(width, height); // updates mWidth, mHeight 72 // android.util.Log.d("NexusRS", String.format("resize(%d, %d)", width, height));
|
| /packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
| GenericWaveRS.java | 100 public void resize(int width, int height) { method in class:GenericWaveRS 101 super.resize(width, height);
|
| /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/ |
| Visualization4RS.java | 83 public void resize(int width, int height) { method in class:Visualization4RS 84 super.resize(width, height);
|
| /external/chromium/chrome/browser/autofill/ |
| autofill_profile.cc | 121 form_group_items->resize(values.size()); 126 form_group_items->resize(1); 133 values->resize(form_group_items.size()); 290 values->resize(1); 361 created_labels->resize(profiles->size());
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| schanneladapter.cc | 287 impl_->inbuf.resize(extra); 369 inbuf.resize(extra_len); 464 outbuf.resize(remainder); 513 message.resize(packet_len); 584 readable.resize(remaining);
|
| /external/stlport/stlport/stl/pointers/ |
| _slist.h | 353 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:slist 355 void resize(size_type __new_size, const value_type& __x) 357 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x));} 360 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:slist
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
| _slist.h | 353 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:slist 355 void resize(size_type __new_size, const value_type& __x) 357 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x));} 360 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:slist
|
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
| _slist.h | 353 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:slist 355 void resize(size_type __new_size, const value_type& __x) 357 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x));} 360 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:slist
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
| _slist.h | 353 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:slist 355 void resize(size_type __new_size, const value_type& __x) 357 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x));} 360 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:slist
|
| /external/webkit/Source/WebCore/rendering/ |
| RenderFrameSet.cpp | 181 void RenderFrameSet::GridAxis::resize(int size) function in class:WebCore::RenderFrameSet::GridAxis 183 m_sizes.resize(size); 184 m_deltas.resize(size); 190 m_preventResize.resize(size + 1); 191 m_allowBorder.resize(size + 1); 477 m_rows.resize(rows); 478 m_cols.resize(cols); 618 // has to be resized and itself resize its contents 669 // has to be resized and itself resize its contents
|
| /external/chromium/sdch/open-vcdiff/src/ |
| vcdiff_main.cc | 236 dictionary_.resize(dictionary_size); 284 buffer->resize(buffer_size); 344 compare_buffer_.resize(output_size);
|
| /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/ |
| Briggs.h | 325 ed.unsafe.resize(numRegs, 0); 327 ed.reverseUnsafe.resize(numReverseRegs, 0); 422 nd.unsafeDegrees.resize(numRegs, 0);
|
| /external/webkit/Source/WebCore/platform/graphics/opentype/ |
| OpenTypeUtilities.cpp | 167 m_buffer.resize(sizeof(EOTPrefix)); 178 m_buffer.resize(oldSize + length + 2 * sizeof(unsigned short)); 364 rewrittenFontData.resize(fontData->size() + nameTableSize);
|
| /build/tools/droiddoc/templates-sdk/assets/ |
| android-developer-docs.js | 98 $("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for the resize handle 134 resizePackagesNav = $("#resize-packages-nav"); 152 $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(); } }); 153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } }); 305 /* Resize the height of the nav panels in the reference, 321 /* Resize the height of the side-nav and doc-content divs, 326 // Get the window height and always resize the doc-content and side-nav divs 332 // If in the reference docs, also resize the "swapper", "classes-nav", and "nav-tree" divs 339 // Also resize the "devdoc-nav" di [all...] |
| /development/samples/ApiDemos/src/com/example/android/apis/animation/ |
| AnimationSeeking.java | 128 circle.resize(BALL_SIZE, BALL_SIZE);
|
| CustomEvaluator.java | 143 circle.resize(50f, 50f);
|
| ReversingAnimation.java | 104 circle.resize(50f, 50f);
|
| /external/chromium/base/win/ |
| i18n.cc | 63 languages->resize(buffer_length);
|
| /external/chromium/chrome/browser/chromeos/login/ |
| owner_key_utils.cc | 126 output->resize(safe_file_size);
|