/third_party/boost/libs/metaparse/test/ |
D | one_of.cpp | 39 typedef fail<test_failure> test_fail; in BOOST_METAPARSE_TEST_CASE() typedef 40 typedef sequence<one_char, test_fail> test_fail_later; in BOOST_METAPARSE_TEST_CASE() 52 is_error<apply_wrap2<one_of<test_fail>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 69 apply_wrap2<one_of<one_char, test_fail>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 79 apply_wrap2<one_of<test_fail, one_char>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 87 is_error<apply_wrap2<one_of<test_fail, test_fail>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 106 BOOST_MPL_ASSERT((is_error<apply_wrap2<one_of<test_fail>,str_hello,start> >)); in BOOST_METAPARSE_TEST_CASE() 122 apply_wrap2<one_of<one_char, test_fail>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 132 apply_wrap2<one_of<test_fail, one_char>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 140 is_error<apply_wrap2<one_of<test_fail, test_fail>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() [all …]
|
D | repeated_one_of1.cpp | 40 typedef fail<test_failure> test_fail; in BOOST_METAPARSE_TEST_CASE() typedef 59 is_error<apply_wrap2<repeated_one_of1<test_fail>, str_hello, start> > in BOOST_METAPARSE_TEST_CASE() 66 apply_wrap2<repeated_one_of1<one_char, test_fail>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 76 apply_wrap2<repeated_one_of1<test_fail, one_char>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
|
D | repeated_one_of.cpp | 38 typedef fail<test_failure> test_fail; in BOOST_METAPARSE_TEST_CASE() typedef 62 apply_wrap2<repeated_one_of<test_fail>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 72 apply_wrap2<repeated_one_of<one_char, test_fail>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 82 apply_wrap2<repeated_one_of<test_fail, one_char>, str_hello, start> in BOOST_METAPARSE_TEST_CASE()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tst_badblocks.c | 66 static int test_fail = 0; variable 117 test_fail++; in print_list() 132 test_fail++; in validate_test_seq() 153 test_fail++; in do_test_seq() 164 test_fail++; in do_test_seq() 202 test_fail++; in file_test() 215 test_fail++; in invalid_proc() 238 test_fail++; in file_test_invalid() 244 test_fail++; in file_test_invalid() 254 test_fail++; in file_test_invalid() [all …]
|
/third_party/openssl/test/ |
D | pkits-test.pl | 777 my $test_fail = 0; 785 $test_fail = 1; 790 $test_fail = 1; 792 if ($test_fail) { 820 my $test_fail = 0; 828 $test_fail = 1; 844 $test_fail = 1 if (/leak/i); 868 $test_fail = 1; 873 $test_fail = 1; 878 $test_fail = 1; [all …]
|
/third_party/boost/libs/chrono/test/io/ |
D | duration_input.cpp | 24 void test_fail(const char* str, DFail res) in test_fail() function 60 test_fail("1.0 second", seconds(1)); in main() 113 test_fail("3001 ms", seconds(3)); in main() 115 test_fail("3001 ", milliseconds(3001)); in main() 117 test_fail("one ms", milliseconds(1)); in main() 118 test_fail("5000 millisecon", seconds(5)); in main()
|
D | time_point_input.cpp | 86 void test_fail(const char* str, D) in test_fail() function 150 test_fail<Clock> ("3001 ms", seconds(3)); in check_all()
|
/third_party/cJSON/tests/unity/auto/ |
D | parse_output.rb | 150 test_fail = 0 173 test_fail += 1 196 puts 'Tests Failed : ' + test_fail.to_s 198 @total_tests = test_pass + test_fail + test_ignore 202 …heading = '<testsuite tests="' + @total_tests.to_s + '" failures="' + test_fail.to_s + '"' + ' ski…
|
/third_party/glib/glib/tests/ |
D | testing-helper.c | 39 test_fail (void) in test_fail() function 100 g_test_add_func ("/fail", test_fail); in main() 113 g_test_add_func ("/fail", test_fail); in main()
|
D | testing.c | 796 test_fail (void) in test_fail() function 1606 g_test_add_func ("/misc/fail", test_fail); in main()
|
/third_party/jerryscript/tests/jerry/ |
D | array-prototype-tolocalestring.js | 33 var test_fail = { variable 38 [test_fail].toLocaleString();
|
/third_party/boost/libs/test/test/writing-test-ts/ |
D | test-timeout-fail.cpp | 15 BOOST_AUTO_TEST_CASE(test_fail, * utf::timeout(1))
|
/third_party/python/Lib/unittest/test/ |
D | _test_warnings.py | 28 def test_fail(self): member in TestWarnings
|
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 937 test_fail, /* was a test, and failed */ enumerator 1076 return test_fail; in runtest() 1109 return test_fail; in runtest() 1490 return *failtext ? test_fail : test_pass; in runtest() 1519 } else if (res == test_fail) { in runtests()
|
/third_party/python/Lib/test/support/ |
D | testresult.py | 165 def test_fail(self): member in TestTests
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 330 int test_fail; member 921 tcs->tcid, tc_ptr->tcid, tc_ptr->test_fail, in do_syscalltests() 936 if (tc_ptr->test_fail) { in do_syscalltests()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleFunctionalTests.cpp | 1608 bool test_fail = false; in iterate() local 1716 test_fail = true; in iterate() 1746 if (test_fail) in iterate()
|
/third_party/python/Doc/library/ |
D | unittest.rst | 570 def test_fail(self):
|