Home
last modified time | relevance | path

Searched defs:teststr (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/mutils/
H A Dgenfunctestfile.m85 teststr = ['[']; variable
87 teststr = ['']; variable
92 teststr = [teststr,'res',mat2str(resind)]; variable
100 teststr = [teststr,',']; variable
104 teststr = [teststr,']']; variable
106 teststr = [teststr,' = ',funname,'(']; variable
111 teststr = [teststr,',']; variable
114 teststr = [teststr, ... variable
117 teststr = [teststr, ... variable
124 teststr = [teststr,');',toadd]; variable
H A Dgenoptestfile.m95 teststr = ['res',mat2str(testnb),' = ',argcell1{argindex1},opname]; variable
98 teststr = [teststr,argcell2{argindex2}]; variable
101 teststr = [teststr,opname]; variable
104 teststr = [teststr,otherop]; variable
107 teststr = [teststr,argcell3{argindex2}]; variable
110 teststr = [teststr,';']; variable
/dports/net/libcoap/libcoap-4.3.0/tests/
H A Dtest_options.c238 char teststr[] = { 0x00 }; in t_encode_option1() local
469 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option1() local
494 uint8_t teststr[3] ALIGNED(8) = { in t_iterate_option2() local
520 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option3() local
562 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option4() local
605 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option5() local
638 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option6() local
683 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option7() local
730 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option8() local
761 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option9() local
[all …]
H A Dtest_uri.c87 char teststr[] = "coap://:100000"; in t_parse_uri4() local
235 char teststr[] = in t_parse_uri11() local
327 uint8_t teststr[] ALIGNED(8) = { in t_parse_uri13() local
351 char teststr[] = in t_parse_uri14() local
374 char teststr[] = in t_parse_uri15() local
390 char teststr[] = in t_parse_uri16() local
405 char teststr[] = in t_parse_uri17() local
455 uint8_t teststr[] ALIGNED(8) = { in t_parse_uri19() local
476 uint8_t teststr[] ALIGNED(8) = { in t_parse_uri20() local
497 uint8_t teststr[] ALIGNED(8) = { in t_parse_uri21() local
[all …]
H A Dtest_pdu.c27 uint8_t teststr[] = { 0x40, 0x01, 0x93, 0x34 }; in t_parse_pdu1() local
70 uint8_t teststr[] = { 0x59, 0x69, 0x12, 0x34, in t_parse_pdu4() local
145 uint8_t teststr[] = { 0x50, 0x73, 0x12, 0x34, in t_parse_pdu8() local
190 uint8_t teststr[] = { 0x60, 0x00, 0x12, 0x34 }; in t_parse_pdu11() local
206 uint8_t teststr[] = { 0x70, 0x00, 0x12, 0x34 }; in t_parse_pdu12() local
222 uint8_t teststr[] = { 0x70, 0x00, 0x12, 0x34, in t_parse_pdu13() local
234 uint8_t teststr[] = { 0x60, 0x00, 0x12, 0x34, in t_parse_pdu14() local
252 uint8_t teststr[] = { in t_parse_pdu15() local
295 uint8_t teststr[] = { 0x5a, 0x0a, 0x5b, 0x5b }; in t_parse_pdu16() local
313 uint8_t teststr[512] = { 0x40, 0x01, 0x93, 0x34 }; in t_parse_pdu17() local
[all …]
H A Dtest_error_response.c30 uint8_t teststr[] = { in t_error_response1() local
58 uint8_t teststr[] = { in t_error_response2() local
88 uint8_t teststr[] = { in t_error_response3() local
125 uint8_t teststr[] = { in t_error_response4() local
165 uint8_t teststr[] = { in t_error_response5() local
206 uint8_t teststr[] = { in t_error_response6() local
247 uint8_t teststr[] = { in t_error_response7() local
284 uint8_t teststr[] = { in t_error_response8() local
H A Dtest_encode.c24 const coap_binary_t teststr = { 0, NULL }; in t_decode1() local
35 coap_binary_t teststr = { sizeof(data), data }; in t_decode2() local
46 coap_binary_t teststr = { sizeof(data), data }; in t_decode3() local
57 coap_binary_t teststr = { sizeof(data), data }; in t_decode4() local
67 const coap_binary_t teststr = { 0, NULL }; in t_decode5() local
78 coap_binary_t teststr = { sizeof(data), data }; in t_decode6() local
89 coap_binary_t teststr = { sizeof(data), data }; in t_decode7() local
100 coap_binary_t teststr = { sizeof(data), data }; in t_decode8() local
/dports/net/samba412/samba-4.12.15/lib/util/charset/tests/
H A Dcharset.c177 const char *teststr = "foo bar bla"; in test_next_token() local
197 const char *teststr = "foo\tbar\n bla"; in test_next_token_implicit_sep() local
217 const char *teststr = ",foo bla"; in test_next_token_seps() local
229 const char *teststr = "\"foo bar\" bla"; in test_next_token_quotes() local
245 const char *teststr = "\"foo bar bla"; in test_next_token_quote_wrong() local
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dutil_tests.cpp340 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
370 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
400 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
431 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
463 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dutil_tests.cpp340 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
370 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
400 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
431 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
463 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dutil_tests.cpp340 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
370 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
400 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
431 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
463 std::string teststr(test_bytes, sizeof(test_bytes)); in BOOST_AUTO_TEST_CASE() local
/dports/security/digestpp/digestpp-34ff2eeae397ed744d972d86b5a20f603b029fbd/test/
H A Dtest_vectors.hpp147 std::string teststr = hex2string(second); in test_vectors() local
152 std::string teststr = hex2string(second); in test_vectors() local
157 std::string teststr = hex2string(second); in test_vectors() local
162 std::string teststr = hex2string(second); in test_vectors() local
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/dblib/unittests/
H A Dt0002.c16 verify(int i, int testint, char *teststr) in verify()
43 char teststr[1024]; in main() local
/dports/databases/freetds/freetds-1.3.4/src/dblib/unittests/
H A Dt0002.c16 verify(int i, int testint, char *teststr) in verify()
43 char teststr[1024]; in main() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/dblib/unittests/
H A Dt0002.c17 verify(int i, int testint, char *teststr) in verify()
44 char teststr[1024]; in main() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/dblib/unittests/
H A Dt0002.c20 verify(int i, int testint, char *teststr) in verify()
47 char teststr[1024]; in main() local
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dchar_result_13.f9038 subroutine foo(cc, teststr) argument
40 character (len=*), intent(in) :: teststr local

12345678910>>...12