HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 226 - 250 of 743) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/main/java/org/testng/reporters/jq/
Model.java 29 // Each suite is mapped to failed.png, skipped.png or nothing (which means passed.png)
47 List<ITestResult> failed = Lists.newArrayList(); local
52 failed.addAll(context.getFailedTests().getAllResults());
67 // Process them in the order passed, skipped and failed, so that the failed
91 // Failed
94 for (ITestResult tr : failed) {
95 m_statusBySuiteName.put(suite.getName(), "failed");
103 m_model.putAll(suite, failed);
  /external/wpa_supplicant_8/src/crypto/
crypto_linux.c 36 wpa_printf(MSG_ERROR, "%s: Failed to open AF_ALG socket: %s",
47 "%s: Failed to bind AF_ALG socket(%s,%s): %s",
72 wpa_printf(MSG_ERROR, "%s: setsockopt(ALG_SET_KEY) failed: %s",
80 wpa_printf(MSG_ERROR, "%s: accept on AF_ALG socket failed: %s",
90 "%s: send on AF_ALG socket failed: %s",
105 "%s: recv on AF_ALG socket failed: %s",
235 int failed; member in struct:crypto_hash
295 wpa_printf(MSG_ERROR, "%s: setsockopt(ALG_SET_KEY) failed: %s",
304 wpa_printf(MSG_ERROR, "%s: accept on AF_ALG socket failed: %s",
325 "%s: send on AF_ALG socket failed: %s"
    [all...]
tls_gnutls.c 47 int read_alerts, write_alerts, failed; member in struct:tls_connection
207 wpa_printf(MSG_INFO, "TLS: Failed to initialize new TLS "
232 wpa_printf(MSG_INFO, "TLS: Failed to setup new TLS connection: %s",
260 wpa_printf(MSG_INFO, "Failed to configure "
316 wpa_printf(MSG_INFO, "GnuTLS: Failed to preparare new session "
325 wpa_printf(MSG_INFO, "GnuTLS: Failed to configure credentials "
335 wpa_printf(MSG_INFO, "GnuTLS: Failed to set session "
415 "GnuTLS: Failed to read CA cert '%s' in DER format (%s) - try in PEM format",
423 "Failed to read CA cert '%s' in PEM format: %s",
439 "Failed to parse CA cert in DER format: %s"
    [all...]
  /frameworks/base/tests/testables/src/android/testing/
TestableContext.java 470 protected void failed(Throwable e, Description description) { method in class:TestableContext
  /frameworks/base/tools/aapt/
ZipFile.cpp 99 ALOGD("fopen failed: %d\n", err);
313 ALOGD("initFromCDE failed\n");
328 ALOGD("EOCD check read failed\n");
333 ALOGD("EOCD read check failed\n");
416 bool failed = false; local
419 ALOGD("compression failed, storing\n");
420 failed = true;
432 failed = true;
436 if (failed) {
443 /* handle "no compression" request, or failed compression from above *
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
AsynchronousFileChannelTest.java 268 public void failed(Throwable exc, String attachment) { method in class:AsynchronousFileChannelTest.RecordingHandler
671 public void failed(Throwable exc, String attachment) {
  /art/dt_fd_forward/
dt_fd_forward.cc 151 DT_IO_ERROR("Failed read()");
167 DT_IO_ERROR("Failed ioctl(read_fd_, FIONREAD, &avail)");
177 DT_IO_ERROR("Failed poll on read fd.");
219 DT_IO_ERROR("Failed to poll!");
256 DT_IO_ERROR("Failed write()");
305 DT_IO_ERROR("Failed to receive fds!");
309 bool failed = false; local
314 failed = true;
321 failed = true;
324 if (failed) {
    [all...]
  /bionic/libc/kernel/uapi/mtd/
mtd-abi.h 143 __u32 failed; member in struct:mtd_ecc_stats
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 79 state.failed = false;
108 state.failed = false;
112 state.failed = true;
122 state.failed = false;
293 msg = "rule "+fpe.ruleName+" failed predicate: {"+
751 /** Return whether or not a backtracking attempt failed. */
752 public boolean failed() { return state.failed; } method in class:BaseRecognizer
807 * If we attempted but failed to parse properly before, return
821 state.failed=true
    [all...]
  /external/fio/
gettime.c 494 log_err("clock cpuset init failed: %s\n", strerror(__err));
503 log_err("clock setaffinity failed: %s\n", strerror(__err));
568 unsigned long nr_entries, tentries, failed = 0; local
610 failed++;
634 failed++;
638 if (failed) {
640 log_err("Clocksource test: %lu threads failed\n", failed);
648 for (failed = i = 0; i < tentries; i++) {
660 failed++
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
ServiceManager.java 26 import static com.google.common.util.concurrent.Service.State.FAILED;
97 * // Something failed, at this point we could log it, notify a load balancer, or take
155 * {@linkplain State#FAILED fail}/{@linkplain State#TERMINATED terminate} before all other
162 * {@linkplain State#TERMINATED terminated} or {@linkplain State#FAILED failed}.
167 * Called when a component service has {@linkplain State#FAILED failed}.
169 * @param service The service that failed.
335 * Service.State#FAILED failed}
769 @Override public void failed(State from, Throwable failure) { method in class:ServiceManager.ServiceListener
    [all...]
  /external/harfbuzz_ng/test/api/
test-unicode.c 484 gboolean failed = TRUE; local
506 failed = TRUE;
511 if (failed)
512 g_test_message ("Some property tests failed. You probably have an old version of one of the libraries used.");
757 gboolean failed = FALSE; local
773 failed = TRUE;
779 if (failed)
780 g_test_message ("Some script roundtrip tests failed. You probably have an old version of one of the libraries used.");
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 176 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src32[i], u32Target[i],i);
180 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0, u32Target[i],i);
204 log_verbose("u_strToUTF32(NUL-termination) failed expected: %04X got: %04X \n", src32[i], u32Target[i]);
356 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src16[i] ,uTarget[i],i);
360 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0,uTarget[i],i);
384 log_verbose("u_strFromUTF32(with NUL-termination) failed expected: %04X got: %04X \n", src16[i] ,uTarget[i]);
519 UBool failed = FALSE; local
536 log_err("u_strToUTF8 failed after preflight. Error: %s\n", u_errorName(err));
544 failed = FALSE;
553 log_verbose("u_strToUTF8() failed expected: %04X got: %04X \n", src8[i], u8Target[i])
1174 UBool failed = FALSE; local
1440 UBool failed = FALSE; local
    [all...]
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 105 // Adds the failed assertion
141 bool TestResult::failed() const { return !failures_.empty(); } function in class:JsonTest::TestResult
267 const char* status = result.failed() ? "FAILED" : "OK";
278 if (result.failed()) {
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 245 * @failed: number of uncorrectable errors
251 __u32 failed; member in struct:mtd_ecc_stats
  /external/libmojo/mojo/edk/system/
core.cc 224 bool failed = false; local
228 failed = true;
230 if (failed) {
    [all...]
  /external/ltp/lib/
tst_test.c 53 int failed; member in struct:results
124 tst_res(TWARN | TERRNO, "close(ipc_fd) failed");
127 tst_res(TWARN | TERRNO, "unlink(%s) failed", shm_path);
173 tst_atomic_inc(&results->failed);
370 tst_brk(TBROK | TERRNO, "wait() failed");
386 tst_brk_(filename, lineno, TBROK | TERRNO, "fork() failed");
579 printf("failed %d\n", results->failed);
586 if (results->failed)
622 if (a->failed != b->failed
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
XMLReporter.java 41 // Calculate passed/failed/skipped
43 int failed = 0; local
49 failed += testContext.getFailedTests().size();
57 p.put("failed", failed);
59 p.put("total", passed + failed + skipped);
  /external/toolchain-utils/cros_utils/
buildbot_json.py 664 'failed',
678 def failed(self): member in class:BuildSteps
679 """Shortcuts that lists the step names of steps that failed."""
    [all...]
  /external/v8/src/regexp/
regexp-parser.h 201 bool failed() { return failed_; } function in class:v8::internal::BASE_EMBEDDED
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 149 printf("Failed to open database %s: %s\n",
241 printf("Failed to update SQN in database for IMSI %s\n",
746 int failed = 0; local
780 failed = 1;
790 if (failed) {
910 printf("Failed to process request\n");
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 46 unsigned int failed:1; member in struct:osu_icon
254 wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
542 if (icon->id || icon->failed)
545 icon->failed = 1;
746 if (icon->failed)
771 if (icon->id || icon->failed)
783 icon->failed = 1;
  /frameworks/base/media/jni/
android_media_Utils.cpp 135 ALOGV("GetData read failed: (offset: %zu, length: %zu)", offset, length);
173 bool failed = false; local
176 failed = (nKeyValuePairs != env->GetArrayLength(values));
179 if (!failed) {
180 failed = ((keys != NULL && values == NULL) ||
184 if (failed) {
631 // failed to find size, default to whole buffer
884 ALOGE("Lock buffer failed!");
918 ALOGE("%s: lock graphic buffer failed", __FUNCTION__);
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/background/systemalarm/
SystemAlarmDispatcherTest.java 394 OneTimeWorkRequest failed = new OneTimeWorkRequest.Builder(TestWorker.class) local
396 .setInitialState(State.FAILED)
415 insertWork(failed);
440 assertThat(capturedIds.contains(failed.getStringId()), is(false));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
mtd-abi.h 242 * @failed: number of uncorrectable errors
248 __u32 failed; member in struct:mtd_ecc_stats

Completed in 1306 milliseconds

1 2 3 4 5 6 7 8 91011>>