HomeSort by relevance Sort by last modified time
    Searched defs:httpError (Results 1 - 10 of 10) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/go/
bootstrap.go 20 type httpError struct {
24 func (e *httpError) Error() string {
http.go 43 type httpError struct {
49 func (e *httpError) Error() string {
61 err := &httpError{status: resp.Status, statusCode: resp.StatusCode, url: url}
  /prebuilts/go/linux-x86/src/cmd/go/
bootstrap.go 20 type httpError struct {
24 func (e *httpError) Error() string {
http.go 43 type httpError struct {
49 func (e *httpError) Error() string {
61 err := &httpError{status: resp.Status, statusCode: resp.StatusCode, url: url}
  /cts/tests/tests/telephony/src/android/telephony/cts/
MmsTest.java 130 final int httpError = intent.getIntExtra(SmsManager.EXTRA_MMS_HTTP_STATUS, 0);
131 Log.e(TAG, "HTTP failure=" + httpError);
  /external/libcups/cups/
http.c 579 * 'httpError()' - Get the last error on a connection.
583 httpError(http_t *http) /* I - HTTP connection */
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 

Completed in 430 milliseconds