Searched refs:resize (Results 126 - 150 of 1857) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTerminatedArray.h39 static PassPtr resize(PassPtr ptr, size_t capacity) function in struct:WebCore::HeapTerminatedArray::Allocator
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DSwapChain.h32 virtual EGLint resize(EGLint backbufferWidth, EGLint backbufferSize) = 0;
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_compress.cc47 output.resize(output_size);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstl_util.h62 // we reach into the string's private implementation and resize it without
68 s->resize(new_size);
/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h106 m_hCoeffs.resize(size-1);
128 m_hCoeffs.resize(matrix.rows()-1,1);
158 m_hCoeffs.resize(matrix.rows()-1,1);
296 temp.resize(n);
H A DComplexSchur_MKL.h70 m_matU.resize(n, n); \
74 w.resize(n, 1);\
H A DSelfAdjointEigenSolver_MKL.h53 m_eivalues.resize(n,1); \
54 m_subdiag.resize(n-1); \
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky_impl.h54 m_matrix.resize(size, size);
55 m_parent.resize(size);
56 m_nonZerosPerCol.resize(size);
120 m_diag.resize(DoLDLT ? size : 0);
/external/eigen/test/
H A Dresize.cpp27 y.resize(cols);
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DHybridNonLinearSolver.h147 wa1.resize(n); wa2.resize(n); wa3.resize(n); wa4.resize(n);
148 fvec.resize(n);
149 qtf.resize(n);
150 fjac.resize(n, n);
152 diag.resize(n);
387 wa1.resize(n); wa2.resize(
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dstl_util-inl.h62 // we reach into the string's private implementation and resize it without
68 s->resize(new_size);
/external/qemu/android/base/containers/
H A DPodVector.cpp64 resize(other.byteSize(), 1U);
68 void PodVectorBase::resize(size_t newSize, size_t itemSize) { function in class:android::base::PodVectorBase
71 "Trying to resize vector to %zd items of %zd bytes "
145 resize(count - 1U, itemSize);
152 resize(count + 1, itemSize);
H A DStringVector.h42 void resize(size_t newSize);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_array_interface.cc42 data->array_value.resize(index+1);
61 data->array_value.resize(length);
/external/chromium_org/net/quic/crypto/
H A Dcrypto_secret_boxer.cc53 ret.resize(len);
82 out_storage->resize(len);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXInlineTextBox.cpp96 offsets.resize(len);
112 words.resize(wordBoundaries.size());
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DProgrammaticScrollTest.cpp57 webView->resize(WebSize(1000, 1000));
87 webView->resize(WebSize(1000, 1000));
/external/chromium_org/ui/views/controls/
H A Dsingle_split_view.h17 // drag around to resize the views.
43 // Overriden to return a resize cursor when over the divider.
69 void set_resize_leading_on_bounds_change(bool resize) { argument
70 resize_leading_on_bounds_change_ = resize;
/external/eigen/Eigen/src/Core/
H A DRandom.h128 resize(newSize);
146 resize(nbRows, nbCols);
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLevenbergMarquardt.h280 m_wa1.resize(n); m_wa2.resize(n); m_wa3.resize(n);
281 m_wa4.resize(m);
282 m_fvec.resize(m);
284 m_fjac.resize(m, n);
287 m_diag.resize(n);
289 m_qtf.resize(n);
/external/llvm/lib/IR/
H A DValueSymbolTable.cpp55 UniqueName.resize(BaseSize);
94 UniqueName.resize(Name.size());
/external/llvm/unittests/ADT/
H A DPackedVectorTest.cpp26 Vec.resize(5);
30 Vec.resize(11);
/external/chromium_org/ui/accessibility/
H A Dax_tree_serializer_unittest.cc66 treedata0_.nodes.resize(3);
75 treedata1_.nodes.resize(4);
101 treedata0_.nodes.resize(4);
112 treedata1_.nodes.resize(4);
141 treedata0_.nodes.resize(5);
156 treedata1_.nodes.resize(5);
/external/chromium_org/ui/webui/resources/css/
H A Dtable.css5 html.col-resize * {
6 cursor: col-resize !important;
110 cursor: col-resize;
/external/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h42 resize(size);
53 resize(other.size());
86 void resize(size_t size, double reserveSizeFactor = 0) function in class:Eigen::internal::CompressedStorage
96 resize(m_size+1, 1);
175 resize(m_size+1,1);
200 resize(k,0);

Completed in 1010 milliseconds

1234567891011>>