Searched refs:resize (Results 351 - 375 of 849) sorted by relevance

<<11121314151617181920>>

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMarketIO.h166 mat.resize(M,N);
208 vec.resize(n);
/external/icu4c/test/intltest/
H A Ddcfmtest.cpp111 buf.resize(len+1);
137 buf.resize(requiredCapacity);
/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp32 Seen.resize(N);
33 LiveOut.resize(N);
H A DMachineRegisterInfo.cpp24 UsedPhysRegs.resize(TRI.getNumRegs());
25 UsedPhysRegMask.resize(TRI.getNumRegs());
H A DSpillPlacement.cpp179 BlockFrequency.resize(mf.getNumBlockIDs());
364 ActiveNodes->resize(bundles->getNumBundles());
H A DRegAllocGreedy.cpp142 ExtraRegInfo.resize(MRI->getNumVirtRegs());
148 ExtraRegInfo.resize(MRI->getNumVirtRegs());
691 SplitConstraints.resize(UseBlocks.size());
1057 ExtraRegInfo.resize(MRI->getNumVirtRegs());
1140 GlobalCand.resize(NumCands+1);
1258 ExtraRegInfo.resize(MRI->getNumVirtRegs());
1324 ExtraRegInfo.resize(MRI->getNumVirtRegs());
1768 ExtraRegInfo.resize(MRI->getNumVirtRegs());
1771 GlobalCand.resize(32); // This will grow as needed.
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h152 Packet.resize(InstrItins->SchedModel->IssueWidth);
165 Packet.resize(InstrItins->SchedModel->IssueWidth);
/external/openfst/src/include/fst/
H A Dbi-table.h197 fp2id_.resize(fp + 1);
258 fp2id_.resize(fp + 1, 0);
H A Dshortest-distance.h253 distance->resize(1, Arc::Weight::NoWeight());
309 distance->resize(1, Arc::Weight::NoWeight());
/external/openfst/src/include/fst/script/
H A Dshortest-distance.h156 args->arg2->resize(weights.size());
213 retval->resize(distance.size());
/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp63 this->resize(WIDTH, HEIGHT);
112 this->resize(evt.xconfigure.width, evt.xconfigure.height);
/external/skia/src/views/
H A DSkWindow.cpp90 this->resize(fBitmap.width(), fBitmap.height(), config);
93 void SkWindow::resize(int width, int height, SkBitmap::Config config) function in class:SkWindow
/external/webkit/Source/WebCore/inspector/front-end/
H A DDrawer.js182 WebInspector.currentPanel.resize();
201 resize: function()
326 WebInspector.elementDragStart(this._mainStatusBar, this._statusBarDragging.bind(this), this._endStatusBarDragging.bind(this), event, "row-resize");
H A DSourceFrame.js75 this._textViewer.resize();
159 this._textViewer.resize();
356 this._textViewer.resize();
889 resize: function()
891 this._textViewer.resize();
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextCodecWinCE.cpp214 result.resize(oldSize + resultLength);
270 m_decodeBuffer.resize(left);
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h690 m_P.resize(0);
692 ap.resize(size,size);
700 m_matrix.resize(size, size);
701 m_parent.resize(size);
702 m_nonZerosPerCol.resize(size);
764 m_diag.resize(DoLDLT ? size : 0);
/external/webkit/Source/JavaScriptCore/parser/
H A DLexer.cpp452 m_buffer16.resize(0);
541 m_buffer16.resize(0);
1024 m_buffer8.resize(0);
1102 m_buffer16.resize(0);
1132 m_buffer16.resize(0);
1140 m_buffer16.resize(0);
/external/stlport/test/unit/
H A Dstring_test.cpp60 CPPUNIT_TEST(resize);
119 void resize();
610 void StringTest::resize() function in class:StringTest
614 s.resize(0);
620 s.resize(0);
624 s.resize(1);
630 s.resize(10);
/external/harfbuzz/tests/shaping/
H A Dmain.cpp246 hb_glyphs.resize(shaper_item.num_glyphs);
247 hb_attributes.resize(shaper_item.num_glyphs);
248 hb_advances.resize(shaper_item.num_glyphs);
249 hb_offsets.resize(shaper_item.num_glyphs);
250 hb_logClusters.resize(shaper_item.num_glyphs);
/external/stlport/stlport/stl/debug/
H A D_slist.h382 void resize(size_type __new_size, const value_type& __x = _Tp()) { function in class:slist
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
/external/chromium/net/base/
H A Ddnssec_chain_verifier.cc724 rrdatas->resize(num_ds);
787 rrdatas->resize(num_rrs);
805 rrdatas->resize(1);
/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h142 inline void resize(Index size) function in class:Eigen::PermutationBase
144 indices().resize(size);
158 resize(size);
/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h304 count.resize(size);
306 dest.resize(size,size);
393 dest.resize(size,size);
/external/icu4c/i18n/
H A Ddigitlst.cpp111 fDecNumber = fStorage.resize(other.fStorage.getCapacity());
725 // resize the number up if necessary.
729 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity());
828 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity());
/external/llvm/include/llvm/ADT/
H A Dilist.h681 void resize(size_type newsize, NodeTy val) { function in struct:llvm::ilist
691 void resize(size_type newsize) { resize(newsize, NodeTy()); } function in struct:llvm::ilist

Completed in 1001 milliseconds

<<11121314151617181920>>