HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 701 - 725 of 4017) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp 24 struct test struct in inherits:std::basic_streambuf
27 test() {} function in struct:test
38 test<char> t;
43 test<char> t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
showmanyc.pass.cpp 23 struct test struct in inherits:std::basic_streambuf
26 test() {} function in struct:test
31 test<char> t;
uflow.pass.cpp 22 struct test struct in inherits:std::basic_streambuf
25 test() {} function in struct:test
31 test t;
underflow.pass.cpp 20 struct test struct in inherits:std::basic_streambuf
23 test() {} function in struct:test
28 test t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback/
pbackfail.pass.cpp 22 struct test struct in inherits:std::basic_streambuf
25 test() {} function in struct:test
30 test t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
overflow.pass.cpp 20 struct test struct in inherits:std::basic_streambuf
23 test() {} function in struct:test
28 test t;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/
advance.pass.cpp 28 test(It i, typename std::iterator_traits<It>::difference_type n, It x) function
37 test(input_iterator<const char*>(s), 10, input_iterator<const char*>(s+10));
38 test(forward_iterator<const char*>(s), 10, forward_iterator<const char*>(s+10));
39 test(bidirectional_iterator<const char*>(s+5), 5, bidirectional_iterator<const char*>(s+10));
40 test(bidirectional_iterator<const char*>(s+5), -5, bidirectional_iterator<const char*>(s));
41 test(random_access_iterator<const char*>(s+5), 5, random_access_iterator<const char*>(s+10));
42 test(random_access_iterator<const char*>(s+5), -5, random_access_iterator<const char*>(s));
43 test(s+5, 5, s+10);
44 test(s+5, -5, s);
distance.pass.cpp 27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) function
35 test(input_iterator<const char*>(s), input_iterator<const char*>(s+10), 10);
36 test(forward_iterator<const char*>(s), forward_iterator<const char*>(s+10), 10);
37 test(bidirectional_iterator<const char*>(s), bidirectional_iterator<const char*>(s+10), 10);
38 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s+10), 10);
39 test(s, s+10, 10);
next.pass.cpp 22 test(It i, typename std::iterator_traits<It>::difference_type n, It x) function
29 test(It i, It x) function
37 test(forward_iterator<const char*>(s), 10, forward_iterator<const char*>(s+10));
38 test(bidirectional_iterator<const char*>(s), 10, bidirectional_iterator<const char*>(s+10));
39 test(random_access_iterator<const char*>(s), 10, random_access_iterator<const char*>(s+10));
40 test(s, 10, s+10);
42 test(forward_iterator<const char*>(s), forward_iterator<const char*>(s+1));
43 test(bidirectional_iterator<const char*>(s), bidirectional_iterator<const char*>(s+1));
44 test(random_access_iterator<const char*>(s), random_access_iterator<const char*>(s+1));
45 test(s, s+1)
    [all...]
prev.pass.cpp 22 test(It i, typename std::iterator_traits<It>::difference_type n, It x) function
29 test(It i, It x) function
37 test(bidirectional_iterator<const char*>(s+10), 10, bidirectional_iterator<const char*>(s));
38 test(random_access_iterator<const char*>(s+10), 10, random_access_iterator<const char*>(s));
39 test(s+10, 10, s);
41 test(bidirectional_iterator<const char*>(s+1), bidirectional_iterator<const char*>(s));
42 test(random_access_iterator<const char*>(s+1), random_access_iterator<const char*>(s));
43 test(s+1, s);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++/
post.pass.cpp 22 test(C c) function
33 test(std::vector<int>());
pre.pass.cpp 22 test(C c) function
31 test(std::vector<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk/
test.pass.cpp 22 test(C c) function
31 test(std::vector<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/
test.pass.cpp 22 test(C c) function
32 test(std::vector<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/
post.pass.cpp 22 test(C c) function
33 test(std::list<int>());
pre.pass.cpp 22 test(C c) function
31 test(std::list<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk/
test.pass.cpp 22 test(C c) function
31 test(std::list<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/
test.pass.cpp 22 test(C c) function
32 test(std::list<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++/
post.pass.cpp 22 test(C c) function
33 test(std::vector<int>());
pre.pass.cpp 22 test(C c) function
31 test(std::vector<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk/
test.pass.cpp 22 test(C c) function
31 test(std::vector<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/
test.pass.cpp 22 test(C c) function
32 test(std::vector<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/
make_move_iterator.pass.cpp 25 test(It i) function
34 test(input_iterator<char*>(s+5));
35 test(forward_iterator<char*>(s+5));
36 test(bidirectional_iterator<char*>(s+5));
37 test(random_access_iterator<char*>(s+5));
38 test(s+5);
minus.pass.cpp 27 test(It l, It r, typename std::iterator_traits<It>::difference_type x) function
37 test(random_access_iterator<char*>(s+5), random_access_iterator<char*>(s), 5);
38 test(s+5, s, 5);
plus.pass.cpp 25 test(It i, typename std::iterator_traits<It>::difference_type n, It x) function
35 test(random_access_iterator<char*>(s+5), 5, random_access_iterator<char*>(s+10));
36 test(s+5, 5, s+10);

Completed in 164 milliseconds

<<21222324252627282930>>