/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/ |
D | size_size.pass.cpp | 25 typename S::size_type old_size = s.size(); in test() local 45 typename S::size_type old_size = s.size(); in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/ |
D | size_pointer.pass.cpp | 25 typename S::size_type old_size = s.size(); in test() local
|
D | size_string.pass.cpp | 25 typename S::size_type old_size = s.size(); in test() local
|
D | size_pointer_size.pass.cpp | 26 typename S::size_type old_size = s.size(); in test() local
|
D | size_size_char.pass.cpp | 26 typename S::size_type old_size = s.size(); in test() local
|
D | size_string_size_size.pass.cpp | 28 typename S::size_type old_size = s.size(); in test() local 48 typename S::size_type old_size = s.size(); in test_npos() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/ |
D | size_size_pointer.pass.cpp | 29 typename S::size_type old_size = s.size(); in test() local
|
D | size_size_string.pass.cpp | 26 typename S::size_type old_size = s.size(); in test() local
|
D | size_size_size_char.pass.cpp | 28 typename S::size_type old_size = s.size(); in test() local
|
D | iter_iter_pointer.pass.cpp | 27 typename S::size_type old_size = s.size(); in test() local
|
D | iter_iter_string.pass.cpp | 27 typename S::size_type old_size = s.size(); in test() local
|
D | iter_iter_size_char.pass.cpp | 28 typename S::size_type old_size = s.size(); in test() local
|
D | iter_iter_pointer_size.pass.cpp | 28 typename S::size_type old_size = s.size(); in test() local
|
D | iter_iter_iter_iter.pass.cpp | 26 typename S::size_type old_size = s.size(); in test() local
|
D | size_size_pointer_size.pass.cpp | 30 typename S::size_type old_size = s.size(); in test() local
|
D | size_size_string_size_size.pass.cpp | 30 typename S::size_type old_size = s.size(); in test() local 55 typename S::size_type old_size = s.size(); in test_npos() local
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.cc | 33 size_t old_size = size_; in operator +=() local 41 size_t old_size = size_; in operator +=() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | badalloc1.cpp | 70 size_t old_size = o->size; in realloc() local
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | badalloc1.cpp | 70 size_t old_size = o->size; in realloc() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | strstream.cpp | 159 size_t old_size = static_cast<size_t> ((epptr() ? epptr() : egptr()) - eback()); in overflow() local
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 122 ptrdiff_t old_size = epptr() - pbase(); in overflow() local
|