| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | wait.t | 79 my $test_type :shared; # simple|repeat|twain 90 ok($testno++, 1, "$test_type: child before lock"); 91 $test_type =~ /twain/ ? lock($lock) : lock($cond); 92 ok($testno++, 1, "$test_type: child obtained lock"); 94 if ($test_type =~ 'twain') { 100 ok($testno++, 1, "$test_type: child signalled condition"); 112 $test_type =~ /twain/ ? lock($lock) : lock($cond); 113 ok($testnum++, 1, "$test_type: obtained initial lock"); 116 for ($test_type) { 120 die "$test_type: unknown test\n"; [all …]
|
| H A D | waithires.t | 108 my $test_type :shared; # simple|repeat|twain 131 ok($testno++, 1, "$test_type: child before lock"); 132 $test_type =~ /twain/ ? lock($lock) : lock($cond); 133 ok($testno++, 1, "$test_type: child obtained lock"); 135 if ($test_type =~ 'twain') { 144 ok($testno++, 1, "$test_type: child signalled condition"); 154 $test_type =~ /twain/ ? lock($lock) : lock($cond); 155 ok($testnum++, 1, "$test_type: obtained initial lock"); 165 for ($test_type) { 169 die "$test_type: unknown test\n"; [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| H A D | moneypunct.cc | 31 typedef std::moneypunct<char, true> test_type; in test01() typedef 33 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 37 typedef test_type::char_type char_type; in test01() 38 typedef test_type::string_type string_type; in test01() 44 typedef std::moneypunct<char, false> test_type; in test02() typedef 46 const test_type& obj = std::use_facet<test_type>(std::locale()); in test02() 50 typedef test_type::char_type char_type; in test02() 51 typedef test_type::string_type string_type; in test02()
|
| H A D | money_put.cc | 30 typedef std::money_put<char> test_type; in test01() typedef 32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 36 typedef test_type::char_type char_type; in test01() 37 typedef test_type::string_type string_type; in test01() 38 typedef test_type::iter_type iter_type; in test01()
|
| H A D | money_get.cc | 30 typedef std::money_get<char> test_type; in test01() typedef 32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 36 typedef test_type::char_type char_type; in test01() 37 typedef test_type::string_type string_type; in test01() 38 typedef test_type::iter_type iter_type; in test01()
|
| H A D | codecvt.cc | 30 typedef std::codecvt<char, char, mbstate_t> test_type; in test01() typedef 32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 36 typedef test_type::intern_type intern_type; in test01() 37 typedef test_type::extern_type extern_type; in test01() 38 typedef test_type::state_type state_type; in test01()
|
| H A D | collate.cc | 30 typedef std::messages<char> test_type; in test01() typedef 32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 36 typedef test_type::char_type char_type; in test01() 37 typedef test_type::string_type string_type; in test01()
|
| H A D | num_get.cc | 30 typedef std::num_get<char> test_type; in test01() typedef 32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 36 typedef test_type::char_type char_type; in test01() 37 typedef test_type::iter_type iter_type; in test01()
|
| H A D | num_put.cc | 30 typedef std::num_put<char> test_type; in test01() typedef 32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 36 typedef test_type::char_type char_type; in test01() 37 typedef test_type::iter_type iter_type; in test01()
|
| H A D | time_put.cc | 30 typedef std::time_put<char> test_type; in test01() typedef 32 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 36 typedef test_type::char_type char_type; in test01() 37 typedef test_type::iter_type iter_type; in test01()
|
| H A D | messages.cc | 30 typedef std::messages<char> test_type; in test01() typedef 33 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 38 typedef test_type::char_type char_type; in test01() 39 typedef test_type::string_type string_type; in test01()
|
| H A D | time_get.cc | 30 typedef std::time_get<char> test_type; in test01() typedef 33 const test_type& obj = std::use_facet<test_type>(std::locale()); in test01() 38 typedef test_type::char_type char_type; in test01() 39 typedef test_type::iter_type iter_type; in test01()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | ifstream.cc | 41 typedef std::ifstream test_type; in test01() typedef 42 typedef test_type::char_type char_type; in test01() 43 typedef test_type::traits_type traits_type; in test01() 44 typedef test_type::int_type int_type; in test01() 45 typedef test_type::pos_type pos_type; in test01() 46 typedef test_type::off_type off_type; in test01()
|
| H A D | istringstream.cc | 41 typedef std::istringstream test_type; in test01() typedef 42 typedef test_type::char_type char_type; in test01() 43 typedef test_type::traits_type traits_type; in test01() 44 typedef test_type::int_type int_type; in test01() 45 typedef test_type::pos_type pos_type; in test01() 46 typedef test_type::off_type off_type; in test01()
|
| H A D | ostringstream.cc | 41 typedef std::ostringstream test_type; in test01() typedef 42 typedef test_type::char_type char_type; in test01() 43 typedef test_type::traits_type traits_type; in test01() 44 typedef test_type::int_type int_type; in test01() 45 typedef test_type::pos_type pos_type; in test01() 46 typedef test_type::off_type off_type; in test01()
|
| H A D | ios.cc | 41 typedef std::ios test_type; in test01() typedef 42 typedef test_type::char_type char_type; in test01() 43 typedef test_type::traits_type traits_type; in test01() 44 typedef test_type::int_type int_type; in test01() 45 typedef test_type::pos_type pos_type; in test01() 46 typedef test_type::off_type off_type; in test01()
|
| H A D | ofstream.cc | 41 typedef std::ifstream test_type; in test01() typedef 42 typedef test_type::char_type char_type; in test01() 43 typedef test_type::traits_type traits_type; in test01() 44 typedef test_type::int_type int_type; in test01() 45 typedef test_type::pos_type pos_type; in test01() 46 typedef test_type::off_type off_type; in test01()
|
| H A D | iostream.cc | 41 typedef std::iostream test_type; in test01() typedef 42 typedef test_type::char_type char_type; in test01() 43 typedef test_type::traits_type traits_type; in test01() 44 typedef test_type::int_type int_type; in test01() 45 typedef test_type::pos_type pos_type; in test01() 46 typedef test_type::off_type off_type; in test01()
|
| H A D | streambuf.cc | 42 typedef std::streambuf test_type; in test01() typedef 43 typedef test_type::char_type char_type; in test01() 44 typedef test_type::traits_type traits_type; in test01() 45 typedef test_type::int_type int_type; in test01() 46 typedef test_type::pos_type pos_type; in test01() 47 typedef test_type::off_type off_type; in test01()
|
| H A D | istream.cc | 42 typedef std::istream test_type; in test01() typedef 43 typedef test_type::char_type char_type; in test01() 44 typedef test_type::traits_type traits_type; in test01() 45 typedef test_type::int_type int_type; in test01() 46 typedef test_type::pos_type pos_type; in test01() 47 typedef test_type::off_type off_type; in test01()
|
| H A D | ostream.cc | 42 typedef std::ostream test_type; in test01() typedef 43 typedef test_type::char_type char_type; in test01() 44 typedef test_type::traits_type traits_type; in test01() 45 typedef test_type::int_type int_type; in test01() 46 typedef test_type::pos_type pos_type; in test01() 47 typedef test_type::off_type off_type; in test01()
|
| H A D | fstream.cc | 42 typedef std::fstream test_type; in test01() typedef 43 typedef test_type::char_type char_type; in test01() 44 typedef test_type::traits_type traits_type; in test01() 45 typedef test_type::int_type int_type; in test01() 46 typedef test_type::pos_type pos_type; in test01() 47 typedef test_type::off_type off_type; in test01()
|
| H A D | stringbuf.cc | 42 typedef std::stringbuf test_type; in test01() typedef 43 typedef test_type::char_type char_type; in test01() 44 typedef test_type::traits_type traits_type; in test01() 45 typedef test_type::int_type int_type; in test01() 46 typedef test_type::pos_type pos_type; in test01() 47 typedef test_type::off_type off_type; in test01()
|
| H A D | stringstream.cc | 42 typedef std::stringstream test_type; in test01() typedef 43 typedef test_type::char_type char_type; in test01() 44 typedef test_type::traits_type traits_type; in test01() 45 typedef test_type::int_type int_type; in test01() 46 typedef test_type::pos_type pos_type; in test01() 47 typedef test_type::off_type off_type; in test01()
|
| H A D | filebuf.cc | 34 typedef std::filebuf test_type; in test01() typedef 35 typedef test_type::char_type char_type; in test01() 36 typedef test_type::traits_type traits_type; in test01() 37 typedef test_type::int_type int_type; in test01() 38 typedef test_type::pos_type pos_type; in test01() 39 typedef test_type::off_type off_type; in test01()
|