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

<<21222324252627282930>>

  /frameworks/base/cmds/svc/src/com/android/commands/svc/
WifiCommand.java 60 System.err.println("Failed to set preferred network: " + e);
71 System.err.println("Wi-Fi operation failed: " + e);
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 194 "failed to establish a connection to the proxy";
230 "failed to send a CONNECT request";
238 "failed to send a CONNECT request";
246 "failed to send a CONNECT request";
264 "failed to create an SSL socket";
300 errorMessage = "failed to create an SSL socket";
324 throw new IOException("failed to handle "+ error);
392 " failed closing connection " + mHost);
  /frameworks/base/location/java/com/android/internal/location/
GeocoderProxy.java 80 Log.e(TAG, "getFromLocation failed", e);
100 Log.e(TAG, "getFromLocationName failed", e);
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 92 public boolean failed(String testName) { method in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
101 return saw(testName) && !failed(testName) && !errored(testName);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
ForwardService.java 63 Log.w(LOGTAG, "failed to start forwarder. http tests will fail.", ioe);
111 Log.e(LOGTAG, "failed to resolve server address", ioe);
  /packages/apps/IM/src/com/android/im/engine/
SmsService.java 45 /** Failed because radio was explicitly turned off.*/
49 * Called when send an SMS failed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 104 String.format("dx.jar loading failed for target '%1$s'",
280 AdtPlugin.logAndPrintError(e, TAG, "SDK parser failed"); //$NON-NLS-1$
281 AdtPlugin.printToConsole("SDK parser failed", e.getMessage());
282 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, "SDK parser failed", e);
310 * @return a map of the resources, or null if it failed.
325 "Collect resource IDs failed, class %1$s not found in %2$s", //$NON-NLS-1$
413 "Collect permissions failed, class %1$s not found in %2$s", //$NON-NLS-1$
463 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1$
470 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1$
478 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1
    [all...]
  /system/core/libnetutils/
ifc_utils.c 61 printerr("socket() failed: %s\n", strerror(errno));
307 LOGD("failed to remove route for %s to %s: %s",
370 LOGD("failed to add %s as default route for %s: %s",
391 LOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
410 printerr("failed to turn on interface %s: %s\n", ifname, strerror(errno));
415 printerr("failed to set ipaddr %s: %s\n", ipaddr_to_string(address), strerror(errno));
420 printerr("failed to set netmask %s: %s\n", ipaddr_to_string(netmask), strerror(errno));
425 printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno));
  /system/core/toolbox/
setkey.c 55 fprintf(stderr, "KDSKBENT %d %d %d failed: %s\n",
65 fprintf(stderr, "KDGKBENT %d %d failed: %s\n",
  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 70 printf("creation of thread %d failed\n", nn);
77 printf("joining thread %d failed\n", nn);
  /system/netd/
CommandListener.cpp 94 cli->sendMsg(ResponseCode::OperationFailed, "Failed to open sysfs dir", true);
114 cli->sendMsg(ResponseCode::OperationFailed, "Failed to read counters", true);
132 cli->sendMsg(ResponseCode::OperationFailed, "Failed to read counters", true);
158 cli->sendMsg(ResponseCode::OperationFailed, "Failed to get throttle", true);
174 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set throttle", true);
201 LOGW("Failed to retrieve HW addr for %s (%s)", argv[2], strerror(errno));
254 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set address", true);
259 cli->sendMsg(ResponseCode::OperationFailed, "Failed to set netmask", true);
285 cli->sendMsg(ResponseCode::OperationFailed, "Failed to up interface", true);
292 cli->sendMsg(ResponseCode::OperationFailed, "Failed to down interface", true)
    [all...]
PanController.cpp 69 LOGE("fork failed (%s)", strerror(errno));
76 LOGE("execl failed (%s)", strerror(errno));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver.c 110 WLAN_OS_REPORT(("TnetwDrv whalCtrl_Create failed!!!\n"));
121 WLAN_OS_REPORT(("TnetwDrv MacServices_create failed!!!\n"));
130 WLAN_OS_REPORT(("TnetwDrv CmdQueue_Create failed!!!\n"));
142 WLAN_OS_REPORT(("TnetwDrv txXfer_Create failed!!!\n"));
150 WLAN_OS_REPORT(("TnetwDrv txResult_Create failed!!!\n"));
158 WLAN_OS_REPORT(("TnetwDrv rxXfer_Create failed!!!\n"));
166 WLAN_OS_REPORT(("TnetwDrv FwEvent_Create failed!!!\n"));
174 WLAN_OS_REPORT(("TnetwDrv eventMbox_Create failed!!!\n"));
183 WLAN_OS_REPORT(("TnetwDrv debugTrace_Create failed!!!\n"));
192 WLAN_OS_REPORT(("TnetwDrv CmdMBox_Create failed!!!\n"))
    [all...]
  /external/bluetooth/glib/po/
bn.po 87 msgid "Failed to expand exec line '%s' with URI '%s'"
179 msgid "Failed to read from file '%s': %s"
184 msgid "Failed to open file '%s': %s"
189 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
194 msgid "Failed to open file '%s': fdopen() failed: %s"
199 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
200 msgstr "'%s' ?????? ??? '%s' ?? ???????? ??? ?????: g_rename() failed: %s
    [all...]
bs.po 86 msgid "Failed to expand exec line '%s' with URI '%s'"
177 msgid "Failed to read from file '%s': %s"
182 msgid "Failed to open file '%s': %s"
187 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
192 msgid "Failed to open file '%s': fdopen() failed: %s"
197 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
202 msgid "Failed to create file '%s': %s
    [all...]
dz.po 88 msgid "Failed to expand exec line '%s' with URI '%s'"
180 msgid "Failed to read from file '%s': %s"
185 msgid "Failed to open file '%s': %s"
190 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
195 msgid "Failed to open file '%s': fdopen() failed: %s"
200 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
205 msgid "Failed to create file '%s': %s
    [all...]
eo.po 87 msgid "Failed to expand exec line '%s' with URI '%s'"
178 msgid "Failed to read from file '%s': %s"
183 msgid "Failed to open file '%s': %s"
188 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
193 msgid "Failed to open file '%s': fdopen() failed: %s"
198 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
203 msgid "Failed to create file '%s': %s
    [all...]
fa.po 86 msgid "Failed to expand exec line '%s' with URI '%s'"
177 msgid "Failed to read from file '%s': %s"
182 msgid "Failed to open file '%s': %s"
187 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
192 msgid "Failed to open file '%s': fdopen() failed: %s"
197 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
202 msgid "Failed to create file '%s': %s
    [all...]
id.po 89 msgid "Failed to expand exec line '%s' with URI '%s'"
180 msgid "Failed to read from file '%s': %s"
185 msgid "Failed to open file '%s': %s"
190 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
197 msgid "Failed to open file '%s': fdopen() failed: %s"
202 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
207 msgid "Failed to create file '%s': %s
    [all...]
is.po 86 msgid "Failed to expand exec line '%s' with URI '%s'"
177 msgid "Failed to read from file '%s': %s"
182 msgid "Failed to open file '%s': %s"
187 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
192 msgid "Failed to open file '%s': fdopen() failed: %s"
197 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
202 msgid "Failed to create file '%s': %s
    [all...]
lv.po 85 msgid "Failed to expand exec line '%s' with URI '%s'"
176 msgid "Failed to read from file '%s': %s"
181 msgid "Failed to open file '%s': %s"
186 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
191 msgid "Failed to open file '%s': fdopen() failed: %s"
196 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
201 msgid "Failed to create file '%s': %s
    [all...]
mn.po 96 msgid "Failed to expand exec line '%s' with URI '%s'"
189 msgid "Failed to read from file '%s': %s"
194 msgid "Failed to open file '%s': %s"
199 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
204 msgid "Failed to open file '%s': fdopen() failed: %s"
209 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
214 msgid "Failed to create file '%s': %s
    [all...]
  /external/wpa_supplicant/
driver_ndis.c 430 "failed (oid=%08x): %d", oid, (int) GetLastError());
465 wpa_printf(MSG_DEBUG, "%s: oid=0x%x len (%d) failed",
510 "(oid=%08x) failed: %d", oid, (int) GetLastError());
534 wpa_printf(MSG_DEBUG, "%s: oid=0x%x len (%d) failed",
550 wpa_printf(MSG_DEBUG, "NDIS: Failed to set "
566 wpa_printf(MSG_DEBUG, "NDIS: Failed to get "
579 wpa_printf(MSG_DEBUG, "NDIS: Failed to set "
594 wpa_printf(MSG_DEBUG, "NDIS: Failed to get "
634 wpa_printf(MSG_DEBUG, "NDIS: Failed to get SSID");
724 wpa_printf(MSG_DEBUG, "NDIS: failed to enable radio")
    [all...]
  /external/bluetooth/bluez/audio/
a2dp.c 728 error("avdtp_start failed");
772 goto failed;
781 goto failed;
789 goto failed;
794 failed:
1353 error("avdtp_close failed");
1354 goto failed;
1364 goto failed;
1372 goto failed;
1383 error("avdtp_close failed");
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 306 RADIUS_DEBUG("Failed to create a new session");
332 RADIUS_DEBUG("Failed to initialize EAP state machine for the "
370 RADIUS_DEBUG("Failed to allocate reply message");
378 RADIUS_DEBUG("Failed to add State attribute");
384 RADIUS_DEBUG("Failed to add EAP-Message attribute");
400 RADIUS_DEBUG("Failed to add MPPE key attributes");
405 RADIUS_DEBUG("Failed to copy Proxy-State attribute(s)");
414 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
446 RADIUS_DEBUG("Failed to add EAP-Message attribute");
450 RADIUS_DEBUG("Failed to copy Proxy-State attribute(s)")
882 int line = 0, mask, failed = 0, i; local
    [all...]

Completed in 458 milliseconds

<<21222324252627282930>>