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

<<3132333435

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 823 resize(size_type __new_size, bool __x = bool()) function in class:vector
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 823 resize(size_type __new_size, bool __x = bool()) function in class:vector
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 800 void resize(size_type __new_size, bool __x = bool()) { function in class:__BVECTOR_QUALIFIED
_rope.h 2026 void resize(size_type, _CharT) {} function in class:rope
2027 void resize(size_type) {} function in class:rope
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 823 resize(size_type __new_size, bool __x = bool()) function in class:vector
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 800 void resize(size_type __new_size, bool __x = bool()) { function in class:__BVECTOR_QUALIFIED
_rope.h 2026 void resize(size_type, _CharT) {} function in class:rope
2027 void resize(size_type) {} function in class:rope
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/chromium/chrome/browser/resources/
menu.js 269 window.addEventListener('resize', this.onResize_.bind(this));
  /external/chromium/net/base/
cookie_monster_unittest.cc 285 blankpairs.resize(CookieMonster::ParsedCookie::kMaxPairs - 1, ';');
304 maxstr.resize(CookieMonster::ParsedCookie::kMaxCookieSize, 'a');
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 611 UsedArray.resize(LLVMUsed.size());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 795 CurrentFnArguments.resize(MF->getFunction()->arg_size());
799 CurrentFnArguments.resize(ArgNo * 2);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 143 Elts.resize(VTy->getNumElements(), getAllOnesValue(VTy->getElementType()));
838 Ops.resize(getNumOperands()-1);
    [all...]
  /external/stlport/stlport/stl/
_rope.h 2026 void resize(size_type, _CharT) {} function in class:rope
2027 void resize(size_type) {} function in class:rope
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp     [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/webkit/Source/WebCore/css/
html.css 483 resize: auto;
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 570 data.resize([result length]);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 568 frame->view()->resize(viewSize);
616 frame->view()->resize(m_viewSize);
    [all...]
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp 112 bin_sizes.resize(bin_count);
118 bin_cache.resize(cache_end);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 2026 void resize(size_type, _CharT) {} function in class:rope
2027 void resize(size_type) {} function in class:rope
    [all...]
  /external/chromium/base/metrics/
histogram.cc 548 sample_.Resize(*this);
674 void Histogram::SampleSet::Resize(const Histogram& histogram) {
675 counts_.resize(histogram.bucket_count(), 0);
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc     [all...]

Completed in 1869 milliseconds

<<3132333435