Home
last modified time | relevance | path

Searched defs:pos1 (Results 1 – 25 of 73) sorted by relevance

123

/external/libcxx/test/std/experimental/string.view/string.view.ops/
Dcompare.pointer_size.pass.cpp24 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()
Dcompare.size_size_sv.pass.cpp23 void test1 ( std::experimental::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, const CharT *s2, int expected ) { in test()
Dcompare.size_size_sv_pointer_size.pass.cpp24 void test1 ( std::experimental::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
46 void test ( const CharT *s1, size_t pos1, size_t n1, in test()
Dcompare.size_size_sv_size_size.pass.cpp24 void test1 ( std::experimental::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
45 void test ( const CharT *s1, size_t pos1, size_t n1, in test()
/external/libcxx/test/std/strings/string.view/string.view.ops/
Dcompare.pointer_size.pass.cpp24 size_t pos1, size_t n1, const CharT *s, int expected ) { in test1()
41 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) in test()
Dcompare.size_size_sv.pass.cpp23 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
41 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { in test()
Dcompare.size_size_sv_pointer_size.pass.cpp24 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, in test()
Dcompare.size_size_sv_size_size.pass.cpp24 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/bison/examples/calc++/
Dposition.hh139 operator== (const position& pos1, const position& pos2) in operator ==()
150 operator!= (const position& pos1, const position& pos2) in operator !=()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Diter_iter_iter_iter.pass.cpp25 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()
Dsize_size_string.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
Diter_iter_string.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, S str, S expected) in test()
Diter_iter_size_char.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, typename S::size_type n2, in test()
Diter_iter_pointer.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str, … in test()
Diter_iter_pointer_size.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, const typename S::value_type* str, in test()
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
Dsize_size_string.pass.cpp33 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
Dsize_size_pointer.pass.cpp33 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
Dsize_size_string_size_size.pass.cpp35 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
58 test_npos(const S& s, typename S::size_type pos1, typename S::size_type n1, in test_npos()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
Dsize_string_size_size.pass.cpp26 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()
Dsize_T_size_size.pass.cpp26 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/libvpx/libvpx/vpx_dsp/mips/
Dadd_noise_msa.c18 v16u8 pos0, pos1, ref0, ref1; in vpx_plane_add_noise_msa() local
/external/google-breakpad/src/common/linux/
Dlinux_libc_support.cc199 size_t pos1 = 0; in my_strlcpy() local
216 size_t pos1 = 0; in my_strlcat() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java80 FieldPosition pos1 = new FieldPosition(0); in TestAPI() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java81 FieldPosition pos1 = new FieldPosition(0); in TestAPI() local
/external/swiftshader/src/Shader/
DVertexPipeline.cpp110 Vector4f pos1; in transformBlend() local
125 Vector4f pos1; in transformBlend() local
142 Vector4f pos1; in transformBlend() local

123