/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
upload.py | 7 from urllib2 import urlopen, Request, HTTPError 185 except HTTPError, e:
|
register.py | 301 except urllib2.HTTPError, e:
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
upload.py | 7 from urllib2 import urlopen, Request, HTTPError 185 except HTTPError, e:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 7 from urllib2 import urlopen, Request, HTTPError 185 except HTTPError, e:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 7 from urllib2 import urlopen, Request, HTTPError 185 except HTTPError, e:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
urllib2.py | 21 IOError); for HTTP errors, raises an HTTPError, which can also be 47 HTTPError -- Also a valid HTTP response, so you can treat an HTTP error 150 class HTTPError(URLError, addinfourl): 161 # object. In some cases, the HTTPError may not have a valid 170 # since URLError specifies a .reason attribute, HTTPError should also 531 raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 547 perform the redirect. Otherwise, raise HTTPError if no-one 569 raise HTTPError(req.get_full_url(), code, msg, headers, fp) 600 raise HTTPError(newurl, code, 618 raise HTTPError(req.get_full_url(), code [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
urllib2.py | 21 IOError); for HTTP errors, raises an HTTPError, which can also be 47 HTTPError -- Also a valid HTTP response, so you can treat an HTTP error 150 class HTTPError(URLError, addinfourl): 161 # object. In some cases, the HTTPError may not have a valid 170 # since URLError specifies a .reason attribute, HTTPError should also 531 raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 547 perform the redirect. Otherwise, raise HTTPError if no-one 569 raise HTTPError(req.get_full_url(), code, msg, headers, fp) 600 raise HTTPError(newurl, code, 618 raise HTTPError(req.get_full_url(), code [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib2.py | 21 IOError); for HTTP errors, raises an HTTPError, which can also be 47 HTTPError -- Also a valid HTTP response, so you can treat an HTTP error 150 class HTTPError(URLError, addinfourl): 161 # object. In some cases, the HTTPError may not have a valid 170 # since URLError specifies a .reason attribute, HTTPError should also 531 raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 547 perform the redirect. Otherwise, raise HTTPError if no-one 569 raise HTTPError(req.get_full_url(), code, msg, headers, fp) 600 raise HTTPError(newurl, code, 618 raise HTTPError(req.get_full_url(), code [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib2.py | 21 IOError); for HTTP errors, raises an HTTPError, which can also be 47 HTTPError -- Also a valid HTTP response, so you can treat an HTTP error 150 class HTTPError(URLError, addinfourl): 161 # object. In some cases, the HTTPError may not have a valid 170 # since URLError specifies a .reason attribute, HTTPError should also 531 raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) 547 perform the redirect. Otherwise, raise HTTPError if no-one 569 raise HTTPError(req.get_full_url(), code, msg, headers, fp) 600 raise HTTPError(newurl, code, 618 raise HTTPError(req.get_full_url(), code [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
urllib2.py | 21 IOError); for HTTP errors, raises an HTTPError, which can also be
47 HTTPError -- Also a valid HTTP response, so you can treat an HTTP error
149 class HTTPError(URLError, addinfourl):
160 # object. In some cases, the HTTPError may not have a valid
521 raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
537 perform the redirect. Otherwise, raise HTTPError if no-one
559 raise HTTPError(req.get_full_url(), code, msg, headers, fp)
590 raise HTTPError(newurl, code,
608 raise HTTPError(req.get_full_url(), code,
615 # with HTTPError. [all...] |
/external/google-breakpad/src/testing/gtest/scripts/ |
upload.py | 115 class ClientLoginError(urllib2.HTTPError): 119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None) 181 HTTPError: If there was some other form of HTTP error. 206 except urllib2.HTTPError, e: 222 HTTPError: If there was an error fetching the authentication cookies. 231 except urllib2.HTTPError, e: 235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg, 330 except urllib2.HTTPError, e: [all...] |
/external/google-breakpad/src/testing/scripts/ |
upload.py | 115 class ClientLoginError(urllib2.HTTPError): 119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None) 181 HTTPError: If there was some other form of HTTP error. 206 except urllib2.HTTPError, e: 222 HTTPError: If there was an error fetching the authentication cookies. 231 except urllib2.HTTPError, e: 235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg, 330 except urllib2.HTTPError, e: [all...] |
/external/googletest/googlemock/scripts/ |
upload.py | 115 class ClientLoginError(urllib2.HTTPError): 119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None) 181 HTTPError: If there was some other form of HTTP error. 206 except urllib2.HTTPError, e: 222 HTTPError: If there was an error fetching the authentication cookies. 231 except urllib2.HTTPError, e: 235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg, 330 except urllib2.HTTPError, e: [all...] |
/external/googletest/googletest/scripts/ |
upload.py | 115 class ClientLoginError(urllib2.HTTPError): 119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None) 181 HTTPError: If there was some other form of HTTP error. 206 except urllib2.HTTPError, e: 222 HTTPError: If there was an error fetching the authentication cookies. 231 except urllib2.HTTPError, e: 235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg, 330 except urllib2.HTTPError, e: [all...] |
/external/v8/testing/gmock/scripts/ |
upload.py | 115 class ClientLoginError(urllib2.HTTPError): 119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None) 181 HTTPError: If there was some other form of HTTP error. 206 except urllib2.HTTPError, e: 222 HTTPError: If there was an error fetching the authentication cookies. 231 except urllib2.HTTPError, e: 235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg, 330 except urllib2.HTTPError, e: [all...] |
/external/v8/testing/gtest/scripts/ |
upload.py | 115 class ClientLoginError(urllib2.HTTPError): 119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None) 181 HTTPError: If there was some other form of HTTP error. 206 except urllib2.HTTPError, e: 222 HTTPError: If there was an error fetching the authentication cookies. 231 except urllib2.HTTPError, e: 235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg, 330 except urllib2.HTTPError, e: [all...] |
/external/autotest/server/cros/ |
sonic_client_utils.py | 37 RPC_EXCEPTIONS = (httplib.BadStatusLine, socket.error, urllib2.HTTPError) 118 HttpError instead of the TimeoutException.
|
/external/autotest/tko/perf_upload/ |
perf_uploader.py | 266 except urllib2.HTTPError as e: 267 raise PerfUploadingError('HTTPError: %d %s for JSON %s\n' % (
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_urllib2_localnet.py | 262 self.assertRaises(urllib2.HTTPError,
268 self.assertRaises(urllib2.HTTPError,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_urllib2_localnet.py | 264 self.assertRaises(urllib2.HTTPError, 270 self.assertRaises(urllib2.HTTPError,
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_urllib2_localnet.py | 264 self.assertRaises(urllib2.HTTPError, 270 self.assertRaises(urllib2.HTTPError,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2_localnet.py | 264 self.assertRaises(urllib2.HTTPError, 270 self.assertRaises(urllib2.HTTPError,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2_localnet.py | 264 self.assertRaises(urllib2.HTTPError, 270 self.assertRaises(urllib2.HTTPError,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
register.py | 293 except urllib2.HTTPError, e:
|
/external/autotest/scheduler/shard/ |
shard_client.py | 316 except urllib2.HTTPError as e: 317 self._heartbeat_failure("HTTPError %d: %s" % (e.code, e.reason))
|