HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 426 - 450 of 4552) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
unreachable-catch-clauses.cpp 9 void test() function
warn-address.cpp 9 void test() { function
  /external/clang/test/SemaTemplate/
instantiation-default-3.cpp 19 void test(B<int> *b1, B<float> *b2) { function
  /external/icu/icu4c/source/test/intltest/
itmajor.cpp 8 * MajorTestLevel is the top level test class for everything in the directory "IntlWork".
45 suite test; \
46 callTest(test, par); \
56 IntlTestUtilities test; local
57 callTest( test, par );
65 IntlTestNormalize test; local
66 callTest( test, par );
75 IntlTestCollator test; local
76 callTest( test, par );
85 RegexTest test; local
95 IntlTestFormat test; local
105 IntlTestTransliterator test; local
115 IntlTestRBBI test; local
124 IntlTestRBNF test; local
133 RbnfRoundTripTest test; local
143 ICUServiceTest test; local
152 TestIDNA test; local
161 ConversionTest test; local
171 IntlTestRBNFParse test; local
180 CharsetDetectionTest test; local
191 IntlTestSpoof test; local
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp 26 test() function
40 test<forward_iterator<int*> >();
41 test<bidirectional_iterator<int*> >();
42 test<random_access_iterator<int*> >();
43 test<int*>();
replace_if.pass.cpp 27 test() function
41 test<forward_iterator<int*> >();
42 test<bidirectional_iterator<int*> >();
43 test<random_access_iterator<int*> >();
44 test<int*>();
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
make_heap.pass.cpp 20 void test(unsigned N) function
33 test(0);
34 test(1);
35 test(2);
36 test(3);
37 test(10);
38 test(1000);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
pop_heap.pass.cpp 20 void test(unsigned N) function
38 test(1000);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/
push_heap.pass.cpp 21 void test(unsigned N) function
37 test(1000);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
sort_heap.pass.cpp 20 void test(unsigned N) function
34 test(0);
35 test(1);
36 test(2);
37 test(3);
38 test(10);
39 test(1000);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.merge/
inplace_merge.pass.cpp 46 test(unsigned N) function
57 test() function
69 test<Iter>(4);
70 test<Iter>(100);
71 test<Iter>(1000);
76 test<bidirectional_iterator<int*> >();
77 test<random_access_iterator<int*> >();
78 test<int*>();
  /external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
max.pass.cpp 21 test(const T& a, const T& b, const T& x) function
31 test(x, y, x);
32 test(y, x, y);
37 test(x, y, y);
38 test(y, x, y);
43 test(x, y, x);
44 test(y, x, x);
max_comp.pass.cpp 23 test(const T& a, const T& b, C c, const T& x) function
33 test(x, y, std::greater<int>(), x);
34 test(y, x, std::greater<int>(), y);
39 test(x, y, std::greater<int>(), x);
40 test(y, x, std::greater<int>(), x);
45 test(x, y, std::greater<int>(), y);
46 test(y, x, std::greater<int>(), y);
max_element.pass.cpp 24 test(Iter first, Iter last) function
38 test(unsigned N) function
44 test(Iter(a), Iter(a+N));
50 test() function
52 test<Iter>(0);
53 test<Iter>(1);
54 test<Iter>(2);
55 test<Iter>(3);
56 test<Iter>(10);
57 test<Iter>(1000)
    [all...]
min.pass.cpp 21 test(const T& a, const T& b, const T& x) function
31 test(x, y, x);
32 test(y, x, y);
37 test(x, y, x);
38 test(y, x, x);
43 test(x, y, y);
44 test(y, x, y);
min_comp.pass.cpp 23 test(const T& a, const T& b, C c, const T& x) function
33 test(x, y, std::greater<int>(), x);
34 test(y, x, std::greater<int>(), y);
39 test(x, y, std::greater<int>(), y);
40 test(y, x, std::greater<int>(), y);
45 test(x, y, std::greater<int>(), x);
46 test(y, x, std::greater<int>(), x);
min_element.pass.cpp 24 test(Iter first, Iter last) function
38 test(unsigned N) function
44 test(Iter(a), Iter(a+N));
50 test() function
52 test<Iter>(0);
53 test<Iter>(1);
54 test<Iter>(2);
55 test<Iter>(3);
56 test<Iter>(10);
57 test<Iter>(1000)
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.sort/is.sorted/
is_sorted.pass.cpp 24 test() function
179 test<forward_iterator<const int*> >();
180 test<bidirectional_iterator<const int*> >();
181 test<random_access_iterator<const int*> >();
182 test<const int*>();
is_sorted_comp.pass.cpp 25 test() function
180 test<forward_iterator<const int*> >();
181 test<bidirectional_iterator<const int*> >();
182 test<random_access_iterator<const int*> >();
183 test<const int*>();
is_sorted_until.pass.cpp 24 test() function
179 test<forward_iterator<const int*> >();
180 test<bidirectional_iterator<const int*> >();
181 test<random_access_iterator<const int*> >();
182 test<const int*>();
is_sorted_until_comp.pass.cpp 25 test() function
180 test<forward_iterator<const int*> >();
181 test<bidirectional_iterator<const int*> >();
182 test<random_access_iterator<const int*> >();
183 test<const int*>();
  /external/libcxx/test/std/atomics/atomics.types.generic/
trivially_copyable.fail.cpp 63 void test ( T t ) { function
69 test(NotTriviallyCopyable(42));
trivially_copyable.pass.cpp 68 void test ( T t ) { function
74 test(TriviallyCopyable(42));
75 test(std::this_thread::get_id());
76 test(std::chrono::nanoseconds(2));
  /external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
atomic_fetch_and.pass.cpp 28 test() function
48 test<char>();
49 test<signed char>();
50 test<unsigned char>();
51 test<short>();
52 test<unsigned short>();
53 test<int>();
54 test<unsigned int>();
55 test<long>();
56 test<unsigned long>()
    [all...]
atomic_fetch_and_explicit.pass.cpp 28 test() function
50 test<char>();
51 test<signed char>();
52 test<unsigned char>();
53 test<short>();
54 test<unsigned short>();
55 test<int>();
56 test<unsigned int>();
57 test<long>();
58 test<unsigned long>()
    [all...]

Completed in 1121 milliseconds

<<11121314151617181920>>