HomeSort by relevance Sort by last modified time
    Searched refs:FAILED (Results 251 - 275 of 317) sorted by null

<<111213

  /external/chromium/chrome/browser/accessibility/
accessibility_win_browsertest.cc 130 if (FAILED(hr))
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 641 FAILED,
673 int expected_error_count = (expected_state == FAILED) ? 1 : 0;
676 if (expected_state <= FAILED) {
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 183 net::URLRequestStatus::FAILED);
    [all...]
  /external/chromium/webkit/glue/
weburlloader_impl.cc 168 *status = net::URLRequestStatus(net::URLRequestStatus::FAILED,
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp     [all...]
Program.cpp     [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 147 wpa_printf(MSG_DEBUG, "TLSv1: Failed to set CipherSuite for "
194 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive keys");
208 wpa_printf(MSG_DEBUG, "TLSv1: Failed to decode ServerHello");
309 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
338 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
349 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
373 "validation failed (reason=%d)", reason);
472 wpa_printf(MSG_DEBUG, "TLSv1: Processing DH params failed");
704 /* Notify upper layers that SessionTicket failed */
744 wpa_printf(MSG_DEBUG, "TLSv1: Failed to change read cipher
    [all...]
tlsv1_server_read.c 160 wpa_printf(MSG_DEBUG, "TLSv1: Failed to set CipherSuite for "
270 wpa_printf(MSG_DEBUG, "TLSv1: Failed to decode ClientHello");
378 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
407 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
418 wpa_printf(MSG_DEBUG, "TLSv1: Failed to parse "
440 "validation failed (reason=%d)", reason);
535 wpa_printf(MSG_DEBUG, "TLSv1: Failed to decrypt "
559 wpa_printf(MSG_DEBUG, "TLSv1: Failed to get random "
575 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive keys");
678 wpa_printf(MSG_DEBUG, "TLSv1: Failed to derive keys")
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 112 * TransactionState.SUCCESS, TransactionState.FAILED.
248 // If it's a transiently failed transaction,
474 case TransactionState.FAILED:
476 Log.v(TAG, "Transaction failed: " + serviceId);
635 Log.w(TAG, "Attempt to extend use of MMS connectivity failed");
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 613 // If the message is a failed one, clicking it should reload it in the compose view,
619 // Assuming the current message is a failed one, reload it into the compose view so
729 // Delivery icon - we can show a failed icon for both sms and mms, but for an actual
735 msgItem.mDeliveryStatus == MessageItem.DeliveryStatus.FAILED) {
    [all...]
  /external/chromium/chrome/browser/download/
save_package.cc 665 // Remove all in progress item to saved map. For failed items, they will
689 wait_state_ = FAILED;
796 // Saving an item failed. If it's a sub-resource, ignore it. If the error comes
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 19 // attempted transmission failed. Retention across process terminations is done
62 // transmit the initial log have failed, and a lot(?) of data has accumulated in
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 516 networkInfo.getDetailedState() != NetworkInfo.DetailedState.FAILED) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 680 case FAILED:
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 304 case FAILED:
513 "reject failed", e);
560 "hangup failed", e);
594 "separate failed", e);
610 "switch failed", e);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 707 * @return the contents as a String, or null if reading failed
790 AdtPlugin.log(e, "Failed to read text file '%s'", filepath); //$NON-NLS-1$
824 AdtPlugin.log(e, "Failed to read binary file '%s'", filepath); //$NON-NLS-1$
845 AdtPlugin.log(e, "Failed to read stream '%s'", filepath); //$NON-NLS-1$
848 AdtPlugin.log(e, "Failed to read stream '%s'", filepath); //$NON-NLS-1$
    [all...]
  /external/eigen/blas/testing/
cblat3.f 641 9996 FORMAT( ' ******* ', A6, ' FAILED ON CALL NUMBER:' )
    [all...]
zblat3.f 642 9996 FORMAT( ' ******* ', A6, ' FAILED ON CALL NUMBER:' )
    [all...]
  /external/webkit/Source/WebKit/win/
WebPreferences.cpp 145 if (FAILED(hr))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 451 if ((apnContextState == DctConstants.State.FAILED)
454 log("onActionIntentReconnectAlarm: state is FAILED|IDLE, disassociate");
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 132 "True iff a failed assertion should be a debugger break-point.");
221 // Returns true iff the test case failed.
223 return test_case->should_run() && test_case->Failed();
588 // Gets the number of failed test cases.
609 // Gets the number of failed tests.
843 // Makes a failed assertion result with the given failure message.
3159 bool failed = false; local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 490 loge("Send failed, client connection lost");
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 89 static final int CALL_STATUS_FAILED = 2; // The call failed
485 Log.e(LOG_TAG, "end holding failed!");
520 Log.w(LOG_TAG, "end active call failed!");
698 // the lookup failed.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]

Completed in 850 milliseconds

<<111213