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

1 2 3

  /external/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();
Android.mk 55 test_name := containers/sequences/vector.bool/shrink_to_fit
56 test_src := shrink_to_fit.pass.cpp
  /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/containers/sequences/vector/vector.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
24 v.shrink_to_fit();
31 v.shrink_to_fit();
39 v.shrink_to_fit();
48 v.shrink_to_fit();
Android.mk 19 test_name := containers/sequences/vector/vector.capacity/shrink_to_fit
20 test_src := shrink_to_fit.pass.cpp
  /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/chromium_org/chrome/browser/
image_decoder.h 55 void set_shrink_to_fit(bool shrink_to_fit) { shrink_to_fit_ = shrink_to_fit; }
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.h 36 bool shrink_to_fit);
38 bool shrink_to_fit);
48 bool shrink_to_fit);
chrome_content_utility_client.cc 182 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) {
193 if (shrink_to_fit) {
214 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit){
215 SkBitmap decoded_image = DecodeImage(encoded_data, shrink_to_fit);
243 const std::vector<unsigned char>& encoded_data, bool shrink_to_fit) {
244 DecodeImageAndSend(encoded_data, shrink_to_fit);
  /external/chromium_org/printing/
metafile.h 40 // |shrink_to_fit| specifies whether the output should be shrunk to fit a
55 : shrink_to_fit(false),
62 bool shrink_to_fit; member in struct:printing::MetafilePlayer::MacRenderPageParams
image_mac.cc 41 params.shrink_to_fit = true;
pdf_metafile_cg_mac.cc 198 (params.shrink_to_fit && ((source_width > rect.size.width) ||
  /external/libcxx/test/containers/sequences/deque/deque.capacity/
Android.mk 23 test_name := containers/sequences/deque/deque.capacity/shrink_to_fit
24 test_src := shrink_to_fit.pass.cpp
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
46 c1.shrink_to_fit();
  /external/libcxx/test/strings/basic.string/string.capacity/
shrink_to_fit.pass.cpp 12 // void shrink_to_fit();
25 s.shrink_to_fit();
Android.mk 27 test_name := strings/basic.string/string.capacity/shrink_to_fit
28 test_src := shrink_to_fit.pass.cpp
  /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();
  /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();
  /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(); }
  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 465 FPDF_BOOL shrink_to_fit,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_vector.h 681 shrink_to_fit() function in class:vector
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 681 shrink_to_fit() function in class:vector
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 681 shrink_to_fit() function in class:vector
    [all...]

Completed in 174 milliseconds

1 2 3