/external/protobuf/gtest/test/ |
D | gtest_throw_on_failure_test.py | 83 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument 113 if should_fail: 126 self.assert_(failed == should_fail, msg) 131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) 138 should_fail=False) 141 should_fail=True) 148 should_fail=False) 151 should_fail=True) 158 should_fail=False) 161 should_fail=True) [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_throw_on_failure_test.py | 83 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument 113 if should_fail: 126 self.assert_(failed == should_fail, msg) 131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) 138 should_fail=False) 141 should_fail=True) 148 should_fail=False) 151 should_fail=True) 158 should_fail=False) 161 should_fail=True) [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_throw_on_failure_test.py | 83 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument 113 if should_fail: 126 self.assert_(failed == should_fail, msg) 131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) 138 should_fail=False) 141 should_fail=True) 148 should_fail=False) 151 should_fail=True) 158 should_fail=False) 161 should_fail=True) [all …]
|
/external/v8/testing/gtest/test/ |
D | gtest_throw_on_failure_test.py | 83 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument 113 if should_fail: 126 self.assert_(failed == should_fail, msg) 131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) 138 should_fail=False) 141 should_fail=True) 148 should_fail=False) 151 should_fail=True) 158 should_fail=False) 161 should_fail=True) [all …]
|
/external/googletest/googletest/test/ |
D | gtest_throw_on_failure_test.py | 83 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument 113 if should_fail: 126 self.assert_(failed == should_fail, msg) 131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) 138 should_fail=False) 141 should_fail=True) 148 should_fail=False) 151 should_fail=True) 158 should_fail=False) 161 should_fail=True) [all …]
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_rewrite_test.c | 26 static int should_fail = 0; variable 31 should_fail ? "must fail" : "must success"); in show_prompt() 37 if (should_fail) { in show_result() 74 should_fail = 0; in stage_rewrite_test() 86 should_fail = 1; in stage_rewrite_test() 119 should_fail = 0; in stage_rewrite_test()
|
D | tomoyo_file_test.c | 26 static int should_fail = 0; variable 31 should_fail ? "must fail" : "should success"); in show_prompt() 37 if (should_fail) { in show_result() 288 should_fail = 1; in main() 296 should_fail = 0; in main()
|
D | tomoyo_new_test.c | 620 int should_fail; in main() local 621 for (should_fail = 0; should_fail < 2; should_fail++) { in main() 624 if (!should_fail) in main() 628 show_result(tests[i].policy, !should_fail); in main() 632 if (!should_fail) in main()
|
D | tomoyo_filesystem_test.c | 27 static void show_prompt(const char *str, const int should_fail) in show_prompt() argument 30 should_fail ? "must fail" : "should success"); in show_prompt()
|
/external/libxkbcommon/xkbcommon/test/ |
D | rules-file.c | 45 bool should_fail; member 60 if (data->should_fail) in test_rules() 68 return data->should_fail; in test_rules() 143 .should_fail = true in main()
|
/external/boringssl/src/crypto/test/ |
D | malloc.cc | 103 bool should_fail = (current_malloc_count == malloc_number_to_fail); in should_fail_allocation() local 106 if (should_fail && break_on_fail) { in should_fail_allocation() 109 return should_fail; in should_fail_allocation()
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakedtlsidentitystore.h | 108 void set_should_fail(bool should_fail) { in set_should_fail() argument 109 should_fail_ = should_fail; in set_should_fail()
|
/external/v8/tools/clang/plugins/tests/ |
D | weak_ptr_factory.cpp | 51 namespace should_fail { namespace
|
/external/autotest/client/site_tests/logging_CrashSender/ |
D | logging_CrashSender.py | 135 result = self._call_sender_one_crash(should_fail=True) 190 result = self._call_sender_one_crash(should_fail=True)
|
/external/mockito/src/test/java/org/mockitousage/junitrule/ |
D | VerificationCollectorImplTest.java | 111 public void should_fail() { in should_fail() method in VerificationCollectorImplTest.VerificationCollectorRuleInner
|
/external/autotest/client/cros/crash/ |
D | crash_test.py | 527 should_fail=False): argument 549 ignore_status=should_fail)
|
/external/tensorflow/tensorflow/python/profiler/ |
D | model_analyzer_test.py | 406 def pprof_test_helper(self, attribute, should_fail=False): argument 429 if should_fail:
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 9381 const bool should_fail = !is_aligned; in test() local 9383 testCase test_case = { offset, should_fail, (Utils::Shader::STAGES)stage, type }; in test() 9392 const bool should_fail = !is_aligned; in test() local 9394 testCase test_case = { offset, should_fail, (Utils::Shader::STAGES)stage, type }; in test() 10317 const bool should_fail = (0 == align) ? false : !isPowerOf2(align); in test() local 10321 const bool should_fail = !isPowerOf2(align); in test() 10332 testCase test_case = { align, type, should_fail, (Utils::Shader::STAGES)stage }; in test()
|