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

<<11121314151617181920>>

  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 60 CPPUNIT_TEST(resize);
119 void resize();
610 void StringTest::resize() function in class:StringTest
614 s.resize(0);
620 s.resize(0);
624 s.resize(1);
630 s.resize(10);
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 60 CPPUNIT_TEST(resize);
119 void resize();
610 void StringTest::resize() function in class:StringTest
614 s.resize(0);
620 s.resize(0);
624 s.resize(1);
630 s.resize(10);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 433 resize(_M_num_elements + 1);
440 resize(_M_num_elements + 1);
484 resize(_M_num_elements + __n);
495 resize(_M_num_elements + __n);
562 resize(size_type __num_elements_hint);
790 resize(_M_num_elements + 1);
1003 resize(size_type __num_elements_hint) function in class:hashtable
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 433 resize(_M_num_elements + 1);
440 resize(_M_num_elements + 1);
484 resize(_M_num_elements + __n);
495 resize(_M_num_elements + __n);
562 resize(size_type __num_elements_hint);
790 resize(_M_num_elements + 1);
1003 resize(size_type __num_elements_hint) function in class:hashtable
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 433 resize(_M_num_elements + 1);
440 resize(_M_num_elements + 1);
484 resize(_M_num_elements + __n);
495 resize(_M_num_elements + __n);
562 resize(size_type __num_elements_hint);
790 resize(_M_num_elements + 1);
1003 resize(size_type __num_elements_hint) function in class:hashtable
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 246 hb_glyphs.resize(shaper_item.num_glyphs);
247 hb_attributes.resize(shaper_item.num_glyphs);
248 hb_advances.resize(shaper_item.num_glyphs);
249 hb_offsets.resize(shaper_item.num_glyphs);
250 hb_logClusters.resize(shaper_item.num_glyphs);
  /external/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) { function in class:slist
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFrame.js 75 this._textViewer.resize();
159 this._textViewer.resize();
356 this._textViewer.resize();
889 resize: function()
891 this._textViewer.resize();
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) { function in class:slist
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) { function in class:slist
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 382 void resize(size_type __new_size, const value_type& __x = _Tp()) { function in class:slist
384 void resize(size_type __new_size, const value_type& __x) {
386 _M_non_dbg_impl.resize(__new_size, __x);
390 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
  /external/chromium/net/base/
dnssec_chain_verifier.cc 724 rrdatas->resize(num_ds);
787 rrdatas->resize(num_rrs);
805 rrdatas->resize(1);
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/icu4c/i18n/
digitlst.cpp 111 fDecNumber = fStorage.resize(other.fStorage.getCapacity());
715 // resize the number up if necessary.
719 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity());
818 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity());
  /external/llvm/include/llvm/ADT/
ilist.h 684 // Resize members...
685 void resize(size_type newsize, NodeTy val) { function in struct:llvm::ilist
695 void resize(size_type newsize) { resize(newsize, NodeTy()); } function in struct:llvm::ilist
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 439 Index2Node.resize(DAGSize);
440 Node2Index.resize(DAGSize);
473 Visited.resize(DAGSize);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 1001 resize(size_type __sz) function in class:forward_list
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 1001 resize(size_type __sz) function in class:forward_list
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 1001 resize(size_type __sz) function in class:forward_list
    [all...]
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 344 key.resize(header.key_size);
357 signature.resize(header.signature_size);
  /external/chromium/chrome/browser/importer/
mork_reader.cc 313 meta_row_.resize(columns_.size());
416 line->resize(256);
toolbar_importer.cc 523 bookmark_folders->resize(1);
530 bookmark_folders->resize(label_vector.size());
  /external/chromium/chrome/browser/resources/net_internals/
view.js 125 window.addEventListener('resize', this.resetGeometry.bind(this), true);
  /external/chromium/chrome/common/
metrics_helpers.cc 460 output->resize(output->size() + 1024);
470 output->resize(stream.total_out_lo32);
568 already_logged->Resize(histogram); // Complete initialization.
sqlite_utils.cc 409 blob->resize(len);
422 blob->resize(len);

Completed in 2926 milliseconds

<<11121314151617181920>>