HomeSort by relevance Sort by last modified time
    Searched refs:shrink_to_fit (Results 1 - 25 of 39) sorted by null

1 2

  /external/libcxx/test/std/containers/sequences/vector.bool/
shrink_to_fit.pass.cpp 13 // void shrink_to_fit();
25 v.shrink_to_fit();
33 v.shrink_to_fit();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
shrink_to_fit.pass.cpp 13 // void shrink_to_fit();
25 v.shrink_to_fit();
33 v.shrink_to_fit();
  /external/libcxx/test/std/containers/sequences/vector/vector.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
26 v.shrink_to_fit();
35 v.shrink_to_fit();
45 v.shrink_to_fit();
56 v.shrink_to_fit();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
26 v.shrink_to_fit();
35 v.shrink_to_fit();
45 v.shrink_to_fit();
56 v.shrink_to_fit();
  /external/libcxx/test/std/strings/basic.string/string.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
25 s.shrink_to_fit();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
25 s.shrink_to_fit();
  /external/libcxx/test/std/containers/sequences/deque/deque.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
47 c1.shrink_to_fit();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
46 c1.shrink_to_fit();
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_pool.h 42 mDicNodes.shrink_to_fit();
  /frameworks/minikin/libs/minikin/
LineBreaker.cpp 429 mTextBuf.shrink_to_fit();
431 mCharWidths.shrink_to_fit();
433 mHyphBuf.shrink_to_fit();
434 mCandidates.shrink_to_fit();
435 mBreaks.shrink_to_fit();
436 mWidths.shrink_to_fit();
437 mFlags.shrink_to_fit();
  /frameworks/base/libs/hwui/tests/unit/
FatVectorTests.cpp 91 v.shrink_to_fit();
  /external/libcxx/test/support/
nasty_containers.hpp 71 void shrink_to_fit() _NOEXCEPT { v_.shrink_to_fit(); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 71 void shrink_to_fit() _NOEXCEPT { v_.shrink_to_fit(); }
  /art/runtime/base/
dchecked_vector.h 117 using Base::shrink_to_fit;
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 285 DT.Vertex.shrink_to_fit();
  /art/compiler/
compiled_method.h 119 using std::vector<SrcMapElem, Allocator>::shrink_to_fit;
elf_builder.h 265 cache_.shrink_to_fit();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_bvector.h 928 shrink_to_fit()
stl_vector.h 716 shrink_to_fit() function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_bvector.h 928 shrink_to_fit()
stl_vector.h 716 shrink_to_fit() function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_bvector.h 928 shrink_to_fit()
stl_vector.h 716 shrink_to_fit() function in class:vector
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_bvector.h 1153 shrink_to_fit()
1157 __throw_logic_error("shrink_to_fit() on corrupt (dangling?) vector");
    [all...]
stl_vector.h 799 shrink_to_fit() function in class:vector
    [all...]

Completed in 3852 milliseconds

1 2