/external/curl/tests/libtest/ |
D | lib3026.c | 58 int test_failure = 0; in test() local 90 test_failure = -1; in test() 104 test_failure = -1; in test() 108 return (CURLcode)test_failure; in test() 131 CURLcode test_failure = CURLE_OK; in test() local 151 test_failure = (CURLcode)-1; in test() 163 test_failure = (CURLcode)-1; in test() 167 return test_failure; in test()
|
D | lib1565.c | 41 static CURLcode test_failure = CURLE_OK; variable 64 if(test_failure) { in run_thread() 84 if(!test_failure) in run_thread() 85 test_failure = res; in run_thread() 187 if(!test_failure) in test() 188 test_failure = res; in test() 201 return test_failure; in test()
|
/external/cronet/tot/testing/chromoting/ |
D | browser_tests_launcher.py | 108 test_failure = False 111 test_failure = True 115 return host_log_file_names, test_failure, failing_tests 131 log_files, test_failure, failing_tests = LaunchBTCommand(args, line) 133 have_test_failure = have_test_failure or test_failure
|
/external/cronet/stable/testing/chromoting/ |
D | browser_tests_launcher.py | 108 test_failure = False 111 test_failure = True 115 return host_log_file_names, test_failure, failing_tests 131 log_files, test_failure, failing_tests = LaunchBTCommand(args, line) 133 have_test_failure = have_test_failure or test_failure
|
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/ |
D | confix.cpp | 31 BOOST_TEST(test_failure("/abcdef*/", comment["abcdef"])); in main() 32 BOOST_TEST(test_failure("/* abcdef*/", comment["abcdef"])); in main() 33 BOOST_TEST(test_failure("/*abcdef */", comment["abcdef"])); in main()
|
D | char_class.cpp | 22 using spirit_test::test_failure; in main() 261 BOOST_TEST(test_failure(input, char_)); in main() 265 BOOST_TEST(test_failure(input, alpha)); in main() 266 BOOST_TEST(test_failure(input, upper)); in main() 267 BOOST_TEST(test_failure(input, lower)); in main()
|
D | test.hpp | 48 bool test_failure(Char const* in, Parser const& p) in test_failure() function 59 bool test_failure(boost::basic_string_view<Char, std::char_traits<Char>> const in, in test_failure() function
|
D | seek.cpp | 93 BOOST_TEST(test_failure("abcdefg", x3::seek[x3::int_])); in main()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | subunit.h | 19 static inline void test_failure(char *name) in test_failure() function 42 test_failure(name); in test_finish()
|
/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/ |
D | exception_test.hpp | 218 struct test_failure struct 247 } catch (test_failure) { in exception_safety() 301 void test_failure_caught(test_failure const&) in test_failure_caught() 336 } catch (test::lightweight::test_failure e) { \
|
/external/ltp/testcases/kernel/syscalls/setregid/ |
D | setregid03.c | 82 static void test_failure(struct tcase *tc) in test_failure() function 119 test_failure(tc); in run()
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | abc.py | 36 def test_failure(self): member in FinderTests
|
/external/python/cpython3/Lib/test/test_importlib/builtin/ |
D | test_finder.py | 33 def test_failure(self): member in FindSpecTests
|
/external/python/cpython3/Lib/test/test_importlib/extension/ |
D | test_finder.py | 59 def test_failure(self): member in FinderTests
|
/external/pigweed/pw_presubmit/py/ |
D | bazel_parser_test.py | 531 def test_failure(self) -> None: member in TestBazelParser
|
/external/python/absl-py/absl/testing/tests/ |
D | absltest_test_helper.py | 114 def test_failure(self): member in TempFileHelperTest
|
/external/python/cpython3/Lib/test/test_importlib/frozen/ |
D | test_loader.py | 157 def test_failure(self): member in InspectLoaderTests
|
D | test_finder.py | 162 def test_failure(self): member in FindSpecTests
|
/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_finder.py | 119 def test_failure(self): member in FinderTests
|
/external/python/cpython3/Lib/test/test_importlib/import_/ |
D | test_path.py | 22 def test_failure(self): member in FinderTests
|
/external/antlr/runtime/Python/ |
D | xmlrunner.py | 272 def test_failure(self): member in XMLTestRunnerTest
|
/external/python/oauth2client/tests/ |
D | test_crypt.py | 127 def test_failure(self): member in Test__verify_signature
|
/external/bazelbuild-rules_android/test/bashunit/ |
D | unittest_test.py | 207 def test_failure(self): member in UnittestTest
|
/external/python/google-auth-library-python/tests/transport/ |
D | test__mtls_helper.py | 122 def test_failure(self): member in TestCheckaMetadataPath
|
/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/ |
D | TestParametersMethodProcessorTest.java | 655 public void test_failure() throws Exception { in test_failure() method in TestParametersMethodProcessorTest
|