HomeSort by relevance Sort by last modified time
    Searched refs:FAILED (Results 1 - 25 of 996) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/bin/
run-all-posix-option-group-tests.sh 10 FAILED=0
15 FAILED=1
19 exit $FAILED
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
State.java 42 FAILED,
58 * @return {@code true} for {@link #SUCCEEDED}, {@link #FAILED}, and {@link #CANCELLED} States
61 return (this == SUCCEEDED || this == FAILED || this == CANCELLED);
  /hardware/interfaces/oemlock/1.0/
types.hal 22 FAILED,
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
RetryType.java 23 FAILED,
  /tools/tradefederation/core/src/com/android/tradefed/util/
CommandStatus.java 25 FAILED,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
30-1.c 57 * FAILED(descr);
58 * where descr is a short text saying why the test has failed.
108 UNRESOLVED(ret, "Failed to empty signal set");
121 FAILED("Setting handler for invalid signal did not fail");
127 FAILED("Wrong error code returned");
138 FAILED("Setting handler for SIGKILL did not fail");
144 FAILED("Wrong error code returned");
155 FAILED("Setting handler for SIGSTOP did not fail");
161 FAILED("Wrong error code returned");
174 FAILED("Ignoring SIGKILL did not fail")
    [all...]
  /external/ltp/testcases/kernel/syscalls/memcpy/
memcpy01.c 54 #define FAILED 0
92 fprintf(temp, "\tcopy failed - missed data\n");
93 local_flag = FAILED;
97 fprintf(temp, "\tcopy failed - 'to' bounds\n");
98 local_flag = FAILED;
102 fprintf(temp, "\tcopy failed - 'from' bounds\n");
103 local_flag = FAILED;
119 fprintf(temp, "\tcopy failed - missed data\n");
120 local_flag = FAILED;
124 fprintf(temp, "\tcopy failed - 'to' bounds\n")
    [all...]
  /hardware/interfaces/nfc/1.0/default/
Nfc.cpp 24 return NfcStatus::FAILED;
28 return ret == 0 ? NfcStatus::OK : NfcStatus::FAILED;
42 return NfcStatus::FAILED;
45 return ret == 0 ? NfcStatus::OK : NfcStatus::FAILED;
50 return NfcStatus::FAILED;
52 return mDevice->pre_discover(mDevice) ? NfcStatus::FAILED : NfcStatus::OK;
57 return NfcStatus::FAILED;
60 return mDevice->close(mDevice) ? NfcStatus::FAILED : NfcStatus::OK;
65 return NfcStatus::FAILED;
67 return mDevice->control_granted(mDevice) ? NfcStatus::FAILED : NfcStatus::OK
    [all...]
  /external/ltp/testcases/kernel/syscalls/creat/
creat08.c 62 #define FAILED 0
113 "getpwnam(\"nobody\") failed");
125 "getgrnam(\"nogroup\") failed");
131 "getgrnam(\"bin\") failed");
143 tst_resm(TFAIL, "Creation of %s failed", DIR_A);
144 local_flag = FAILED;
148 tst_resm(TFAIL, "Chown of %s failed", DIR_A);
149 local_flag = FAILED;
153 tst_resm(TFAIL, "Stat of %s failed", DIR_A);
154 local_flag = FAILED;
    [all...]
  /external/ltp/testcases/kernel/syscalls/open/
open10.c 51 #define FAILED 0
134 tst_resm(TFAIL | TERRNO, "mkdir(%s) failed", DIR_A);
135 local_flag = FAILED;
139 tst_resm(TFAIL | TERRNO, "chown(%s) failed", DIR_A);
140 local_flag = FAILED;
144 tst_resm(TFAIL | TERRNO, "stat(%s) failed", DIR_A);
145 local_flag = FAILED;
152 local_flag = FAILED;
159 local_flag = FAILED;
167 tst_resm(TFAIL | TERRNO, "mkdir(%s) failed", DIR_B)
    [all...]
  /external/ltp/testcases/misc/math/nextafter/
nextafter01.c 43 #define FAILED 0
72 local_flag = FAILED;
83 local_flag = FAILED;
94 local_flag = FAILED;
124 tst_resm(TFAIL, "Test failed");
  /tools/tradefederation/core/src/com/android/tradefed/result/
