Searched defs:resize (Results 51 - 75 of 158) sorted by relevance

1234567

/external/chromium_org/tools/grit/grit/
H A Dgrit_runner.py48 import grit.tool.resize namespace
49 return grit.tool.resize.ResizeDialog()
91 ['resize', {
/external/eigen/Eigen/src/Core/
H A DDenseBase.h213 /** Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are
214 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
217 void resize(Index newSize) function in class:Eigen::DenseBase
221 && "DenseBase::resize() does not actually allow to resize.");
223 /** Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are
224 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
227 void resize(Inde function in class:Eigen::DenseBase
[all...]
H A DDiagonalMatrix.h204 inline void resize(Index size) { m_diagonal.resize(size); } function in class:Eigen::DiagonalMatrix
H A DTranspositions.h102 inline void resize(int newSize) function in class:Eigen::TranspositionsBase
104 indices().resize(newSize);
/external/eigen/Eigen/src/SparseCore/
H A DAmbiVector.h33 resize(size);
54 void resize(Index size) function in class:Eigen::internal::AmbiVector
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);
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h57 resize(other.diagSize(), other.m_upperProfileSize, other.m_lowerProfileSize, other.upperSize(), other.lowerSize());
98 void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize, float reserveSizeFactor = 0) { function in class:Eigen::SkylineStorage
/external/icu/icu4c/source/common/
H A Dcmemory.h318 inline T *resize(int32_t newCapacity, int32_t length=0);
363 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { function in class:MaybeStackArray
366 ::fprintf(::stderr,"MaybeStacArray (resize) alloc %d * %lu\n", newCapacity,sizeof(T));
496 inline H *resize(int32_t newCapacity, int32_t length=0);
538 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, function in class:MaybeStackHeaderAndArray
/external/libcxx/test/support/
H A Dnasty_containers.hpp121 void resize(size_type sz) { v_.resize(sz); } function in class:nasty_vector
122 void resize(size_type sz, const value_type& c) { v_.resize(sz, c); } function in class:nasty_vector
240 void resize(size_type sz) { l_.resize(); } function in class:nasty_list
241 void resize(size_type sz, const value_type& c) { l_.resize(c); } function in class:nasty_list
/external/llvm/include/llvm/ADT/
H A DBitVector.h208 /// resize - Grow or shrink the bitvector.
209 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
424 resize(RHS.size());
432 resize(RHS.size());
494 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
501 /// Don't resize. This computes "*this &= ~Mask".
507 /// Don't resize. This computes "*this |= ~Mask".
513 /// Don't resize. This computes "*this &= Mask".
H A DDenseSet.h42 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::DenseSet
/external/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h125 /// resize() initializes DFSResult, while compute() populates it.
137 void resize(unsigned NumSUnits) { function in class:llvm::SchedDFSResult
138 DFSNodeData.resize(NumSUnits);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp84 that.resize();
242 bool BitSet::resize(unsigned int nBits) function in class:nv50_ir::BitSet
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcompat.hpp102 resize(size_t m, T x = T()) { function in class:clover::compat::vector
241 buf.resize(offset + n);
/external/mesa3d/src/glsl/
H A Dralloc.c132 resize(void *ptr, size_t size) function
168 return resize(ptr, size);
345 both = resize(*dest, existing_length + n + 1);
474 ptr = resize(*str, *start + new_length + 1);
/external/qemu/android/base/
H A DString.cpp70 this->resize(len);
92 this->resize(count);
100 this->resize(mSize + len);
198 void String::resize(size_t newSize) { function in class:android::base::String
/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/regex-re2/util/
H A Dsparse_array.h88 // array through a call to erase(), erase_existing() or resize(). They
137 void resize(int max_size);
269 void SparseArray<Value>::resize(int new_max_size) { function in class:re2::SparseArray
284 dense_.resize(new_max_size);
422 dense_.resize(max_size);
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java161 public void resize(int width, int height) { method in class:DrawableBitmap
/external/skia/debugger/
H A DSkDebugger.h63 void resize(int width, int height) { function in class:SkDebugger
/external/skia/src/core/
H A DSkTDynamicHash.h198 this->resize(fCapacity > 0 ? fCapacity * 2 : 4);
202 void resize(int newCapacity) { function in class:SkTDynamicHash
/external/skia/src/views/
H A DSkWindow.cpp59 this->resize(fBitmap.width(), fBitmap.height(), ct);
62 void SkWindow::resize(int width, int height, SkColorType ct) { function in class:SkWindow
/external/stlport/stlport/stl/
H A D_valarray.h363 void resize(size_t __n, value_type __x = value_type()) { function in class:valarray
/external/stlport/stlport/stl/debug/
H A D_list.h289 void resize(size_type __new_size, const _Tp& __x = _Tp()) { function in class:list
291 void resize(size_type __new_size, const _Tp& __x) {
304 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:list
/external/stlport/stlport/stl/pointers/
H A D_vector.h218 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:vector
220 void resize(size_type __new_size, const value_type& __x)
222 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x)); }
225 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:vector

Completed in 301 milliseconds

1234567