Searched defs:resize (Results 26 - 50 of 87) sorted by relevance

1234

/external/llvm/include/llvm/ADT/
H A DDenseSet.h58 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/marisa-trie/lib/marisa/
H A Dvector-inline.h78 temp.resize(size);
130 void Vector<T>::resize(std::size_t size) { function in class:marisa::Vector
143 void Vector<T>::resize(std::size_t size, const T &x) { function in class:marisa::Vector
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dvector-inline.h78 temp.resize(size);
130 void Vector<T>::resize(std::size_t size) { function in class:marisa_alpha::Vector
143 void Vector<T>::resize(std::size_t size, const T &x) { function in class:marisa_alpha::Vector
/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/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/src/core/
H A DSkTDynamicHash.h245 this->resize(fCapacity > 0 ? fCapacity * 2 : 4);
249 void resize(int newCapacity) { function in class:SkTDynamicHash
H A DSkTHash.h52 this->resize(fCapacity > 0 ? fCapacity * 2 : 4);
144 void resize(int capacity) { function in class:SkTHashTable
/external/skia/src/views/
H A DSkWindow.cpp63 this->resize(fBitmap.width(), fBitmap.height(), ct);
66 void SkWindow::resize(int width, int height, SkColorType ct) { function in class:SkWindow
/external/valgrind/coregrind/
H A Dm_hashtable.c90 static void resize ( VgHashTable *table ) function
125 chains = VG_(calloc)("hashtable.resize.1", 1, sz);
152 resize(table);
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DOpenMapRealVector.java84 * @param resize The amount to resize it
86 protected OpenMapRealVector(OpenMapRealVector v, int resize) { argument
87 virtualSize = v.getDimension() + resize;
/external/clang/include/clang/AST/
H A DASTVector.h338 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h142 inline void resize(Index newSize) function in class:Eigen::PermutationBase
144 indices().resize(newSize);
158 resize(newSize);
H A DPlainObjectBase.h223 * of rows and/or of columns, you can use resize(NoChange_t, Index), resize(Index, NoChange_t).
233 * \sa resize(Index) for vectors, resize(NoChange_t, Index), resize(Index, NoChange_t)
235 EIGEN_STRONG_INLINE void resize(Index nbRows, Index nbCols) function in class:Eigen::PlainObjectBase
246 m_storage.resize(size, nbRows, nbCols);
250 m_storage.resize(nbRows*nbCols, nbRows, nbCols);
263 * \sa resize(Index,Index), resize(NoChange_
265 inline void resize(Index size) function in class:Eigen::PlainObjectBase
289 inline void resize(NoChange_t, Index nbCols) function in class:Eigen::PlainObjectBase
302 inline void resize(Index nbRows, NoChange_t) function in class:Eigen::PlainObjectBase
[all...]
/external/libvncserver/client_examples/
H A DSDLvncviewer.c30 static rfbBool resize(rfbClient* client) { function
464 setRealDimension(cl, e->resize.w, e->resize.h);
520 cl->MallocFrameBuffer=resize;
H A Dgtkvncviewer.c367 static rfbBool resize (rfbClient *client) { function
640 cl->MallocFrameBuffer = resize;
/external/libvncserver/webclients/novnc/include/
H A Ddisplay.js63 that.set_width = function (val) { that.resize(val, fb_height); };
66 that.set_height = function (val) { that.resize(fb_width, val); };
204 // Shift and/or resize the visible viewport
395 that.resize = function(width, height) {
408 that.resize(conf.logo.width, conf.logo.height);
411 that.resize(640, 20);
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_array.h39 void resize(unsigned new_size);
125 void pod_array<T>::resize(unsigned new_size) function in class:agg::pod_array
/external/skia/include/core/
H A DSkString.h172 void resize(size_t len) { this->set(NULL, len); } function in class:SkString
/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp65 void resize (deUintptr size);
66 void resize (deUintptr size, const T& value);
237 resize(0);
241 inline void PoolArray<T, Alignment>::resize (deUintptr newSize) function in class:de::PoolArray
265 inline void PoolArray<T, Alignment>::resize (deUintptr newSize, const T& value) function in class:de::PoolArray
268 resize(newSize); // value is not used
352 resize(size()+1);
360 resize(size()-1);
/external/deqp/modules/egl/
H A DteglResizeTests.cpp117 void resize (IVec2 size);
208 void ResizeTest::resize (IVec2 size) function in class:deqp::egl::ResizeTest
359 this->resize(m_newSize);
405 this->resize(m_newSize);
500 this->resize(m_newSize);
515 : TestCaseGroup(eglTestCtx, "resize", "Tests resizing the native surface")
/external/eigen/Eigen/src/SparseCore/
H A DSparseVector.h171 m_data.resize(p+2,1);
196 void resize(Index rows, Index cols) function in class:Eigen::SparseVector
199 resize(IsColVector ? rows : cols);
202 void resize(Index newSize) function in class:Eigen::SparseVector
208 void resizeNonZeros(Index size) { m_data.resize(size); }
210 inline SparseVector() : m_size(0) { check_template_parameters(); resize(0); }
212 inline SparseVector(Index size) : m_size(0) { check_template_parameters(); resize(size); }
214 inline SparseVector(Index rows, Index cols) : m_size(0) { check_template_parameters(); resize(rows,cols); }
249 resize(other.size());

Completed in 681 milliseconds

1234