HomeSort by relevance Sort by last modified time
    Searched defs:test1 (Results 301 - 325 of 1197) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
move_backward.pass.cpp 43 test1() function
73 test1<bidirectional_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
74 test1<bidirectional_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
75 test1<bidirectional_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
77 test1<random_access_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
78 test1<random_access_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
79 test1<random_access_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
81 test1<std::unique_ptr<int>*, bidirectional_iterator<std::unique_ptr<int>*> >();
82 test1<std::unique_ptr<int>*, random_access_iterator<std::unique_ptr<int>*> >();
83 test1<std::unique_ptr<int>*, std::unique_ptr<int>*>()
    [all...]
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
all_of.pass.cpp 22 struct test1 struct
34 return std::all_of(std::begin(ia), std::end(ia), test1())
35 && !std::all_of(std::begin(ib), std::end(ib), test1())
46 input_iterator<const int*>(ia + sa), test1()) == true);
48 input_iterator<const int*>(ia), test1()) == true);
54 input_iterator<const int*>(ia + sa), test1()) == false);
56 input_iterator<const int*>(ia), test1()) == true);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/
any_of.pass.cpp 22 struct test1 struct
34 return std::any_of(std::begin(ia), std::end(ia), test1())
35 && !std::any_of(std::begin(ib), std::end(ib), test1())
46 input_iterator<const int*>(ia + sa), test1()) == true);
48 input_iterator<const int*>(ia), test1()) == false);
54 input_iterator<const int*>(ia + sa), test1()) == true);
56 input_iterator<const int*>(ia), test1()) == false);
62 input_iterator<const int*>(ia + sa), test1()) == false);
64 input_iterator<const int*>(ia), test1()) == false);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/
none_of.pass.cpp 22 struct test1 struct
34 return !std::none_of(std::begin(ia), std::end(ia), test1())
35 && std::none_of(std::begin(ib), std::end(ib), test1())
46 input_iterator<const int*>(ia + sa), test1()) == false);
48 input_iterator<const int*>(ia), test1()) == true);
54 input_iterator<const int*>(ia + sa), test1()) == false);
56 input_iterator<const int*>(ia), test1()) == true);
62 input_iterator<const int*>(ia + sa), test1()) == true);
64 input_iterator<const int*>(ia), test1()) == true);
  /external/libcxx/test/std/containers/sequences/deque/deque.cons/
size.pass.cpp 47 test1(unsigned n) function
86 test1<T, Allocator> ( n );
105 LIBCPP_ONLY(test1<DefaultOnly, limited_allocator<DefaultOnly, 4096> >(4095));
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 50 test1(const typename C::allocator_type& a) function
69 test1<std::vector<int, test_allocator<int> > >(test_allocator<int>(3));
70 test1<std::vector<NotConstructible, test_allocator<NotConstructible> > >
81 test1<std::vector<int, min_allocator<int> > >(min_allocator<int>{});
82 test1<std::vector<NotConstructible, min_allocator<NotConstructible> > >
93 test1<std::vector<int, explicit_allocator<int> > >(explicit_allocator<int>{});
94 test1<std::vector<NotConstructible, explicit_allocator<NotConstructible> > >
  /external/libcxx/test/std/language.support/support.initlist/support.initlist.access/
access.pass.cpp 57 A test1 = {3, 2, 1}; local
  /external/libcxx/test/std/language.support/support.initlist/support.initlist.range/
begin_end.pass.cpp 55 A test1 = {3, 2, 1}; local
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
copy.pass.cpp 21 test1() function
52 test1();
ctor_result_type.pass.cpp 22 test1() function
49 test1();
ctor_sseq.pass.cpp 22 test1() function
53 test1();
io.pass.cpp 32 test1() function
61 test1();
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
copy.pass.cpp 21 test1() function
52 test1();
ctor_result_type.pass.cpp 22 test1() function
49 test1();
ctor_sseq.pass.cpp 22 test1() function
53 test1();
io.pass.cpp 32 test1() function
61 test1();
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
copy.pass.cpp 21 test1() function
37 test1();
ctor_sseq.pass.cpp 22 test1() function
78 test1();
io.pass.cpp 32 test1() function
47 test1();
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
assign.pass.cpp 21 test1() function
35 test1();
copy.pass.cpp 21 test1() function
33 test1();
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
assign.pass.cpp 21 test1() function
35 test1();
copy.pass.cpp 21 test1() function
33 test1();
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
assign.pass.cpp 22 test1() function
37 test1<T, 0, 0, 0>();
38 test1<T, 0, 1, 2>();
39 test1<T, 1, 1, 2>();
41 test1<T, 0, 0, M>();
42 test1<T, 0, M-2, M>();
43 test1<T, 0, M-1, M>();
44 test1<T, M-2, 0, M>();
45 test1<T, M-2, M-2, M>();
46 test1<T, M-2, M-1, M>()
    [all...]
copy.pass.cpp 22 test1() function
37 test1<T, 0, 0, 0>();
38 test1<T, 0, 1, 2>();
39 test1<T, 1, 1, 2>();
41 test1<T, 0, 0, M>();
42 test1<T, 0, M-2, M>();
43 test1<T, 0, M-1, M>();
44 test1<T, M-2, 0, M>();
45 test1<T, M-2, M-2, M>();
46 test1<T, M-2, M-1, M>()
    [all...]

Completed in 176 milliseconds

<<11121314151617181920>>