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

<<11121314151617181920>>

  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 157 minimal_aranges.resize(minimal_size);
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 105 DF->getContents().resize(DF->getContents().size() + Size, 0);
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 86 ArgumentConstants.resize(F.arg_size());
  /external/llvm/lib/VMCore/
InlineAsm.cpp 89 multipleAlternatives.resize(multipleAlternativeCount);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 158 // Resize the string to match its capacity, since we can get away
178 target_->resize(target_->size() - count);
  /external/skia/android_sample/SampleApp/jni/
sample-jni.cpp 155 gWindow->resize(w, h);
  /external/skia/include/core/
SkString.h 108 void resize(size_t len) { this->set(NULL, len); } function in class:SkString
  /external/skia/src/utils/
SkParsePath.cpp 233 str->resize(stream.getOffset());
  /external/skia/src/xml/
SkXMLWriter.cpp 154 valueStr.resize(length + extra);
  /external/stlport/stlport/stl/
_hash_map.h 223 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_map
409 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multimap
_hash_set.h 218 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_set
400 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multiset
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
_list.h 536 void resize(size_type __new_size, const_reference __x = value_type());
538 void resize(size_type __new_size, const_reference __x);
539 void resize(size_type __new_size) function in class:list
540 { this->resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
_slist.c 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { function in class:_Alloc
_slist.h 682 void resize(size_type new_size, const value_type& __x = _Tp());
684 void resize(size_type new_size, const value_type& __x);
688 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
_vector.h 636 void resize(size_type __new_size, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) { function in class:vector
638 void resize(size_type __new_size, const _Tp& __x) {
647 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:vector
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
SegmentedVector.h 177 m_segments.resize(1);
  /external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js 241 resize: function()
SearchController.js 157 WebInspector.toolbar.resize();
  /external/webkit/Source/WebCore/platform/
SharedBuffer.cpp 201 m_buffer.resize(m_size);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 262 outRects.resize(regionData->rdh.nCount);
LegacyCACFLayerTreeHost.cpp 214 void LegacyCACFLayerTreeHost::resize() function in class:WebCore::LegacyCACFLayerTreeHost
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContext3DCG.cpp 243 outputVector.resize(width * height * 4);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 98 canvas.resize(hudSize);

Completed in 1583 milliseconds

<<11121314151617181920>>