InvocationStatus.java 22 SUCCESS, FAILED, BUILD_ERROR;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
4-2.c 55 * FAILED(descr);
56 * where descr is a short text saying why the test has failed.
96 FAILED("sem_unlink did not return -1");
101 FAILED("The error was not ENOENT");
6-1.c 57 * FAILED(descr);
58 * where descr is a short text saying why the test has failed.
104 UNRESOLVED(errno, "Failed to create the semaphore");
111 UNRESOLVED(errno, "Failed to unlink the semaphore");
118 FAILED("Reconnecting the unlinked semaphore did not failed");
123 FAILED
124 ("Reconnecting the unlinked semaphore failed with a wrong error");
132 FAILED("Failed to recreate the semaphore")
    [all...]
  /hardware/interfaces/secure_element/1.0/
types.hal 21 FAILED = 1,
  /tools/tradefederation/core/src/com/android/tradefed/suite/checker/
StatusCheckerResult.java 25 FAILED,
28 private CheckStatus mCheckStatus = CheckStatus.FAILED;
31 /** Create a {@link StatusCheckerResult} with the default {@link CheckStatus#FAILED} status. */
  /external/e2fsprogs/tests/
test_script.in 14 --failed)
23 FAILED=$(find . -maxdepth 1 -name \*.failed)
24 if test -z "$FAILED" ; then
26 echo "No (more) failed tests!"
29 for fname in $FAILED ; do
30 TESTS="$TESTS $SRCDIR/${fname%%.failed}"
  /external/ltp/testcases/kernel/syscalls/memset/
memset01.c 49 #define FAILED 0
80 local_flag = FAILED;
85 local_flag = FAILED;
87 if (local_flag == FAILED)
91 (local_flag == FAILED) ? tst_resm(TFAIL,
92 "Test failed") : tst_resm(TPASS,
94 (local_flag == FAILED) ? tst_resm(TFAIL,
95 "Test failed") : tst_resm(TPASS,
  /external/protobuf/jenkins/
build_and_run_docker.sh 42 bash -l "/var/local/jenkins/protobuf/$DOCKER_RUN_SCRIPT" || FAILED="true"
47 docker cp "$CONTAINER_NAME:/var/local/git/protobuf/$OUTPUT_DIR" "$git_root" || FAILED="true"
53 if [ "$FAILED" != "" ]
  /external/ltp/testcases/kernel/syscalls/memcmp/
memcmp01.c 49 #define FAILED 0
88 local_flag = FAILED;
94 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
95 local_flag = FAILED;
102 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
103 local_flag = FAILED;
110 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
111 local_flag = FAILED;
118 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
119 local_flag = FAILED;
    [all...]
  /external/libese/esed/
utils.h 78 template<typename T, T OK, T FAILED>
88 std::string errMsg = "Failed to transceive data between AP and eSE";
95 return FAILED;
102 return FAILED;
110 return FAILED;
125 template<typename T, T OK, T FAILED>
129 return FAILED;
138 template<typename T, T OK, T FAILED>
141 LOG(ERROR) << "eSE operation failed";
142 return FAILED;
    [all...]
  /external/libevent/test/
test.sh 5 FAILED=no
80 announce FAILED ;
81 FAILED=yes
90 announce FAILED ;
97 announce "FAILED (output not checked)" ;
113 announce FAILED ;
114 FAILED=yes
128 announce FAILED ;
129 FAILED=yes
184 if test "$FAILED" = "yes"; the
    [all...]
  /external/ltp/testcases/kernel/fs/stream/
stream02.c 42 #define FAILED 0
70 tst_resm(TFAIL, "mknod failed in block0: %s",
72 local_flag = FAILED;
76 tst_resm(TFAIL, "fopen(%s) w+ failed for pipe file: %s",
78 local_flag = FAILED;
83 tst_resm(TFAIL, "fopen(%s) a+ failed: %s", tempfile1,
85 local_flag = FAILED;
93 tst_resm(TFAIL, "Test failed in block0.");
103 "fopen(/dev/tty) write failed");
104 local_flag = FAILED;
    [all...]
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress08.c 36 #define FAILED 0
74 local_flag = FAILED;
81 local_flag = FAILED;
90 ERROR("mmap failed");
91 local_flag = FAILED;
98 ERROR("munmap failed");
99 local_flag = FAILED;
117 tst_brkm(TFAIL, NULL, "Test failed\n");
  /external/ltp/testcases/kernel/syscalls/fmtmsg/
fmtmsg01.c 44 #define FAILED 0
98 local_flag = FAILED;
108 local_flag = FAILED;
124 local_flag = FAILED;
137 local_flag = FAILED;
151 local_flag = FAILED;
164 local_flag = FAILED;
174 local_flag = FAILED;
189 local_flag = FAILED;
207 fprintf(temp, "failed to write to console\n\n")
    [all...]

Completed in 1566 milliseconds

1 2 3 4 5 6 7 8 91011>>