HomeSort by relevance Sort by last modified time
    Searched defs:should_fail (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_rewrite_test.c 26 static int should_fail = 0; variable
31 should_fail ? "must fail" : "must success");
37 if (should_fail) {
74 should_fail = 0;
86 should_fail = 1;
119 should_fail = 0;
tomoyo_file_test.c 26 static int should_fail = 0; variable
31 should_fail ? "must fail" : "should success");
37 if (should_fail) {
288 should_fail = 1;
296 should_fail = 0;
tomoyo_new_test.c 620 int should_fail; local
621 for (should_fail = 0; should_fail < 2; should_fail++) {
624 if (!should_fail)
628 show_result(tests[i].policy, !should_fail);
632 if (!should_fail)
  /external/boringssl/src/crypto/test/
malloc.cc 108 bool should_fail = (current_malloc_count == malloc_number_to_fail); local
111 if (should_fail && break_on_fail) {
114 return should_fail;
  /external/v8/tools/clang/plugins/tests/
weak_ptr_factory.cpp 51 namespace should_fail { namespace
82 } // namespace should_fail
  /external/mockito/src/test/java/org/mockitousage/junitrule/
VerificationCollectorImplTest.java 107 public void should_fail() { method in class:VerificationCollectorImplTest.VerificationCollectorRuleInner

Completed in 484 milliseconds