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

1234

/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DRawURLBuffer.h55 virtual void resize(int size) function in class:WTF::RawURLBuffer
/external/skia/src/images/
H A DSkPageFlipper.cpp32 void SkPageFlipper::resize(int width, int height) { function in class:SkPageFlipper
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringBuffer.h60 void resize(unsigned newLength) function in class:WTF::StringBuffer
H A DStringBuilder.cpp54 void StringBuilder::resize(unsigned newSize) function in class:WTF::StringBuilder
/external/webkit/Source/WebCore/platform/animation/
H A DAnimationList.h50 void resize(size_t n) { m_animations.resize(n); } function in class:WebCore::AnimationList
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DPlatformCanvas.cpp51 void PlatformCanvas::resize(const IntSize& size) function in class:WebCore::PlatformCanvas
/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);
H A DPackedVector.h107 void resize(unsigned N) { Bits.resize(N << (BitNum-1)); } function in class:llvm::PackedVector
117 resize(size()+1);
H A DBitVector.h202 /// resize - Grow or shrink the bitvector.
203 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
360 resize(RHS.size());
368 resize(RHS.size());
432 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
439 /// Don't resize. This computes "*this &= ~Mask".
445 /// Don't resize. This computes "*this |= ~Mask".
451 /// Don't resize. This computes "*this &= Mask".
H A DDenseSet.h37 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::DenseSet
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h56 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm::BitcodeReaderValueList
76 ValuePtrs.resize(N);
103 void resize(unsigned N) { MDValuePtrs.resize(N); }
117 MDValuePtrs.resize(N);
/external/webkit/Source/WebKit2/Shared/
H A DShareableBitmap.cpp134 bool ShareableBitmap::resize(const IntSize& size) function in class:WebKit::ShareableBitmap
136 // We can't resize backing stores that are backed by shared memory.
144 // Try to resize.
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DTypesWriter.java29 private void resize(int len) method in class:TypesWriter
56 resize(off + 32);
73 resize(arr.length + 32);
88 resize(arr.length + 32);
96 resize(off + 32);
125 resize(arr.length + len + 32);
/external/regex-re2/util/
H A Dsparse_set.h90 void resize(int new_max_size) { function in class:re2::SparseSet
/external/webkit/Source/WebCore/inspector/front-end/
H A DPanelEnablerView.js86 setTimeout(this.resize.bind(this), 0);
89 resize: function()
H A DCookieItemsView.js70 resize: function()
196 resize: function()
H A DFontView.js84 resize: function()
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DWKCACFViewLayerTreeHost.cpp127 void WKCACFViewLayerTreeHost::resize() function in class:WebCore::WKCACFViewLayerTreeHost
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTiledDrawingAreaTileQt.cpp89 void TiledDrawingAreaTile::resize(const IntSize& newSize) function in class:WebKit::TiledDrawingAreaTile
/external/chromium/base/memory/
H A Dscoped_vector.h58 void resize(size_t new_size) { v.resize(new_size); } function in class:ScopedVector
/external/stlport/stlport/stl/
H A D_list.c95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
H A D_slist.c106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { function in class:_Alloc
/external/stlport/test/unit/
H A Dlist_test.cpp26 CPPUNIT_TEST(resize);
41 void resize();
195 void ListTest::resize() function in class:ListTest
199 l.resize(5, 1);
209 l.resize(3);
220 l.resize(5);
/external/valgrind/main/coregrind/
H A Dm_hashtable.c88 static void resize ( VgHashTable table ) function
123 chains = VG_(calloc)("hashtable.resize.1", 1, sz);
150 resize(table);
/external/icu4c/common/
H A Dcmemory.h268 inline T *resize(int32_t newCapacity, int32_t length=0);
313 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { function in class:MaybeStackArray
440 inline H *resize(int32_t newCapacity, int32_t length=0);
482 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, function in class:MaybeStackHeaderAndArray

Completed in 7512 milliseconds

1234