Searched defs:resize (Results 1 - 25 of 158) sorted by relevance

1234567

/external/chromium_org/chrome/installer/setup/eula/
H A Doem.js17 function resize() { function
25 window.onresize = resize;
26 window.onload = resize
/external/chromium_org/tools/android/memdump/
H A Dmemdump.cc38 void resize(size_t nbits) { function in class:__anon16423::BitSet
39 data_.resize((nbits + 7) / 8);
154 memory_map->committed_pages_bits.resize(
305 memory_map->app_shared_pages.resize(processes_count - 1);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DMemoryBuffer.cpp28 bool MemoryBuffer::resize(size_t size) function in class:rx::MemoryBuffer
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTerminatedArray.h39 static PassPtr resize(PassPtr ptr, size_t capacity) function in struct:blink::HeapTerminatedArray::Allocator
/external/chromium_org/third_party/skia/src/images/
H A DSkPageFlipper.cpp32 void SkPageFlipper::resize(int width, int height) { function in class:SkPageFlipper
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader.js141 * Calculates dimensions taking into account resize options, such as:
201 ImageLoader.resize = function(source, target, options) {
/external/eigen/Eigen/src/StlSupport/
H A DStdDeque.h56 #if !(defined(_GLIBCXX_DEQUE) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::deque::resize(size_type,const T&). */
88 void resize(size_type new_size) function in class:std::deque
89 { resize(new_size, T()); }
93 void resize(size_type new_size, const value_type& x) function in class:std::deque
111 void resize(size_type new_size, const value_type& x) function in class:std::deque
121 void resize(size_type new_size, const value_type& x) function in class:std::deque
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
H A DStdVector.h77 void resize(size_type new_size) function in class:std::vector
78 { resize(new_size, T()); }
82 void resize(size_type new_size, const value_type& x) function in class:std::vector
97 /* Note that before gcc-4.1 we already have: std::vector::resize(size_type,const T&).
99 void resize(size_type new_size, const value_type& x) function in class:std::vector
101 vector_base::resize(new_size,x);
105 void resize(size_type new_size, const value_type& x) function in class:std::vector
115 void resize(size_type new_size, const value_type& x) function in class:std::vector
/external/skia/src/images/
H A DSkPageFlipper.cpp32 void SkPageFlipper::resize(int width, int height) { function in class:SkPageFlipper
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBitVector.cpp53 void BitVector::resize(size_t numBits) function in class:WTF::BitVector
99 // Make sure that all of the bits are zero in case we do a no-op resize.
H A DTerminatedArray.h81 static PassPtr resize(PassPtr ptr, size_t capacity) function in struct:WTF::TerminatedArray::Allocator
/external/deqp/framework/opengl/
H A DgluObjectWrapper.cpp83 resize(numObjects);
91 void ObjectVector::resize (size_t newSize) function in class:glu::ObjectVector
101 m_objects.resize(newSize, 0);
107 m_objects.resize(newSize);
/external/llvm/include/llvm/ADT/
H A DIndexedMap.h57 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
58 storage_.resize(s, nullVal_);
68 resize(NewSize);
/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/chromium_org/third_party/re2/util/
H A Dsparse_set.h92 void resize(int new_max_size) { function in class:re2::SparseSet
/external/deqp/framework/delibs/decpp/
H A DdeRingBuffer.hpp42 void resize (int newSize);
95 void RingBuffer<T>::resize (int newSize) function in class:de::RingBuffer
/external/eigen/Eigen/src/Core/
H A DDenseStorage.h133 inline void resize(DenseIndex,DenseIndex,DenseIndex) {} function in class:Eigen::DenseStorage
149 inline void resize(DenseIndex,DenseIndex,DenseIndex) {} function in class:Eigen::DenseStorage
180 inline void resize(DenseIndex, DenseIndex nbRows, DenseIndex nbCols) { m_rows = nbRows; m_cols = nbCols; } function in class:Eigen::DenseStorage
199 inline void resize(DenseIndex, DenseIndex nbRows, DenseIndex) { m_rows = nbRows; } function in class:Eigen::DenseStorage
218 inline void resize(DenseIndex, DenseIndex, DenseIndex nbCols) { m_cols = nbCols; } function in class:Eigen::DenseStorage
247 void resize(DenseIndex size, DenseIndex nbRows, DenseIndex nbCols) function in class:Eigen::DenseStorage
284 EIGEN_STRONG_INLINE void resize(DenseIndex size, DenseIndex, DenseIndex nbCols) function in class:Eigen::DenseStorage
320 EIGEN_STRONG_INLINE void resize(DenseIndex size, DenseIndex nbRows, DenseIndex) function in class:Eigen::DenseStorage
H A DArrayWrapper.h125 * \sa DenseBase::resize(Index) */
126 void resize(Index newSize) { m_expression.const_cast_derived().resize(newSize); } function in class:Eigen::ArrayWrapper
128 * \sa DenseBase::resize(Index,Index)*/
129 void resize(Index nbRows, Index nbCols) { m_expression.const_cast_derived().resize(nbRows,nbCols); } function in class:Eigen::ArrayWrapper
242 * \sa DenseBase::resize(Index) */
243 void resize(Index newSize) { m_expression.const_cast_derived().resize(newSize); } function in class:Eigen::MatrixWrapper
245 * \sa DenseBase::resize(Inde
246 void resize(Index nbRows, Index nbCols) { m_expression.const_cast_derived().resize(nbRows,nbCols); } function in class:Eigen::MatrixWrapper
[all...]
/external/qemu/android/base/containers/
H A DStringVector.cpp25 resize(count);
33 resize(other.size());
44 void StringVector::resize(size_t newSize) { function in class:android::base::StringVector
50 PodVectorBase::resize(newSize, sizeof(String));
79 resize(oldSize + 1U);
/external/regex-re2/util/
H A Dsparse_set.h91 void resize(int new_max_size) { function in class:re2::SparseSet
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h142 inline void resize(size_t size) { return data_.resize(size); } function in class:base::ScopedPtrHashMap
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A Darrayarray.h105 // fast resize (reallocation to the point)
107 static CYTHON_INLINE int resize(arrayobject *self, Py_ssize_t n) { function
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.h53 this->resize(arrayCount);
56 void resize(int newCount) { function in class:GrGLAttribArrayState
/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;

Completed in 812 milliseconds

1234567