Searched refs:test (Results 251 - 275 of 4153) sorted by relevance

<<11121314151617181920>>

/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/test/
H A DIntegrationTest.java16 package org.mockftpserver.test;
19 * Marker interface for integration test
/external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/
H A DDummyObject.java1 package test; package
/external/v8/test/mjsunit/compiler/
H A Dregress-106351.js31 function test(x) { function
36 for (var i = 0; i < 5; ++i) test(0.5);
37 %OptimizeFunctionOnNextCall(test);
38 test(0.5);
H A Dregress-96989.js33 function test() { function
41 for (var i=0; i<10; i++) test();
42 %OptimizeFunctionOnNextCall(test);
43 assertEquals(41, test());
H A Dregress-rep-change.js30 // Regression test for the case where a phi has two input operands with
33 function test(start) { function
43 test(0);
46 %OptimizeFunctionOnNextCall(test);
47 test(0);
/external/v8/test/mjsunit/regress/
H A Dregress-103259.js34 var test = uc16; variable
35 for (var i = 0; i < 13; i++) test += test;
36 assertEquals(test, a.join(uc16));
/external/libcxx/test/std/re/re.traits/
H A Dlookup_collatename.pass.cpp30 test(const char_type* A, const std::basic_string<char_type>& expected) function
39 test("NUL", std::string("\x00", 1));
40 test("alert", std::string("\x07"));
41 test("backspace", std::string("\x08"));
42 test("tab", std::string("\x09"));
43 test("carriage-return", std::string("\x0D"));
44 test("newline", std::string("\x0A"));
45 test("vertical-tab", std::string("\x0B"));
46 test("form-feed", std::string("\x0C"));
47 test("spac
[all...]
/external/clang/test/CodeGenCXX/
H A Dswitch-case-folding-1.cpp4 int test(int val){ function
21 return test(4);
/external/libcxx/test/std/experimental/string.view/string.view.find/
H A Dfind_first_not_of_pointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(
[all...]
H A Dfind_first_not_of_string_view_size.pass.cpp19 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
28 test(const S& s, const S& str, typename S::size_type x) function
38 test(S(""), S(""), 0, S::npos);
39 test(S(""), S("laenf"), 0, S::npos);
40 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
41 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
42 test(S(""), S(""), 1, S::npos);
43 test(S(""), S("bjaht"), 1, S::npos);
44 test(S(""), S("hjlcmgpket"), 1, S::npos);
45 test(
[all...]
H A Dfind_first_of_pointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(
[all...]
H A Dfind_first_of_string_view_size.pass.cpp19 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
28 test(const S& s, const S& str, typename S::size_type x) function
38 test(S(""), S(""), 0, S::npos);
39 test(S(""), S("laenf"), 0, S::npos);
40 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
41 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
42 test(S(""), S(""), 1, S::npos);
43 test(S(""), S("bjaht"), 1, S::npos);
44 test(S(""), S("hjlcmgpket"), 1, S::npos);
45 test(
[all...]
H A Dfind_last_not_of_pointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(
[all...]
H A Dfind_last_not_of_string_view_size.pass.cpp19 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
28 test(const S& s, const S& str, typename S::size_type x) function
38 test(S(""), S(""), 0, S::npos);
39 test(S(""), S("laenf"), 0, S::npos);
40 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
41 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
42 test(S(""), S(""), 1, S::npos);
43 test(S(""), S("bjaht"), 1, S::npos);
44 test(S(""), S("hjlcmgpket"), 1, S::npos);
45 test(
[all...]
H A Dfind_last_of_pointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(
[all...]
H A Dfind_last_of_string_view_size.pass.cpp19 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
28 test(const S& s, const S& str, typename S::size_type x) function
38 test(S(""), S(""), 0, S::npos);
39 test(S(""), S("laenf"), 0, S::npos);
40 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
41 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
42 test(S(""), S(""), 1, S::npos);
43 test(S(""), S("bjaht"), 1, S::npos);
44 test(S(""), S("hjlcmgpket"), 1, S::npos);
45 test(
[all...]
H A Dfind_pointer_size.pass.cpp21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
34 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
47 test(S(""), "", 0, 0);
48 test(S(""), "abcde", 0, S::npos);
49 test(S(""), "abcdeabcde", 0, S::npos);
50 test(S(""), "abcdeabcdeabcdeabcde", 0, S::npos);
51 test(S(""), "", 1, S::npos);
52 test(S(""), "abcde", 1, S::npos);
53 test(S(""), "abcdeabcde", 1, S::npos);
54 test(
[all...]
H A Dfind_string_view_size.pass.cpp21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, const S& str, typename S::size_type x) function
40 test(S(""), S(""), 0, 0);
41 test(S(""), S("abcde"), 0, S::npos);
42 test(S(""), S("abcdeabcde"), 0, S::npos);
43 test(S(""), S("abcdeabcdeabcdeabcde"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("abcde"), 1, S::npos);
46 test(S(""), S("abcdeabcde"), 1, S::npos);
47 test(
[all...]

Completed in 467 milliseconds

<<11121314151617181920>>