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

<<11121314151617181920>>

  /system/extras/tests/sdcard/
sysutil.cpp 90 printErrno("Failed to open", filename);
112 printErrno("Failed to read", filename);
155 printErrno("Failed to open", filename);
174 printErrno("Failed to write", filename);
278 fprintf(stderr, "Failed to write to scaling governor file for cpu %d: %d %s",
356 fprintf(stderr, "Fork failed: %d %s", errno, strerror(errno));
370 fprintf(stderr, "Wait failed\n");
460 printErrno("Failed to write", "parent");
493 printErrno("Failed to read", "parent");
548 printErrno("Failed to read", "child")
    [all...]
  /cts/tools/host/src/com/android/cts/
DeviceObserver.java 24 * <li>FAIL: indicate that the action is failed.
33 * no matter succeeded or failed.
  /dalvik/libcore/security/src/main/java/java/security/cert/
CertPathBuilderException.java 36 * why the building of the certification path failed.
46 * why the building of the certification path failed.
CertStoreException.java 36 * the cause why the access to the certificate store failed.
46 * the cause why the access to the certificate store failed.
  /dalvik/tests/080-oom-throw/src/
Main.java 60 System.out.println("Array allocation failed");
72 System.out.println("Instance allocation failed");
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
BatchOperation.java 60 Log.e(TAG, "storing contact data failed", e1);
62 Log.e(TAG, "storing contact data failed", e2);
  /external/bluetooth/glib/tests/
testgdateparser.c 77 g_print(" failed.\n");
97 g_print("Parse failed.\n");
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 92 fprintf(stderr, "ECC failed shamir test: size=%d, testno=%d\n", sizes[x], y);
155 fprintf(stderr, "failed. Size don't match?");
159 fprintf(stderr, "Failed. Contents didn't match.");
176 fprintf(stderr, "failed. Size don't match?");
180 fprintf(stderr, "Failed. Contents didn't match.");
207 fprintf(stderr, "Failed (length)");
212 fprintf(stderr, "Failed (contents)");
226 fprintf(stderr, "ecc_verify_hash failed %d, %d, ", stat, stat2);
  /external/dropbear/libtommath/
bn_mp_grow.c 32 * in case the operation failed we don't want
37 /* reallocation failed but "a" is still valid [can be freed] */
  /external/elfutils/libdw/
dwarf_begin.c 62 /* Test why the `elf_begin" call failed. */
77 /* If this failed, free the resources. */
  /external/icu4c/test/cintltst/
idnatest.c 105 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
110 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
128 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
151 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
173 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
195 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
217 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
470 log_err_status(status, "%s failed to convert domainNames[%i].Error: %s \n",testName, i, u_errorName(status));
477 log_err( "%s failed to convert domainNames[%i].Error: %s \n",testName,i, u_errorName(status));
500 log_err_status(status, "%s failed to convert domainNames[%i].Error: %s \n",testName,i, u_errorName(status))
    [all...]
  /external/iproute2/testsuite/lib/
generic.sh 34 ts_err "${SCRIPT}: ${DESC} failed:"
62 ts_err "${SCRIPT}: ${DESC} failed:"
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_defs.h 25 // Base decoder node failed to initialize the base decoder. Fatal error so the node needs to be reset.
31 // Decoding of a frame failed. Base decoder node will continue on to decode the next frame
  /external/opencore/nodes/pvomxencnode/include/
pvmf_omx_enc_defs.h 25 // Enc node failed to initialize the encoder. Fatal error so the node needs to be reset.
31 // Encoding of a frame failed. Encoder node will continue on to encode the next frame
  /external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
SDL_sysloadso.c 39 SDL_SetError("Failed loading %s: %s", sofile, loaderror);
56 SDL_SetError("Failed loading %s: %s", name, (const char *)dlerror());
  /external/qemu/distrib/sdl-1.2.12/src/loadso/mint/
SDL_sysloadso.c 40 SDL_SetError("Failed loading %s: %s", sofile, loaderror);
50 SDL_SetError("Failed loading %s: %s", name, loaderror);
  /external/stlport/src/
sparc_atomic.s 40 bne 1b ! Retry if we failed.
62 bne 2b ! Retry if we failed.
  /external/webkit/LayoutTests/storage/
statement-error-callback.html 47 tx.executeSql("THIS STATEMENT WILL FAIL", [], function(message) { log("FAIL - this statement should have failed"); finishTest(); }, function(error) { return true; });
54 tx.executeSql("THIS STATEMENT WILL FAIL", [], function(message) { log("FAIL - this statement should have failed"); finishTest(); }, function(error) { throw "Exception in Statement error callback"; return false; });
  /external/webkit/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 18 var url = prompt("Test failed. To prove it, I'm going " +
44 str += "<li>If the test failed, a prompt will appear.</ol>";
  /external/wpa_supplicant/
pcsc_funcs.c 343 wpa_printf(MSG_DEBUG, "SCARD: Failed to read EF_DIR");
352 wpa_printf(MSG_DEBUG, "SCARD: Failed to get EF_DIR "
363 wpa_printf(MSG_DEBUG, "SCARD: Failed to read "
461 goto failed;
466 wpa_printf(MSG_DEBUG, "SCARD: SCardListReaders failed "
468 goto failed;
476 wpa_printf(MSG_INFO, "SCARD: malloc failed\n");
477 goto failed;
482 wpa_printf(MSG_DEBUG, "SCARD: SCardListReaders failed(2) "
484 goto failed;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
pcsc_funcs.c 343 wpa_printf(MSG_DEBUG, "SCARD: Failed to read EF_DIR");
352 wpa_printf(MSG_DEBUG, "SCARD: Failed to get EF_DIR "
363 wpa_printf(MSG_DEBUG, "SCARD: Failed to read "
461 goto failed;
466 wpa_printf(MSG_DEBUG, "SCARD: SCardListReaders failed "
468 goto failed;
476 wpa_printf(MSG_INFO, "SCARD: malloc failed\n");
477 goto failed;
482 wpa_printf(MSG_DEBUG, "SCARD: SCardListReaders failed(2) "
484 goto failed;
    [all...]
  /frameworks/base/libs/ui/
GraphicBufferMapper.cpp 65 LOGW_IF(err, "registerBuffer(%p) failed %d (%s)",
78 LOGW_IF(err, "unregisterBuffer(%p) failed %d (%s)",
96 LOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
108 LOGW_IF(err, "unlock(...) failed %d (%s)", err, strerror(-err));
143 LOGE("ashmem_create_region(size=%d) failed (%s)",
153 LOGE("ashmem_set_prot_region(fd=%d, prot=%x) failed (%s)",
161 LOGE("alloc mmap(fd=%d, size=%d, prot=%x) failed (%s)",
195 LOGE("registerBuffer mmap(fd=%d, size=%d, prot=%x) failed (%s)",
  /hardware/ti/wlan/wl1271/Test/
MibDbg.c 69 WLAN_OS_REPORT(("Get ARP Table failed\n"));
106 WLAN_OS_REPORT(("Get Group Address Table failed\n"));
143 WLAN_OS_REPORT(("Get Counter Table failed\n"));
162 WLAN_OS_REPORT(("Modify CTS To Self failed: No Parameter received\n"));
174 WLAN_OS_REPORT(("Modify CTS To Self failed\n"));
197 WLAN_OS_REPORT(("Get CTS To Self failed\n"));
214 WLAN_OS_REPORT(("Set Maximum Rx Life Time failed: No Parameter received\n"));
225 WLAN_OS_REPORT(("Set Maximum Rx Life Time failed\n"));
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 20 import static com.android.mms.transaction.TransactionState.FAILED;
89 Log.e(TAG, "Failed to load NotificationInd from: " + uriString, e);
112 Log.e(TAG, "Failed to save NotificationInd in constructor.", e);
162 mTransactionState.setState(FAILED);
169 mTransactionState.setState(FAILED);
195 // STATUS_DEFERRED, may be a failed immediate retrieval.
216 mTransactionState.setState(FAILED);
217 Log.e(TAG, "NotificationTransaction failed.");
  /system/core/nexus/
TiwlanEventListener.cpp 36 LOGE("Failed to allocate packet (out of memory)");
41 LOGE("recv failed (%s)", strerror(errno));

Completed in 141 milliseconds

<<11121314151617181920>>