Searched refs:test (Results 276 - 300 of 4153) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/std/experimental/string.view/string.view.find/
H A Drfind_pointer_size.pass.cpp20 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
33 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, 0);
52 test(S(""), "abcde", 1, S::npos);
53 test(S(""), "abcdeabcde", 1, S::npos);
54 test(
[all...]
H A Drfind_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, 0);
45 test(S(""), S("abcde"), 1, S::npos);
46 test(S(""), S("abcdeabcde"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/std/experimental/utilities/time/header.chrono.synop/
H A Dtreat_as_floating_point_v.pass.cpp23 void test() function
42 test<int, false>();
43 test<unsigned, false>();
44 test<char, false>();
45 test<bool, false>();
46 test<float, true>();
47 test<double, true>();
48 test<long double, true>();
/external/libcxx/test/std/strings/basic.string/string.ops/string_find/
H A Dpointer_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 Dstring_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...]
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.first.not.of/
H A Dpointer_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 Dstring_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, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_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 Dstring_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, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.last.not.of/
H A Dpointer_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 Dstring_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, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.last.of/
H A Dpointer_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 Dstring_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, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(
[all...]
/external/libcxx/test/std/strings/basic.string/string.ops/string_rfind/
H A Dpointer_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
48 test(S(""), "", 0, 0);
49 test(S(""), "abcde", 0, S::npos);
50 test(S(""), "abcdeabcde", 0, S::npos);
51 test(S(""), "abcdeabcdeabcdeabcde", 0, S::npos);
52 test(S(""), "", 1, 0);
53 test(S(""), "abcde", 1, S::npos);
54 test(S(""), "abcdeabcde", 1, S::npos);
55 test(
[all...]
H A Dstring_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, 0);
45 test(S(""), S("abcde"), 1, S::npos);
46 test(S(""), S("abcdeabcde"), 1, S::npos);
47 test(
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-1919169.js29 function test() { function
39 test();
H A Dregress-2110.js32 function test() { function
37 test();
38 test();
39 test();
40 %OptimizeFunctionOnNextCall(test);
41 test();
H A Dregress-crbug-134609.js43 function test() { function
52 assertEquals("good", test());
53 assertEquals("good", test());
54 %OptimizeFunctionOnNextCall(test);
55 assertEquals("good", test());
57 // At this point, foo should have been inlined into test. Let's deopt...
59 assertEquals("good", test());
/external/v8/test/webkit/
H A Dsort-non-numbers.js26 var test = [ "2", "1", "3" ]; variable
27 test.sort(function (v1, v2) {
31 shouldBe("String(test)", "'1,2,3'");
/external/valgrind/helgrind/tests/
H A Dpth_spinlock.stderr.exp1 Start of test.
/external/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dmerge.pass.cpp28 test() function
75 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >();
76 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >();
77 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >();
78 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >();
79 test<input_iterator<const int*>, input_iterator<const int*>, int*>();
81 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >();
82 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >();
83 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >();
84 test<input_iterato
[all...]
H A Dmerge_comp.pass.cpp32 test() function
85 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >();
86 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >();
87 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >();
88 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >();
89 test<input_iterator<const int*>, input_iterator<const int*>, int*>();
91 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >();
92 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >();
93 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >();
94 test<input_iterato
[all...]
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
H A Dset_difference_comp.pass.cpp30 test() function
53 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >();
54 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >();
55 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >();
56 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >();
57 test<input_iterator<const int*>, input_iterator<const int*>, int*>();
59 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >();
60 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >();
61 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >();
62 test<input_iterato
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-fail.cpp9 template<class T> void test(int (&)[sizeof(__builtin_choose_expr(true, 1, 1), T())]) {} // expected-error {{cannot yet mangle}} function
10 template void test<int>(int (&)[sizeof(int)]);
14 template<class T> void test(int (&)[sizeof((A){}, T())]) {} // expected-error {{cannot yet mangle}} function
15 template void test<int>(int (&)[sizeof(A)]);
19 template<class T> void test(int (&)[sizeof(A{.a = 10}, T())]) {} // expected-error {{cannot yet mangle}} function
20 template void test<int>(int (&)[sizeof(A)]);
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A Diter.pass.cpp23 test(It i) function
32 test(input_iterator<char*>(s));
33 test(forward_iterator<char*>(s));
34 test(bidirectional_iterator<char*>(s));
35 test(random_access_iterator<char*>(s));
36 test(s);

Completed in 4060 milliseconds

<<11121314151617181920>>