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

12 3 4 5 6 7 8 91011>>

  /external/selinux/sandbox/
sandbox.init 55 start && success || failure
59 start && success || failure
64 stop && success || failure
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
17-2.c 44 int failure = 0; local
58 failure = 1;
62 failure = 1;
66 if (failure) {
19-1.c 43 int failure = 0; local
66 failure = 1;
70 failure = 1;
75 if (failure) {
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
061-define-chain-obj-to-func-multi.c 5 joe (failure)
  /external/mockito/src/main/java/org/mockito/internal/runners/util/
FailureDetector.java 7 import org.junit.runner.notification.Failure;
18 public void testFailure(Failure failure) throws Exception {
19 super.testFailure(failure);
  /libcore/ojluni/src/main/java/java/security/
KeyFactory.java 357 Exception failure = null; local
363 if (failure == null) {
364 failure = e;
369 if (failure instanceof RuntimeException) {
370 throw (RuntimeException)failure;
372 if (failure instanceof InvalidKeySpecException) {
373 throw (InvalidKeySpecException)failure;
376 ("Could not generate public key", failure);
395 Exception failure = null; local
401 if (failure == null)
444 Exception failure = null; local
481 Exception failure = null; local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
unresolved-2.d 1 #name: SB relocations failure test
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
10000-1.c 62 int failure = 0; local
82 failure = 1;
89 failure = 1;
95 failure = 1;
100 if (failure) {
  /libcore/ojluni/src/main/java/javax/crypto/
SecretKeyFactory.java 520 Exception failure = null; local
526 if (failure == null) {
527 failure = e;
532 if (failure instanceof InvalidKeySpecException) {
533 throw (InvalidKeySpecException)failure;
536 ("Could not generate secret key", failure);
564 Exception failure = null; local
570 if (failure == null) {
571 failure = e;
576 if (failure instanceof InvalidKeySpecException)
599 Exception failure = null; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
MessageQueueTest.java 47 failure(new RuntimeException( method
52 failure(new RuntimeException( method
60 failure(new RuntimeException( method
127 failure(new RuntimeException( method
132 failure(new RuntimeException( method
140 failure(new RuntimeException( method
175 failure(new RuntimeException(
179 failure(new RuntimeException(String.format(
183 failure(new RuntimeException(String.format(
187 failure(new RuntimeException(String.format
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
11-1.c 35 int failure = 0; local
45 failure = 1;
49 if (failure) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
3-2.c 54 int unresolved = 0, failure = 0; local
70 failure = 1;
76 failure = 1;
82 failure = 1;
88 failure = 1;
94 failure = 1;
98 perror("mq_receive() returned failure");
104 failure = 1;
108 perror("mq_receive() returned failure");
114 failure = 1
    [all...]
11-1.c 32 int unresolved = 0, failure = 0; local
44 failure = 1;
49 failure = 1;
62 if (failure == 1) {
11-2.c 32 int unresolved = 0, failure = 0; local
44 failure = 1;
49 failure = 1;
62 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
6-1.c 25 int failure = 0; local
35 failure = 1;
38 printf("nanosleep() did not return -1 on failure\n");
43 if (failure) {
10000-1.c 51 int failure = 0; local
83 failure = 1;
91 failure = 1;
103 failure = 1;
106 printf("nanosleep() did not return -1 on failure\n");
107 failure = 1;
111 if (failure) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
3-1.c 55 int unresolved = 0, failure = 0; local
72 failure = 1;
78 failure = 1;
84 failure = 1;
90 failure = 1;
96 failure = 1;
100 perror("mq_receive() returned failure");
101 failure = 1;
106 failure = 1;
110 perror("mq_receive() returned failure");
    [all...]
  /external/icu/icu4c/source/test/intltest/
miscdtfm.h 32 UBool failure(UErrorCode status, const char* msg);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
12-1.c 60 int failure = 0; local
80 failure = 1;
84 failure = 1;
87 if (failure) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
FailureListener.java 6 import org.junit.runner.notification.Failure;
14 public static List<Failure> runTests(Class<?> testClass) throws InitializationError {
22 public final List<Failure> failures = new ArrayList<>();
25 public void testFailure(Failure failure) throws Exception {
26 failures.add(failure);
30 public void testAssumptionFailure(Failure failure) {
31 failures.add(failure);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
1-1.c 41 int unresolved = 0, failure = 0; local
64 failure = 1;
70 failure = 1;
75 failure = 1;
79 failure = 1;
83 failure = 1;
88 failure = 1;
101 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
1-1.c 42 int unresolved = 0, failure = 0; local
67 failure = 1;
73 failure = 1;
78 failure = 1;
84 failure = 1;
89 failure = 1;
94 failure = 1;
107 if (failure == 1) {
  /system/tools/hidl/c2hal/test/
build_all.py 32 success, failure = genFiles(path, is_open_gl)
35 print("Failure: ", ", ".join(failure))
37 ratio = len(success) / (len(success) + len(failure))
50 failure = []
69 failure += [header]
71 return success, failure
  /system/update_engine/payload_consumer/
fake_file_descriptor.cc 25 // Check for the EOF condition first to avoid reporting it as a failure.
29 // failure will occur. This will mark the end of the read chunk.
31 for (const auto& failure : failure_ranges_) {
32 // A failure range that includes the current offset results in an
33 // immediate failure to read any bytes.
34 if (failure.first <= offset_ && offset_ < failure.first + failure.second) {
38 if (failure.first > offset_)
39 first_failure = std::min(first_failure, failure.first)
    [all...]
  /external/vogar/src/vogar/target/
TargetMonitorRunListener.java 21 import org.junit.runner.notification.Failure;
33 private Failure failure; field in class:TargetMonitorRunListener
41 failure = null;
46 public void testFailure(Failure failure) throws Exception {
47 this.failure = failure;
52 if (failure == null) {
56 Throwable thrown = failure.getException()
    [all...]

Completed in 511 milliseconds

12 3 4 5 6 7 8 91011>>