Searched refs:resize (Results 176 - 200 of 1997) sorted by relevance

1234567891011>>

/external/chromium_org/net/base/
H A Dkeygen_handler_win.cc45 output->resize(size);
56 output->resize(size);
99 signed_pkac.resize(size);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPluginContainerTest.cpp109 webView->resize(WebSize(300, 300));
139 webView->resize(WebSize(300, 300));
170 webView->resize(WebSize(300, 300));
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfile_io_test.cc40 b1.resize(length);
80 b3.resize(200);
101 b1.resize(length);
H A Dfont_parsing_test.cc66 b.resize(TTF_LENGTH[SAMPLE_TTF_FEAT]);
83 b1.resize(TTF_LENGTH[i]);
84 b2.resize(TTF_LENGTH[i]);
/external/eigen/Eigen/src/SparseCore/
H A DSparseColEtree.h71 parent.resize(mat.cols());
74 firstRowElt.resize(m);
183 first_kid.resize(n+1);
/external/eigen/Eigen/src/StlSupport/
H A DStdList.h55 #if !(defined(_GLIBCXX_VECTOR) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::list::resize(size_type,const T&). */
88 void resize(size_type new_size) function in class:std::list
89 { resize(new_size, T()); }
91 void resize(size_type new_size, const value_type& x) function in class:std::list
/external/eigen/bench/btl/libs/blitz/
H A Dblitz_interface.hh55 A.resize(A_stl[0].size(),A_stl.size());
64 B.resize(B_stl.size());
79 A_stl[j].resize(N);
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh50 A.resize(A_stl.size(),A_stl[0].size());
57 B.resize(B_stl.size());
71 A_stl[j].resize(N);
/external/eigen/unsupported/Eigen/src/SVD/
H A DSVDBase.h221 m_singularValues.resize(m_diagSize);
223 m_matrixU.resize(m_rows, m_computeFullU ? m_rows
227 m_matrixV.resize(m_cols, m_computeFullV ? m_cols
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMatrixMarketIterator.h111 m_rhs.resize(m_mat.cols());
118 m_refX.resize(m_mat.cols());
143 m_refX.resize(m_mat.cols());
H A DDynamicSparseMatrix.h172 m_data[outer].resize(id+2,1);
197 void resize(Index rows, Index cols)
204 m_data.resize(outerSize);
221 m_data.resize(outerSize);
236 resize(rows, cols);
269 resize(other.rows(), other.cols());
/external/llvm/include/llvm/ADT/
H A DPackedVector.h108 void resize(unsigned N) { Bits.resize(N << (BitNum-1)); } function in class:llvm::PackedVector
118 resize(size()+1);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.cpp41 Locations.resize(Locations.size() + 1);
82 Locations.resize(Locations.size() + 1);
104 E.Loc.resize(str.size());
/external/openfst/src/include/fst/
H A Ddfs-visit.h113 state_color.resize(nstates, kDfsWhite);
129 state_color.resize(nstates, kDfsWhite);
150 state_color.resize(nstates, kDfsWhite);
/external/qemu/android/base/containers/
H A DPodVector.h90 void resize(size_t newSize, size_t itemSize);
144 // use resize() or reserve() instead.
154 // It's a fatal error to try to resize above maxCapacity().
155 void resize(size_t newSize) { function in class:android::base::PodVector
156 PodVectorBase::resize(newSize, sizeof(T));
160 // least |newSize| items. It's a fatal error to try to resize above
/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java284 mFuelDrawable.resize(tex.width, tex.height);
286 mFuelBackgroundDrawable.resize(backgroundTex.width, backgroundTex.height);
302 bitmap.resize(barWidth, mFuelDrawable.getHeight());
324 bitmap.resize(tex.width, tex.height);
342 bitmap.resize(tex.width, tex.height);
356 mMovementSliderBaseDrawable.resize(tex.width, tex.height);
362 mMovementSliderButtonDrawable.resize(tex.width, tex.height);
368 mMovementSliderButtonDepressedDrawable.resize(tex.width, tex.height);
387 mCoinDrawable.resize(tex.width, tex.height);
407 mRubyDrawable.resize(te
[all...]
/external/sfntly/cpp/src/test/
H A Dfile_io_test.cc40 b1.resize(length);
80 b3.resize(200);
101 b1.resize(length);
H A Dfont_parsing_test.cc66 b.resize(TTF_LENGTH[SAMPLE_TTF_FEAT]);
83 b1.resize(TTF_LENGTH[i]);
84 b2.resize(TTF_LENGTH[i]);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilderTest.cpp143 builder.resize(10);
171 builder.resize(10);
174 builder.resize(8);
179 builder.resize(7);
182 builder.resize(0);
212 builder2.resize(3);
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A Dgeometry_utils.cpp19 result->positions.resize(vertexCount);
20 result->normals.resize(vertexCount);
54 result->positions.resize(24);
80 result->normals.resize(24);
106 result->texcoords.resize(24);
132 result->indices.resize(36);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h58 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm::BitcodeReaderValueList
78 ValuePtrs.resize(N);
105 void resize(unsigned N) { MDValuePtrs.resize(N); }
119 MDValuePtrs.resize(N);
/external/ceres-solver/internal/ceres/
H A Dblock_jacobi_preconditioner.cc55 blocks_.resize(block_structure_.cols.size());
56 block_storage_.resize(storage_needed);
H A Dvisibility.cc57 // Clear the visibility vector and resize it to hold a
59 visibility->resize(0);
60 visibility->resize(block_structure.cols.size() - num_eliminate_blocks);
/external/chromium_org/base/debug/
H A Dproc_maps_linux.cc58 // To avoid a copy, resize |proc_maps| so read() can write directly into it.
59 // Compute |buffer| afterwards since resize() may reallocate.
61 proc_maps->resize(pos + kReadSize);
72 proc_maps->resize(pos + bytes_read);
/external/chromium_org/base/strings/
H A Dsys_string_conversions_posix.cc75 out.resize(num_out_chars);
132 out.resize(num_out_chars);

Completed in 8891 milliseconds

1234567891011>>