Searched refs:resize (Results 426 - 450 of 849) sorted by relevance

<<11121314151617181920>>

/external/kernel-headers/original/linux/raid/
H A Dmd_k.h276 int (*resize) (mddev_t *mddev, sector_t sectors); member in struct:mdk_personality
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp36 UsedRegs.resize((TRI.getNumRegs()+31)/32);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.cpp158 minimal_aranges.resize(minimal_size);
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.cpp35 UsedRegs.resize((TRI.getNumRegs()+31)/32);
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp86 ArgumentConstants.resize(F.arg_size());
/external/llvm/lib/VMCore/
H A DInlineAsm.cpp90 multipleAlternatives.resize(multipleAlternativeCount);
/external/openfst/src/include/fst/extensions/far/
H A Dstlist.h125 streams_.resize(filenames.size(), 0);
/external/openfst/src/include/fst/script/
H A Drmepsilon.h179 args->arg2->resize(weights.size());
H A Dshortest-path.h148 args->arg3->resize(weights.size());
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc178 target_->resize(target_->size() - count);
/external/regex-re2/re2/
H A Dregexp.cc443 stk.resize(n-2);
633 prefix->resize(re->nrunes_);
639 prefix->resize(re->nrunes_ * UTFmax);
648 prefix->resize(p - &(*prefix)[0]);
/external/skia/android_sample/SampleApp/jni/
H A Dsample-jni.cpp155 gWindow->resize(w, h);
/external/skia/include/core/
H A DSkString.h101 void resize(size_t len) { this->set(NULL, len); } function in class:SkString
/external/skia/src/utils/
H A DSkParsePath.cpp240 str->resize(stream.getOffset());
/external/skia/src/xml/
H A DSkXMLWriter.cpp146 valueStr.resize(length + extra);
/external/stlport/stlport/stl/
H A D_hash_map.h223 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
H A D_hash_set.h218 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
H A D_list.h536 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)); }
H A D_slist.c106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { function in class:_Alloc
H A D_vector.h636 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/
H A DStringPrototype.cpp877 buffer.resize(length);
886 buffer.resize(length);
917 buffer.resize(length);
926 buffer.resize(length);
/external/webkit/Source/JavaScriptCore/wtf/
H A DSegmentedVector.h177 m_segments.resize(1);
/external/webkit/Source/WebCore/inspector/front-end/
H A DApplicationCacheItemsView.js241 resize: function()
/external/webkit/Source/WebCore/platform/
H A DSharedBuffer.cpp201 m_buffer.resize(m_size);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp262 outRects.resize(regionData->rdh.nCount);

Completed in 478 milliseconds

<<11121314151617181920>>