HomeSort by relevance Sort by last modified time
    Searched refs:resize (Results 151 - 175 of 872) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/src/modules/audio_processing/main/source/
processing_component.cc 75 handles_.resize(num_handles_, NULL);
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 63 ssize_t resize(size_t size);
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 71 hash_table_.resize(table_size, -1);
72 next_block_table_.resize(GetNumberOfBlocks(), -1);
73 last_block_table_.resize(GetNumberOfBlocks(), -1);
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.cpp 150 ovector->resize(offsetVectorSize);
153 nonReturnedOvector.resize(offsetVectorSize);
193 interpreterOvector.resize(offsetVectorSize);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 239 resize(); method
242 private void resize() { method in class:SamplingProfiler.ThreadGroupThreadSet
257 resize(); method
  /external/stlport/stlport/stl/debug/
_deque.h 355 void resize(size_type __new_size, const value_type& __x = _Tp()) {
357 void resize(size_type __new_size, const value_type& __x) {
365 _M_non_dbg_impl.resize(__new_size, __x);
369 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
_vector.h 359 void resize(size_type __new_size, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
361 void resize(size_type __new_size, const _Tp& __x) {
369 _M_non_dbg_impl.resize(__new_size, __x);
373 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /external/stlport/stlport/stl/pointers/
_deque.h 352 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:deque
354 void resize(size_type __new_size, const value_type& __x)
356 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x)); }
359 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:deque
_list.h 243 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:list
245 void resize(size_type __new_size) { _M_impl.resize(__new_size); }
246 void resize(size_type __new_size, const value_type& __x)
248 {_M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x));}
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 355 void resize(size_type __new_size, const value_type& __x = _Tp()) {
357 void resize(size_type __new_size, const value_type& __x) {
365 _M_non_dbg_impl.resize(__new_size, __x);
369 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
_vector.h 359 void resize(size_type __new_size, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
361 void resize(size_type __new_size, const _Tp& __x) {
369 _M_non_dbg_impl.resize(__new_size, __x);
373 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 352 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:deque
354 void resize(size_type __new_size, const value_type& __x)
356 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x)); }
359 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:deque
_list.h 243 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:list
245 void resize(size_type __new_size) { _M_impl.resize(__new_size); }
246 void resize(size_type __new_size, const value_type& __x)
248 {_M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x));}
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 355 void resize(size_type __new_size, const value_type& __x = _Tp()) {
357 void resize(size_type __new_size, const value_type& __x) {
365 _M_non_dbg_impl.resize(__new_size, __x);
369 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
_vector.h 359 void resize(size_type __new_size, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
361 void resize(size_type __new_size, const _Tp& __x) {
369 _M_non_dbg_impl.resize(__new_size, __x);
373 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 352 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:deque
354 void resize(size_type __new_size, const value_type& __x)
356 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x)); }
359 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:deque
_list.h 243 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:list
245 void resize(size_type __new_size) { _M_impl.resize(__new_size); }
246 void resize(size_type __new_size, const value_type& __x)
248 {_M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x));}
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 355 void resize(size_type __new_size, const value_type& __x = _Tp()) {
357 void resize(size_type __new_size, const value_type& __x) {
365 _M_non_dbg_impl.resize(__new_size, __x);
369 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
_vector.h 359 void resize(size_type __new_size, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
361 void resize(size_type __new_size, const _Tp& __x) {
369 _M_non_dbg_impl.resize(__new_size, __x);
373 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 352 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:deque
354 void resize(size_type __new_size, const value_type& __x)
356 { _M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x)); }
359 void resize(size_type __new_size) { _M_impl.resize(__new_size); } function in class:deque
_list.h 243 void resize(size_type __new_size, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) function in class:list
245 void resize(size_type __new_size) { _M_impl.resize(__new_size); }
246 void resize(size_type __new_size, const value_type& __x)
248 {_M_impl.resize(__new_size, cast_traits::to_storage_type_cref(__x));}
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 180 void resize(size_t s) function in struct:WTF::BigInt
182 m_words.resize(s);
236 b.resize(1);
325 b.resize(1);
358 c.resize(wc);
413 c.resize(wc);
495 b.resize(b.size() + n + 1);
497 b.resize(b.size() + n);
513 b.resize(origSize + n + !!b.words()[n1 - 1]);
560 c.resize(1)
    [all...]
  /development/tools/a3dconvert/
ColladaGeometry.cpp 63 mConvertedMesh.mTriangleLists.resize(triListIndex + 1);
86 a3dIndexList.resize(numTriangles * 3);
155 mVertexRemap.resize(source->getFloat_array()->getCount()/numberOfFloatsPerPoint);
  /external/chromium/base/
stl_util-inl.h 47 obj->resize(new_size);
118 vec->resize(n);
138 str->resize(n);
  /external/llvm/include/llvm/ADT/
BitVector.h 197 /// resize - Grow or shrink the bitvector.
198 void resize(unsigned N, bool t = false) { function in class:llvm::BitVector
323 resize(RHS.size());
331 resize(RHS.size());

Completed in 1462 milliseconds

1 2 3 4 5 67 8 91011>>