HomeSort by relevance Sort by last modified time
    Searched refs:urllib2 (Results 1 - 15 of 15) sorted by null

  /external/webkit/Tools/TestResultServer/model/
dashboardfile.py 32 import urllib2 namespace
71 file = urllib2.urlopen(url)
77 except urllib2.HTTPError, e:
79 except urllib2.URLError, e:
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
updatechromiumdeps.py 29 import urllib2 namespace
40 return int(urllib2.urlopen(urls.chromium_lkgr_url).read())
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_results_uploader.py 35 import urllib2 namespace
92 request = urllib2.Request(url, data, headers)
93 urllib2.urlopen(request)
json_results_generator.py 33 import urllib2 namespace
368 (urllib2.quote(self._test_results_server),
369 urllib2.quote(self._builder_name),
371 urllib2.quote(self._test_type)))
374 results_file = urllib2.urlopen(results_file_url)
377 except urllib2.HTTPError, http_error:
382 except urllib2.URLError, url_error:
  /external/webkit/Tools/TestResultServer/handlers/
dashboardhandler.py 31 import urllib2 namespace
52 filename = str(urllib2.unquote(resource))
  /external/regex-re2/re2/
unicode.py 9 import urllib2 namespace
152 fil = urllib2.urlopen(filename)
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 40 import urllib2 namespace
132 except urllib2.HTTPError, error:
243 return urllib2.urlopen(results_html)
244 except urllib2.HTTPError, error:
377 jsondata = urllib2.urlopen(url)
379 except urllib2.URLError, err:
390 return urllib2.urlopen(build_status_url)
417 return self._parse_twisted_directory_listing(urllib2.urlopen(url))
  /external/chromium/testing/gmock/scripts/
upload.py 46 import urllib2 namespace
115 class ClientLoginError(urllib2.HTTPError):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
158 A urllib2.OpenerDirector object.
165 req = urllib2.Request(url, data=data)
206 except urllib2.HTTPError, e:
231 except urllib2.HTTPError, e:
235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
330 except urllib2.HTTPError, e:
358 A urllib2.OpenerDirector object
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 46 import urllib2 namespace
115 class ClientLoginError(urllib2.HTTPError):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
158 A urllib2.OpenerDirector object.
165 req = urllib2.Request(url, data=data)
206 except urllib2.HTTPError, e:
231 except urllib2.HTTPError, e:
235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
330 except urllib2.HTTPError, e:
358 A urllib2.OpenerDirector object
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/
statusserver.py 37 import urllib2 namespace
158 return urllib2.urlopen(url).read()
159 except urllib2.HTTPError, e:
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 111 import urllib2, shutil namespace
137 src = urllib2.urlopen(url)
  /external/protobuf/python/
ez_setup.py 129 import urllib2, shutil namespace
155 src = urllib2.urlopen(url)
  /external/webkit/Tools/Scripts/
validate-committer-lists 37 import urllib2 namespace
60 page = urllib2.urlopen(url)
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 3 from urllib2 import urlopen
  /external/regex-re2/lib/codereview/
codereview.py 2477 import urllib2 namespace
    [all...]

Completed in 287 milliseconds