HomeSort by relevance Sort by last modified time
    Searched full:failed (Results 501 - 525 of 5246) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/jni/
android_hardware_Camera.cpp 304 jniThrowException(env, "java/lang/RuntimeException", "Camera initialization failed");
370 jniThrowException(env, "java/io/IOException", "setPreviewDisplay failed");
381 jniThrowException(env, "java/lang/RuntimeException", "startPreview failed");
437 jniThrowException(env, "java/lang/RuntimeException", "autoFocus failed");
449 jniThrowException(env, "java/lang/RuntimeException", "cancelAutoFocus failed");
461 jniThrowException(env, "java/lang/RuntimeException", "takePicture failed");
479 jniThrowException(env, "java/lang/RuntimeException", "setParameters failed");
500 jniThrowException(env, "java/io/IOException", "reconnect failed");
512 jniThrowException(env, "java/lang/RuntimeException", "lock failed");
523 jniThrowException(env, "java/lang/RuntimeException", "unlock failed");
    [all...]
  /dalvik/libdex/
SysUtil.c 56 LOGW("mmap(%d, RW, SHARED|ANON) failed: %s\n", (int) length,
174 LOGW("read(fd=%d, start=%d, length=%d) failed: %s\n", (int) length,
207 LOGW("mmap(%d, RO, FILE|SHARED, %d, %d) failed: %s\n", (int) length,
247 LOGW("mmap(%d, R/W, FILE|PRIVATE, %d, %d) failed: %s\n", (int) length,
254 LOGV("mprotect(%p, %d, PROT_READ) failed: %s\n",
256 LOGD("mprotect(RO) failed (%d), file will remain read-write\n", err);
304 LOGW("mmap(%d, R, FILE|SHARED, %d, %d) failed: %s\n",
358 LOGV("mprotect (%p,%zd,%d) failed: %s\n",
378 LOGW("munmap(%p, %d) failed: %s\n",
  /external/bluetooth/bluez/test/
btiotest.c 106 printf("Connecting failed: %s\n", err->message);
177 printf("bt_io_accept() failed\n");
213 printf("bt_io_accept() failed: %s\n", err->message);
256 printf("Connecting to %s failed: %s\n", dst, err->message);
303 printf("Listening failed: %s\n", err->message);
340 printf("Connecting to %s failed: %s\n", dst, err->message);
385 printf("Listening failed: %s\n", err->message);
423 printf("Connecting to %s failed: %s\n", dst, err->message);
451 printf("Listening failed: %s\n", err->message);
  /external/dbus/test/name-test/
test-names.c 410 fprintf (stderr, "*** Failed to open connection 0 to session bus: %s\n",
424 fprintf (stderr, "*** Failed to open connection 1 to session bus: %s\n",
439 fprintf (stderr, "*** Failed to open connection 2 to session bus: %s\n",
454 fprintf (stderr, "*** Failed to open connection 3 to session bus: %s\n",
469 fprintf (stderr, "*** Failed to open monitoring connection to session bus: %s\n",
483 fprintf (stderr, "*** Failed to set filter on monitoring connection: %s\n",
519 fprintf (stderr, "*** Failed to remove connection %i in iteration %i: %s\n",
545 fprintf (stderr, "Failed at iteration %i\n", i);
551 fprintf (stderr, "Failed at iteration %i\n", i);
  /external/icu4c/test/cintltst/
cucdapi.c 250 log_err("uscript_getScript for codepoint \\U%08X failed\n",codepoints[i]);
254 log_err("uscript_getScript for codepoint \\U%08X failed. Error: %s\n",
261 log_err("uscript_getScript failed.\n");
281 log_err("uscript_getScript for codepoint \\U%08X failed.\n", i);
285 log_err("uscript_getScript failed for %d codepoints\n", err);
292 log_err("uscript_getName failed for code %i: name is NULL or \"\"\n",i);
336 log_err("uscript_getName failed for code %i: %s!=%s\n", i, name, expectedLong[j]);
340 log_err("uscript_getShortName failed for code %i: %s!=%s\n", i, name, expectedShort[j]);
349 log_err("uscript_getCode failed for script name %s. Error: %s\n",expectedShort[i], u_errorName(status));
  /external/icu4c/test/intltest/
dtfmapts.cpp 87 errln("FAIL: setTwoDigitStartDate failed.");
122 errln("ERROR: == failed");
140 errln("ERROR: format() failed (French)");
162 errln("ERROR: parseObject() failed for " + text);
169 errln("ERROR: parse() failed, stopping testing");
194 errln("ERROR: setLenient() failed");
202 errln("ERROR: adopt or set Calendar() failed");
210 errln("ERROR: adopt or set NumberFormat() failed");
218 errln("ERROR: adopt or set TimeZone() failed");
caltztst.cpp 32 dataerrln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
34 errcheckln(status, UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
111 errln("FAIL: Calendar::createInstance failed");
192 errln("FAIL: Calendar::getTime failed");
211 errln("FAIL: Calendar::get failed");
  /external/openssl/crypto/evp/
evp_test.c 165 fprintf(stderr,"EncryptInit failed\n");
173 fprintf(stderr,"Encrypt failed\n");
179 fprintf(stderr,"EncryptFinal failed\n");
204 fprintf(stderr,"DecryptInit failed\n");
212 fprintf(stderr,"Decrypt failed\n");
218 fprintf(stderr,"DecryptFinal failed\n");
281 fprintf(stderr,"DigestInit failed\n");
287 fprintf(stderr,"DigestUpdate failed\n");
293 fprintf(stderr,"DigestFinal failed\n");
openbsd_hw.c 107 err("CRIOGET failed");
123 err("CIOCFSESSION failed");
147 err("CIOCGSESSION failed");
208 err("CIOCCRYPT(2) failed");
224 err("CIOCCRYPT failed");
294 err("CIOCGSESSION failed");
304 err("CIOCFSESSION failed");
353 err("CIOCCRYPT(MAC2) failed");
361 err("CIOCCRYPT(MAC) failed");
  /external/v8/src/
checks.h 62 V8_Fatal(file, line, "CHECK(%s) failed", source);
78 "CHECK_EQ(%s, %s) failed\n# Expected: %i\n# Found: %i",
94 "CHECK_EQ(%s, %s) failed\n#"
114 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i",
132 "CHECK_EQ(%s, %s) failed\n# Expected: %s\n# Found: %s",
146 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s",
162 "CHECK_EQ(%s, %s) failed\n# Expected: %p\n# Found: %p",
176 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %p",
197 "CHECK_EQ(%s, %s) failed\n# Expected: %f\n# Found: %f",
  /external/webkit/WebKit/win/
WebDownload.cpp 199 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data());
221 LOG_ERROR("Failed to read footer magic number from the bundle - errno(%i)", errno);
242 LOG_ERROR("Failed to read ResumeData length from the bundle - errno(%i)", errno);
256 LOG_ERROR("Failed to read ResumeData from the bundle - errno(%i)", errno);
265 LOG_ERROR("Failed to truncate the resume footer off the end of the file - errno(%i)", resizeError);
293 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data());
310 LOG_ERROR("Failed to write resume data to the bundle - errno(%i)", errno);
315 LOG_ERROR("Failed to write footer length to the bundle - errno(%i)", errno);
321 LOG_ERROR("Failed to write footer magic number to the bundle - errno(%i)", errno);
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.c 89 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"twIf_Create failed\n");
90 WLAN_OS_REPORT(("twIf_Create failed\n"));
99 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"cmdBld_Create failed\n");
100 WLAN_OS_REPORT(("cmdBld_Create failed\n"));
109 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD MacServices_create failed!!!\n");
110 WLAN_OS_REPORT(("TWD MacServices_create failed!!!\n"));
119 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD cmdQueue_Create failed!!!\n");
120 WLAN_OS_REPORT(("TWD cmdQueue_Create failed!!!\n"));
132 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD txXfer_Create failed!!!\n");
133 WLAN_OS_REPORT(("TWD txXfer_Create failed!!!\n"))
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.c 92 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"twIf_Create failed\n");
93 WLAN_OS_REPORT(("twIf_Create failed\n"));
102 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"cmdBld_Create failed\n");
103 WLAN_OS_REPORT(("cmdBld_Create failed\n"));
112 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD MacServices_create failed!!!\n");
113 WLAN_OS_REPORT(("TWD MacServices_create failed!!!\n"));
122 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE, "TWD cmdQueue_Create failed!!!\n");
123 WLAN_OS_REPORT(("TWD cmdQueue_Create failed!!!\n"));
135 TRACE0(pTWD->hReport, REPORT_SEVERITY_CONSOLE,"TWD txXfer_Create failed!!!\n");
136 WLAN_OS_REPORT(("TWD txXfer_Create failed!!!\n"))
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipEntryTest.java 85 assertNotNull("Failed to create ZipEntry", zentry);
158 assertTrue("Failed to get Crc", zentry.getCrc() == orgCrc);
242 assertTrue("Failed to get time", zentry.getTime() == orgTime);
311 assertTrue("Set compressed size failed",
314 assertEquals("Set compressed size failed", 0, zentry
317 assertEquals("Set compressed size failed", -25, zentry
320 assertTrue("Set compressed size failed",
336 assertTrue("Failed to set Crc", zentry.getCrc() == (orgCrc + 100));
338 assertEquals("Failed to set Crc", 0, zentry.getCrc());
415 assertTrue("Failed to set compression method"
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceQueueTest.java 90 assertNull("Remove failed.", rq.poll().get());
96 assertEquals("Remove failed.", obj, (rq.poll().get()));
102 assertTrue("Remove failed.", ((Boolean) rq.poll().get())
135 assertTrue("Remove failed.", ((Boolean) rq.remove().get())
188 assertNotNull("Delayed remove failed.", ret);
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
LinkedListTest.java 98 assertTrue("Failed to add Object>: " + ll.get(50).toString(), ll
100 assertTrue("Failed to fix up list after insert",
119 assertTrue("Failed to add Object", ll.getLast() == o);
142 assertTrue("Failed to ad elements properly",
145 assertTrue("Failed to ad elements properly",
218 assertTrue("Failed to add elements properly", l.get(i).equals(
226 assertTrue("Failed to add to existing list", ll.get(i + 100)
265 assertTrue("Failed to add Object", ll.getFirst() == o);
267 assertNull("Failed to add null", ll.getFirst());
283 assertTrue("Failed to add Object", ll.getLast() == o)
    [all...]
  /dalvik/tests/
run-all-tests 104 failed=0
113 ((failed += 1))
120 echo "failed: $failed test(s)"
123 echo "failed: $i"
  /external/bluetooth/glib/gio/xdgmime/
test-mime.c 38 printf ("Test Failed: %s is of type %s, but %s is expected\n",
69 printf ("Test Failed: %s is %s to %s\n",
97 printf ("Test Failed: %s is %s of %s\n",
128 printf ("Test Failed: mime type of %s is %s, expected %s\n",
158 printf ("Test Failed: icon of %s is %s, expected %s\n",
  /external/bluetooth/glib/gmodule/
gmodule-beos.c 71 gchar *msg = g_strdup_printf ("failed to load_add_on(%s): %s",
97 gchar *msg = g_strdup_printf ("failed to get_next_image_info(self): %s",
124 msg = g_strdup_printf ("failed to unload_add_on(%s): %s", name, strerror (status));
148 msg = g_strdup_printf ("failed to get_image_info(): %s", strerror (status));
180 msg = g_strdup_printf ("failed to get_image_symbol(%s): %s", symbol_name, strerror (status));
  /external/bluetooth/glib/tests/
mapping-test.c 72 g_print ("failed to write '%s': %s\n",
90 g_print ("failed to map '%s' non-writable, shared: %s\n",
156 g_print ("failed to read '%s': %s\n",
191 g_print ("failed to spawn child: %s\n",
219 g_print ("failed to read '%s': %s\n", name, error->message);
  /external/dbus/dbus/
dbus-string-util.c 278 _dbus_assert_not_reached ("failed to init string");
295 _dbus_assert_not_reached ("failed to init string");
300 _dbus_assert_not_reached ("failed to set string length");
364 _dbus_assert_not_reached ("failed to init string");
370 _dbus_assert_not_reached ("failed to append string to string\n");
375 _dbus_assert_not_reached ("failed to append byte to string\n");
387 _dbus_assert_not_reached ("failed to init string");
395 _dbus_assert_not_reached ("failed to steal data");
476 _dbus_assert_not_reached ("failed to init string");
521 _dbus_assert_not_reached ("failed to init string")
    [all...]
  /external/dropbear/
svr-agentfwd.c 104 TRACE(("accept failed"))
155 dropbear_exit("failed to set euid");
170 dropbear_exit("failed to revert euid");
218 dropbear_exit("failed to set euid");
261 dropbear_exit("failed to revert euid");
  /external/e2fsprogs/lib/ext2fs/
tst_bitops.c 82 printf("ext2fs_set_bit test failed.\n");
94 printf("ext2fs_clear_bit failed, "
105 fprintf(stderr, "Failed to allocate scratch memory!\n");
135 printf("ext2fs_fast_set_bit test failed.\n");
147 printf("ext2fs_clear_bit failed, "
  /external/guava/src/com/google/common/base/
Service.java 36 * {@link State#FAILED}, and its behavior is undefined. Such a service cannot be
60 * State#FAILED}. If it has already finished starting, {@link Future#get}
73 * @throws RuntimeException if startup failed
114 * @throws RuntimeException if shutdown failed
155 FAILED
  /external/icu4c/samples/citer/
citer.cpp 56 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
77 u_fprintf(out, "startIndex() or endIndex() failed\n");
121 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
129 u_fprintf(out, "getText() failed\n");
141 u_fprintf(out, "startIndex() or endIndex() failed\n");

Completed in 199 milliseconds

<<21222324252627282930>>