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

<<21222324252627282930>>

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 217 Children.resize(NC);
    [all...]
DAGISelMatcherEmitter.cpp 653 OS << " Result.resize(NextRes+" << NumOps << ");\n";
714 OpcodeFreq.resize(M->getKind()+1);
RegisterInfoEmitter.cpp 229 Values.resize(((v/8)+1)*8); // Round up to the next byte.
  /external/oprofile/gui/
oprof_start.cpp 192 resize(minimumSizeHint());
  /external/oprofile/libpp/
arrange_profiles.cpp 802 ip.groups.resize(nr_classes);
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 696 info->fFontName.resize(length);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 300 data_.resize(index + 1);
    [all...]
  /external/stlport/src/
locale_impl.cpp 131 facets_vec.resize(n._M_index + 1);
  /external/stlport/stlport/stl/
_bvector.h 800 void resize(size_type __new_size, bool __x = bool()) { function in class:__BVECTOR_QUALIFIED
  /external/webkit/Source/JavaScriptCore/runtime/
JSONObject.cpp 577 builder.resize(rollBackPoint);
  /external/webkit/Source/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 389 vector.resize(length);
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotView.js 565 resize: function()
    [all...]
ElementsPanel.js 171 resize: function()
    [all...]
HeapSnapshotView.js 150 resize: function()
    [all...]
ProfilesPanel.js 689 this.resize();
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 586 outputBuffer.resize(g_file_info_get_size(fileInfo.get()));
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 168 // (i) in order to move/resize the plugin window at the same time as the
172 // scroll, we need to move/resize immediately.
726 buffer.resize(size);
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 856 buffer.resize(attrs.nFileSizeLow);
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 147 m_layoutStruct.resize(nEffCols);
    [all...]
  /external/webkit/Source/WebKit/wx/
WebView.cpp 706 frame->view()->resize(event.GetSize());
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 613 final void resize(int newWidth, int newHeight) { method in class:Keyboard
641 // also recalculate the vertical sizes/positions when we get this resize call.
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 815 * Resize a 1D allocation. The contents of the allocation are
826 public synchronized void resize(int dimX) { method in class:Allocation
828 throw new RSInvalidStateException("Resize only support for 1D allocations at this time.");
831 mRS.finish(); // Necessary because resize is fifoed and update is async.
840 public void resize(int dimX, int dimY) {
842 throw new RSIllegalStateException("Resize only support for 2D allocations at this time.");
845 throw new RSIllegalStateException("Resize only support for 2D allocations at this time.");
    [all...]
  /frameworks/base/libs/rs/
rsAllocation.cpp 316 rsc->mHal.funcs.allocation.resize(rsc, this, t.get(), mHal.state.hasReferences);
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 131 facets_vec.resize(n._M_index + 1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 800 void resize(size_type __new_size, bool __x = bool()) { function in class:__BVECTOR_QUALIFIED

Completed in 1755 milliseconds

<<21222324252627282930>>