Home
last modified time | relevance | path

Searched refs:test_failure (Results 1 – 25 of 36) sorted by relevance

12

/external/curl/tests/libtest/
Dlib3026.c58 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()
Dlib1565.c41 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/
Dbrowser_tests_launcher.py108 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/
Dbrowser_tests_launcher.py108 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/
Dconfix.cpp31 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()
Dchar_class.cpp22 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()
Dtest.hpp48 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
Dseek.cpp93 BOOST_TEST(test_failure("abcdefg", x3::seek[x3::int_])); in main()
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dsubunit.h19 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/
Dexception_test.hpp218 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/
Dsetregid03.c82 static void test_failure(struct tcase *tc) in test_failure() function
119 test_failure(tc); in run()
/external/python/cpython3/Lib/test/test_importlib/
Dabc.py36 def test_failure(self): member in FinderTests
/external/python/cpython3/Lib/test/test_importlib/builtin/
Dtest_finder.py33 def test_failure(self): member in FindSpecTests
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_finder.py59 def test_failure(self): member in FinderTests
/external/pigweed/pw_presubmit/py/
Dbazel_parser_test.py531 def test_failure(self) -> None: member in TestBazelParser
/external/python/absl-py/absl/testing/tests/
Dabsltest_test_helper.py114 def test_failure(self): member in TempFileHelperTest
/external/python/cpython3/Lib/test/test_importlib/frozen/
Dtest_loader.py157 def test_failure(self): member in InspectLoaderTests
Dtest_finder.py162 def test_failure(self): member in FindSpecTests
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py119 def test_failure(self): member in FinderTests
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py22 def test_failure(self): member in FinderTests
/external/antlr/runtime/Python/
Dxmlrunner.py272 def test_failure(self): member in XMLTestRunnerTest
/external/python/oauth2client/tests/
Dtest_crypt.py127 def test_failure(self): member in Test__verify_signature
/external/bazelbuild-rules_android/test/bashunit/
Dunittest_test.py207 def test_failure(self): member in UnittestTest
/external/python/google-auth-library-python/tests/transport/
Dtest__mtls_helper.py122 def test_failure(self): member in TestCheckaMetadataPath
/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/
DTestParametersMethodProcessorTest.java655 public void test_failure() throws Exception { in test_failure() method in TestParametersMethodProcessorTest

12