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

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
8-1.c 44 int unresolved = 0, failure = 0; local
68 failure = 1;
73 failure = 1;
77 failure = 1;
87 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
1-1.c 37 int unresolved = 0, failure = 0; local
52 failure = 1;
56 perror("mq_receive() returned failure");
57 failure = 1;
62 failure = 1;
75 if (failure == 1) {
4-3.c 38 int unresolved = 0, failure = 0; local
53 failure = 1;
57 perror("mq_receive() returned failure");
58 failure = 1;
63 failure = 1;
76 if (failure == 1) {
9-1.c 10 * Test that mq_send() returns -1 on failure, no message is queued, and
12 * The failure case chosen is an invalid message queue descriptor.
39 int unresolved = 0, failure = 0; local
55 failure = 1;
60 failure = 1;
66 failure = 1;
83 if (failure == 1) {
2-1.c 31 int unresolved = 0, failure = 0; local
47 failure = 1;
60 if (failure == 1) {
4-1.c 31 int unresolved = 0, failure = 0; local
43 failure = 1;
56 if (failure == 1) {
4-2.c 31 int unresolved = 0, failure = 0; local
43 failure = 1;
56 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
1-1.c 39 int unresolved = 0, failure = 0; local
56 failure = 1;
60 perror("mq_receive() returned failure");
61 failure = 1;
66 failure = 1;
79 if (failure == 1) {
4-3.c 40 int unresolved = 0, failure = 0; local
58 failure = 1;
62 perror("mq_receive() returned failure");
63 failure = 1;
68 failure = 1;
81 if (failure == 1) {
9-1.c 10 * Test that mq_timedsend() returns -1 on failure, no message is queued, and
12 * The failure case chosen is an invalid message queue descriptor.
41 int unresolved = 0, failure = 0; local
59 failure = 1;
64 failure = 1;
70 failure = 1;
87 if (failure == 1) {
3-2.c 57 int unresolved = 0, failure = 0; local
75 failure = 1;
82 failure = 1;
89 failure = 1;
96 failure = 1;
103 failure = 1;
107 perror("mq_receive() returned failure");
113 failure = 1;
117 perror("mq_receive() returned failure");
123 failure = 1
    [all...]
4-1.c 33 int unresolved = 0, failure = 0; local
48 failure = 1;
61 if (failure == 1) {
4-2.c 33 int unresolved = 0, failure = 0; local
48 failure = 1;
61 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
1-2.c 49 int failure = 0; local
83 failure = 1;
88 failure = 1;
93 failure = 1;
97 perror("timer_delete() returned failure\n");
105 if (failure) {
  /libcore/ojluni/src/main/java/javax/crypto/
KeyGenerator.java 463 RuntimeException failure = null; local
474 if (failure == null) {
475 failure = e;
480 throw failure;
522 Exception failure = null; local
533 if (failure == null) {
534 failure = e;
539 if (failure instanceof InvalidAlgorithmParameterException) {
540 throw (InvalidAlgorithmParameterException)failure;
542 if (failure instanceof RuntimeException)
585 RuntimeException failure = null; local
614 RuntimeException failure = null; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/
2-1.c 45 int failure = 0; local
68 failure = 1;
71 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
1-1.c 32 int failure = 0; local
45 failure = 1;
51 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
2-1.c 25 int failure = 0; local
62 failure = 1;
66 if (failure) {
  /libcore/dalvik/test-rules/src/test/java/libcore/dalvik/system/
CloseGuardSupportTest.java 25 import org.junit.runner.notification.Failure;
38 List<Failure> failures = JUnitCore.runClasses(DoesReleaseResource.class).getFailures();
53 List<Failure> failures = JUnitCore.runClasses(DoesReleaseResourceTwice.class).getFailures();
69 List<Failure> failures = JUnitCore.runClasses(DoesNotReleaseResource.class).getFailures();
70 assertEquals("Failure count", 1, failures.size());
71 Failure failure = failures.get(0); local
72 checkResourceNotReleased(failure, "Unreleased resources found in test");
85 List<Failure> failures = JUnitCore
88 assertEquals("Failure count", 1, failures.size())
89 Failure failure = failures.get(0); local
108 Failure failure = failures.get(0); local
127 Failure failure = failures.get(0); local
152 Failure failure = failures.get(0); local
    [all...]
  /cts/tools/utils/
rerun.py 37 for failure in parseSuite(child, parentName + child.getAttribute("name")):
38 failedCases.append(failure)
77 for failure in failedCases:
78 print " " + failure
79 for failure in failedCases:
80 [className, methodName] = failure.split('#')
  /external/junit/src/main/java/org/junit/experimental/results/
FailureList.java 6 import org.junit.runner.notification.Failure;
10 private final List<Failure> failures;
12 public FailureList(List<Failure> failures) {
19 for (Failure failure : failures) {
21 listener.testFailure(failure);
  /external/skia/infra/bots/recipe_modules/swarming/
test_api.py 22 self, shards=1, failure=False, internal_failure=False):
32 'failure': failure,
  /external/skqp/infra/bots/recipe_modules/swarming/
test_api.py 22 self, shards=1, failure=False, internal_failure=False):
32 'failure': failure,
  /libcore/ojluni/src/main/java/java/security/
KeyPairGenerator.java 245 NoSuchAlgorithmException failure = null; local
257 if (failure == null) {
258 failure = e;
262 throw failure;
673 RuntimeException failure = null; local
684 if (failure == null) {
685 failure = e;
690 throw failure;
700 Exception failure = null; local
711 if (failure == null)
729 RuntimeException failure = null; local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
group-relocs-alu-bad-2.d 1 #name: ALU group relocations failure test

Completed in 496 milliseconds

1 23 4 5 6 7 8 91011>>