Home
last modified time | relevance | path

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

1234

/external/libcxx/test/std/strings/string.view/string.view.ops/
Dcompare.pointer_size.pass.cpp25 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.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, const CharT *s2, int expected ) { in test()
Dcompare.size_size_sv_pointer_size.pass.cpp25 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()
Dcompare.size_size_sv_size_size.pass.cpp25 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
44 void test ( const CharT *s1, size_t pos1, size_t n1, in test()
/external/u-boot/lib/efi_selftest/
Defi_selftest_util.c14 const u8 *pos1 = buf1; in efi_st_memcmp() local
/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()
Dsize_size_string_view.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, SV sv, S expected) in test()
Diter_iter_string_view.pass.cpp24 test(S s, typename S::size_type pos1, typename S::size_type n1, SV sv, S expected) 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()
/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/libcxx/test/std/strings/basic.string/string.ops/string_compare/
Dsize_size_pointer.pass.cpp33 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
Dsize_size_string.pass.cpp32 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
Dsize_size_string_view.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/aac/libAACdec/src/
Dusacdec_ace_d4t64.cpp153 SHORT pos1; in D_ACELP_decode_1p_N1() local
185 SHORT pos1, pos2; in D_ACELP_decode_2p_2N1() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DCircularBuffer.java81 final int pos1 = writeIndex - distance; in copy() local
/external/u-boot/lib/efi_loader/
Dhelloworld.c22 const u8 *pos1 = buf1; in hw_memcmp() 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/libvpx/libvpx/vpx_dsp/mips/
Dadd_noise_msa.c18 v16u8 pos0, pos1, ref0, ref1; in vpx_plane_add_noise_msa() local
/external/libaom/libaom/aom_dsp/mips/
Dadd_noise_msa.c30 v16u8 pos0, ref0, pos1, ref1; in aom_plane_add_noise_msa() local
/external/python/apitools/apitools/base/protorpclite/
Dutil_test.py62 def fn(pos1, pos2=1, kwonly=1): argument
76 def meth(self, pos1, kwonly=1): argument

1234