Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 25 of 120) sorted by relevance

12345

/external/eigen/Eigen/src/StlSupport/
DStdVector.h77 void resize(size_type new_size) in resize() function
82 void resize(size_type new_size, const value_type& x) in resize() function
99 void resize(size_type new_size, const value_type& x) in resize() function
105 void resize(size_type new_size, const value_type& x) in resize() function
115 void resize(size_type new_size, const value_type& x) in resize() function
DStdDeque.h88 void resize(size_type new_size) in resize() function
93 void resize(size_type new_size, const value_type& x) in resize() function
111 void resize(size_type new_size, const value_type& x) in resize() function
121 void resize(size_type new_size, const value_type& x) in resize() function
DStdList.h88 void resize(size_type new_size) in resize() function
91 void resize(size_type new_size, const value_type& x) in resize() function
/external/chromium_org/chrome/installer/setup/eula/
Doem.js17 function resize() { function
/external/chromium_org/v8/test/webkit/
Dresize-array-assign.js26 function resize(X) { function
/external/libvpx/libvpx/vpx_mem/memory_manager/
Dhmm_resize.c18 int U(resize)(U(descriptor) *desc, void *mem, U(size_aau) n) { in U() argument
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringBuffer.h61 void resize(unsigned newLength) in resize() function
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DCSSAnimationDataList.h50 void resize(size_t n) { m_animations.resize(n); } in resize() function
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
Dtable_header.js49 resize: function() { method in TableHeader
Dtable_list.js38 resize: function() { method in TableList
/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.h66 void resize(int w, int h) { setFrameRect(IntRect(x(), y(), w, h)); } in resize() function
67 void resize(const IntSize& s) { setFrameRect(IntRect(location(), s)); } in resize() function
/external/llvm/include/llvm/ADT/
DIndexedMap.h57 void resize(typename StorageT::size_type s) { in resize() function
/external/chromium_org/third_party/skia/src/images/
DSkPageFlipper.cpp32 void SkPageFlipper::resize(int width, int height) { in resize() function in SkPageFlipper
/external/skia/src/images/
DSkPageFlipper.cpp32 void SkPageFlipper::resize(int width, int height) { in resize() function in SkPageFlipper
/external/eigen/Eigen/src/Core/
DTranspositions.h102 inline void resize(int size) in resize() function
DDenseBase.h207 void resize(Index size) in resize() function
217 void resize(Index rows, Index cols) in resize() function
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dvector-inline.h130 void Vector<T>::resize(std::size_t size) { in resize() function
143 void Vector<T>::resize(std::size_t size, const T &x) { in resize() function
/external/marisa-trie/lib/marisa/
Dvector-inline.h130 void Vector<T>::resize(std::size_t size) { in resize() function
143 void Vector<T>::resize(std::size_t size, const T &x) { in resize() function
/external/chromium_org/third_party/WebKit/Source/wtf/
DBitVector.cpp53 void BitVector::resize(size_t numBits) in resize() function in WTF::BitVector
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
Dtable_list.js38 resize: function() { method in TableList
Dtable_header.js51 resize: function() { method in TableHeader
/external/chromium_org/chrome/browser/resources/image_loader/
Dimage_loader.js184 ImageLoader.resize = function(source, target, options) { function in ImageLoader
/external/chromium_org/third_party/icu/source/common/
Dcmemory.h314 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize() function
484 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize() function
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dtable.js144 resize: function() { method in Table
/external/regex-re2/util/
Dsparse_set.h91 void resize(int new_max_size) { in resize() function

12345