| /external/libcxx/test/std/strings/string.view/string.view.ops/ |
| D | compare.pointer_size.pass.cpp | 25 size_t pos1, size_t n1, const CharT *s, int expected ) { in test1() 42 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) in test()
|
| D | compare.size_size_sv.pass.cpp | 24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1() 42 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { in test()
|
| D | compare.size_size_sv_pointer_size.pass.cpp | 25 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1() 43 void test ( const CharT *s1, size_t pos1, size_t n1, in test()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.ops/ |
| D | compare.pointer_size.pass.cpp | 26 std::size_t pos1, size_t n1, const CharT *s, int expected ) { in test1() 43 test( const CharT *s1, std::size_t pos1, size_t n1, const CharT *s2, int expected) in test()
|
| D | compare.size_size_sv.pass.cpp | 25 void test1 ( std::basic_string_view<CharT> sv1, std::size_t pos1, size_t n1, in test1() 43 void test ( const CharT *s1, std::size_t pos1, size_t n1, const CharT *s2, int expected ) { in test()
|
| D | compare.size_size_sv_pointer_size.pass.cpp | 26 void test1 ( std::basic_string_view<CharT> sv1, std::size_t pos1, size_t n1, in test1() 44 void test ( const CharT *s1, std::size_t pos1, size_t n1, in test()
|
| /external/libtextclassifier/abseil-cpp/absl/strings/ |
| D | string_view.h | 417 int compare(size_type pos1, size_type count1, string_view v) const { in compare() 423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare() 434 int compare(size_type pos1, size_type count1, const char* s) const { in compare() 440 int compare(size_type pos1, size_type count1, const char* s, in compare()
|
| /external/openscreen/third_party/abseil/src/absl/strings/ |
| D | string_view.h | 417 int compare(size_type pos1, size_type count1, string_view v) const { in compare() 423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare() 434 int compare(size_type pos1, size_type count1, const char* s) const { in compare() 440 int compare(size_type pos1, size_type count1, const char* s, in compare()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
| D | string_view.h | 417 int compare(size_type pos1, size_type count1, string_view v) const { in compare() 423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare() 434 int compare(size_type pos1, size_type count1, const char* s) const { in compare() 440 int compare(size_type pos1, size_type count1, const char* s, in compare()
|
| /external/cronet/base/strings/ |
| D | string_piece.h | 261 constexpr int compare(size_type pos1, in compare() 266 constexpr int compare(size_type pos1, in compare() 276 constexpr int compare(size_type pos1, in compare() 281 constexpr int compare(size_type pos1, in compare()
|
| /external/cronet/third_party/abseil-cpp/absl/strings/ |
| D | string_view.h | 417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare() 423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare() 434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare() 440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
|
| /external/webrtc/third_party/abseil-cpp/absl/strings/ |
| D | string_view.h | 417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare() 423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare() 434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare() 440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
|
| /external/abseil-cpp/absl/strings/ |
| D | string_view.h | 423 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare() 429 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare() 440 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare() 446 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
|
| /external/angle/third_party/abseil-cpp/absl/strings/ |
| D | string_view.h | 417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare() 423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare() 434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare() 440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/strings/ |
| D | string_view.h | 417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare() 423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare() 434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare() 440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
|
| /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/ |
| D | iter_iter_iter_iter.pass.cpp | 25 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected) in test() 41 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_replace/ |
| D | iter_iter_iter_iter.pass.cpp | 25 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected) in test() 43 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions()
|
| /external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
| D | size_string_size_size.pass.cpp | 26 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, in test() 56 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected) in test_npos()
|
| D | size_T_size_size.pass.cpp | 26 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, in test() 57 test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expected) in test_npos()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_insert/ |
| D | size_string_size_size.pass.cpp | 25 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, in test() 55 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected) in test_npos()
|
| D | size_T_size_size.pass.cpp | 25 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, in test() 56 test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expected) in test_npos()
|
| /external/aac/libAACdec/src/ |
| D | usacdec_ace_d4t64.cpp | 153 SHORT pos1; in D_ACELP_decode_1p_N1() local 185 SHORT pos1, pos2; in D_ACELP_decode_2p_2N1() local
|
| /external/libcxx/test/std/strings/basic.string/string.ops/string_compare/ |
| D | size_size_pointer.pass.cpp | 33 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
|
| D | size_size_string.pass.cpp | 32 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
|
| /external/google-breakpad/src/common/linux/ |
| D | linux_libc_support.cc | 199 size_t pos1 = 0; in my_strlcpy() local 216 size_t pos1 = 0; in my_strlcat() local
|