HomeSort by relevance Sort by last modified time
    Searched defs:failed (Results 201 - 225 of 550) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 174 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src32[i], u32Target[i],i);
178 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0, u32Target[i],i);
202 log_verbose("u_strToUTF32(NUL-termination) failed expected: %04X got: %04X \n", src32[i], u32Target[i]);
354 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src16[i] ,uTarget[i],i);
358 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0,uTarget[i],i);
382 log_verbose("u_strFromUTF32(with NUL-termination) failed expected: %04X got: %04X \n", src16[i] ,uTarget[i]);
517 UBool failed = FALSE; local
534 log_err("u_strToUTF8 failed after preflight. Error: %s\n", u_errorName(err));
542 failed = FALSE;
551 log_verbose("u_strToUTF8() failed expected: %04X got: %04X \n", src8[i], u8Target[i])
1179 UBool failed = FALSE; local
1445 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 244 * @failed: number of uncorrectable errors
250 __u32 failed; member in struct:mtd_ecc_stats
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 386 bool failed; member in class:fs_visitor
brw_vec4.h 231 bool failed; member in class:brw::vec4_visitor
  /external/skia/src/gpu/
GrClipMaskManager.cpp 207 bool failed = false; local
228 failed = true;
231 if (failed) {
238 failed = true;
269 failed = true;
278 if (!failed && fpCnt) {
284 return !failed;
    [all...]
  /external/strace/linux/
mtd-abi.h 243 * @failed: number of uncorrectable errors
249 __u32 failed; member in struct:mtd_ecc_stats
  /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/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/src/crypto/
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...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 98 Boolean failed; member in struct:ieee802_1x_kay
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 45 unsigned int failed:1; member in struct:osu_icon
213 wpa_printf(MSG_DEBUG, "ANQP: Failed to send Query Request");
498 if (icon->id || icon->failed)
501 icon->failed = 1;
700 if (icon->failed)
725 if (icon->id || icon->failed)
737 icon->failed = 1;
  /frameworks/base/media/jni/
android_media_Utils.cpp 134 ALOGV("GetData read failed: (offset: %zu, length: %zu)", offset, length);
172 bool failed = false; local
175 failed = (nKeyValuePairs != env->GetArrayLength(values));
178 if (!failed) {
179 failed = ((keys != NULL && values == NULL) ||
183 if (failed) {
630 // failed to find size, default to whole buffer
883 ALOGE("Lock buffer failed!");
917 ALOGE("%s: lock graphic buffer failed", __FUNCTION__);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
mtd-abi.h 146 * @failed: number of uncorrectable errors
152 __u32 failed; member in struct:mtd_ecc_stats
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_import.py 53 self.fail("import of RAnDoM should have failed (case mismatch)") namespace
81 self.fail("import from %s failed: %s" % (ext, err)) namespace
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_import.py 53 self.fail("import of RAnDoM should have failed (case mismatch)") namespace
81 self.fail("import from %s failed: %s" % (ext, err)) namespace
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 53 self.fail("import of RAnDoM should have failed (case mismatch)") namespace
81 self.fail("import from %s failed: %s" % (ext, err)) namespace
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 53 self.fail("import of RAnDoM should have failed (case mismatch)") namespace
81 self.fail("import from %s failed: %s" % (ext, err)) namespace
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
  /cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 64 private static final String FAILED_ATTR = "failed";
232 int failed = result.countResults(TestStatus.FAIL); local
299 serializer.attribute(NS, FAILED_ATTR, Integer.toString(failed));
  /external/clang/lib/Lex/
Pragma.cpp 130 bool Failed;
138 Failed(false), OutTok(Tok) {
147 if (Failed) {
156 void failed() { function in class:__anon7393::LexingFor_PragmaRAII
157 Failed = true;
187 return _PragmaLexing.failed();
203 return _PragmaLexing.failed();
212 return _PragmaLexing.failed();
222 return _PragmaLexing.failed();
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 55 bool OnFinalize(bool failed);
59 bool OnFinalize(bool failed) {
60 return failed;
164 Printf("ThreadSanitizer: failed to open memory profile file '%s'\n",
380 bool failed = false; local
398 failed = true;
407 failed = true;
419 failed = OnFinalize(failed);
426 return failed ? common_flags()->exitcode : 0
    [all...]
  /external/dbus/bus/
dispatch.c 318 _dbus_verbose ("bus_activation_activate_service() failed: %s\n", error.name);
549 dbus_bool_t failed; member in struct:__anon9558
567 d->failed = TRUE;
637 d->failed = FALSE;
645 return !d->failed;
685 socd.failed = FALSE;
693 if (socd.failed)
720 dbus_bool_t failed; member in struct:__anon9559
735 d->failed = TRUE;
740 return !d->failed;
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 288 assertEquals(ImmutableList.of(State.STARTING, State.FAILED), listener.getStateHistory());
297 assertEquals(ImmutableList.of(State.STARTING, State.RUNNING, State.FAILED),
308 assertEquals(ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.FAILED),
380 assertEquals(State.FAILED, service.state());
558 State.FAILED),
579 State.FAILED),
599 State.FAILED),
617 State.FAILED),
638 State.FAILED),
658 State.FAILED),
883 @Override public synchronized void failed(State from, Throwable failure) { method in class:AbstractServiceTest.RecordingListener
    [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 329 UBool failed = FALSE; local
337 failed = TRUE;
346 // If memory allocation failed, roll back and delete fZoneStrings
347 if (failed) {
    [all...]

Completed in 4535 milliseconds

1 2 3 4 5 6 7 891011>>