HomeSort by relevance Sort by last modified time
    Searched refs:HTTPError (Results 51 - 67 of 67) sorted by null

1 23

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
register.py 301 except urllib2.HTTPError, e:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 301 except urllib2.HTTPError, e:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 301 except urllib2.HTTPError, e:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py     [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 276 """This wrapper actually catches the HTTPError."""
279 except urllib2.HTTPError as e:
819 raise urllib2.HTTPError(
    [all...]
dev_server_unittest.py 67 E403 = urllib2.HTTPError(url='',
72 E500 = urllib2.HTTPError(url='',
185 self.assertRaises(urllib2.HTTPError,
797 urllib2.HTTPError."""
    [all...]
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 364 except urllib2.HTTPError as e:
365 raise PerfUploadingError('HTTPError: %d %s for JSON %s\n' %
  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_LongevityTrackerServer.py 234 except urllib2.HTTPError as e:
235 raise PerfUploadingError('HTTPError: %d %s for JSON %s\n' %
  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /external/toolchain-utils/cros_utils/
buildbot_json.py 979 # Convert it into an HTTPError for easier processing.
980 raise urllib2.HTTPError(url, channel.getcode(), '%s:\n%s' % (url, data),
    [all...]
  /external/v8/tools/clang/scripts/
update.py 126 if num_retries == 0 or isinstance(e, urllib2.HTTPError) and e.code == 404:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 83 except urllib2.HTTPError, arg:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 83 except urllib2.HTTPError, arg:
    [all...]

Completed in 4706 milliseconds

1 23