HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 76 - 100 of 1429) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
group-relocs-alu-bad.d 1 #name: ALU group relocations failure test
group-relocs-ldc-bad-2.d 1 #name: LDC group relocations failure test
group-relocs-ldc-bad.d 1 #name: LDC group relocations failure test
group-relocs-ldr-bad-2.d 1 #name: LDR group relocations failure test
group-relocs-ldr-bad.d 1 #name: LDR group relocations failure test
group-relocs-ldrs-bad-2.d 1 #name: LDRS group relocations failure test
group-relocs-ldrs-bad.d 1 #name: LDRS group relocations failure test
  /art/runtime/verifier/
method_verifier_test.cc 44 FailureKind failure = MethodVerifier::VerifyClass( local
48 ASSERT_TRUE(failure == FailureKind::kSoftFailure ||
49 failure == FailureKind::kNoFailure) << error_msg;
52 ASSERT_TRUE(failure == FailureKind::kNoFailure) << error_msg;
  /cts/tests/tests/jni/libjnitest/
helper.h 50 char *failure(const char *format, ...) __attribute__((format(printf, 1, 2)));
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
gUnitTestResult.stg 30 testResult(title, num_of_test, num_of_failure, failure, has_invalid, num_of_invalid, invalid) ::= <<
35 <failure:{<it.header>
  /external/icu/icu4c/source/test/intltest/
pptest.h 33 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
  /external/junit/src/main/java/org/junit/runner/notification/
SynchronizedRunListener.java 61 public void testFailure(Failure failure) throws Exception {
63 listener.testFailure(failure);
68 public void testAssumptionFailure(Failure failure) {
70 listener.testAssumptionFailure(failure);
  /external/libcxx/test/support/
cmpxchg_loop.h 26 std::memory_order failure) {
29 failure) == true) {
51 std::memory_order failure) {
54 success, failure) == true) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/
2-2.c 39 int failure = 0; local
57 failure = 1;
66 failure = 1;
72 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
19-1.c 44 int failure = 0; local
63 failure = 1;
88 failure = 1;
94 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
10-1.c 38 int unresolved = 0, failure = 0; local
54 failure = 1;
58 failure = 1;
68 if (failure == 1) {
11-1.c 39 int unresolved = 0, failure = 0; local
54 failure = 1;
58 failure = 1;
68 if (failure == 1) {
11-2.c 40 int unresolved = 0, failure = 0; local
54 failure = 1;
58 failure = 1;
68 if (failure == 1) {
12-1.c 39 int unresolved = 0, failure = 0; local
59 failure = 1;
63 failure = 1;
75 if (failure == 1) {
13-1.c 47 int unresolved = 0, failure = 0; local
71 failure = 1;
76 failure = 1;
86 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
13-1.c 38 int unresolved = 0, failure = 0, i; local
52 failure = 1;
57 failure = 1;
71 if (failure == 1) {
14-1.c 37 int unresolved = 0, failure = 0, i; local
55 failure = 1;
60 failure = 1;
74 if (failure == 1) {
7-1.c 13 * Test by sending messages with increasing priority number until a failure
46 int unresolved = 0, failure = 0, spri = 1, i, maxreached = 0; local
66 failure = 1;
73 perror("mq_receive() returned failure");
78 failure = 1;
96 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_setattr/
1-1.c 39 int failure = 0; local
57 failure = 1;
71 failure = 1;
74 if (failure == 1) {
1-2.c 40 int failure = 0; local
62 failure = 1;
71 failure = 1;
77 if (failure == 1) {

Completed in 363 milliseconds

1 2 34 5 6 7 8 91011>>