HomeSort by relevance Sort by last modified time
    Searched refs:resize (Results 351 - 375 of 872) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Basic/
OnDiskHashTable.h 152 void resize(size_t newsize) { function in class:clang::OnDiskChainedHashTableGenerator
180 if (4*NumEntries >= 3*NumBuckets) resize(NumBuckets*2);
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 206 ArgData.resize(ArgBytes);
223 ret.resize(TD->getTypeStoreSize(RetTy));
  /external/stlport/stlport/stl/debug/
_hashtable.h 306 void resize(size_type __num_elements_hint) { _M_non_dbg_impl.resize(__num_elements_hint); } function in class:hashtable
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 405 glyphs.resize(curLen);
406 advances.resize(curLen);
  /external/webkit/Source/WebCore/platform/network/
BlobResourceHandle.cpp 111 m_data.resize(static_cast<size_t>(response.expectedContentLength()));
246 m_buffer.resize(bufferSize);
FormData.cpp 380 element.m_data.resize(size);
453 data->m_boundary.resize(size);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 307 buffer.resize(receiveBufferSize);
315 // The message was too large, resize the buffer and try again.
316 buffer.resize(header->msgh_size + MAX_TRAILER_SIZE);
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 147 resize(800, 600);
321 dialog.resize(size().width() * 0.7, dialog.size().height());
  /frameworks/base/opengl/tests/hwc/
hwcStress.cpp 562 frames.resize(rows);
590 frames[row].resize(cols);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 306 void resize(size_type __num_elements_hint) { _M_non_dbg_impl.resize(__num_elements_hint); } function in class:hashtable
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 118 public void resize(int width, int height) { method in class:FallRS
119 super.resize(width, height);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 127 public void resize(int width, int height) { method in class:GrassRS
128 super.resize(width, height);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 114 public void resize(int width, int height) { method in class:Visualization5RS
115 super.resize(width, height);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 306 void resize(size_type __num_elements_hint) { _M_non_dbg_impl.resize(__num_elements_hint); } function in class:hashtable
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 306 void resize(size_type __num_elements_hint) { _M_non_dbg_impl.resize(__num_elements_hint); } function in class:hashtable
  /build/tools/droiddoc/templates-sdk/
customizations.cs 45 <div id="resize-packages-nav">
55 </div> <!-- end resize-packages -->
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationCloning.java 108 circle.resize(50f * mDensity, 50f * mDensity);
AnimationLoading.java 121 circle.resize(BALL_SIZE, BALL_SIZE);
AnimatorEvents.java 172 circle.resize(50f, 50f);
BouncingBalls.java 154 circle.resize(50f, 50f);
MultiPropertyAnimation.java 145 circle.resize(BALL_SIZE, BALL_SIZE);
  /external/astl/include/
vector 171 // internal buffer around for reuse, call 'resize'/'erase' instead.
174 // Resize the vector to contain 'size' element. If 'size' is
180 void resize(size_type size, value_type init_value = value_type());
402 void vector<_T>::resize(size_type new_size, value_type init_value)
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 71 data.resize(data_size);
autofill_ie_toolbar_import_win_unittest.cc 91 data.resize(data_size);
  /external/chromium/chrome/browser/
browser_signin.cc 71 html_bytes->data.resize(response.size());

Completed in 2086 milliseconds

<<11121314151617181920>>