HomeSort by relevance Sort by last modified time
    Searched refs:urlopen (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/chromium_org/chrome/test/functional/
webpagereplay.py 176 if (200 == urllib.urlopen(http_up_url, None, {}).getcode() and
177 200 == urllib.urlopen(https_up_url, None, {}).getcode()):
214 urllib.urlopen(url % self.http_port, None, {})
nacl_sdk.py 81 html = urllib2.urlopen(self._settings['post_sdk_download_url']).read()
708 dl_file = urllib2.urlopen(self._settings['post_sdk_zip'])
731 urllib2.urlopen(url)
745 response = urllib2.urlopen('http://localhost:5103')
750 urllib2.urlopen('http://localhost:5103?quit=1')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 73 result = urllib2.urlopen("%s/%s" % (results_url, file_name))
76 # urlopen returns a file-like object which sometimes works fine with str()
291 return json.load(urllib2.urlopen(json_url))
303 return urllib2.urlopen(build_status_url)
330 return self._parse_twisted_directory_listing(urllib2.urlopen(url))
361 return urllib2.urlopen(builder_page_url)
  /external/chromium_org/tools/
bisect-builds.py 172 handle = urllib.urlopen(url)
257 handle = urllib.urlopen(OFFICIAL_BASE_URL)
269 connection = urllib.urlopen(path)
646 url = urllib.urlopen(DEPS_FILE % rev)
661 url = urllib.urlopen(file_url)
692 return int(urllib.urlopen(url).read())
    [all...]
sync-webkit-git.py 74 f = urllib.urlopen(deps_url)
update_reference_build.py 168 urllib2.urlopen(r)
208 r = urllib2.urlopen(url)
  /external/chromium_org/native_client_sdk/src/build_tools/
update_sdktools.py 86 sha1, size = DownloadAndComputeHash(urllib2.urlopen(url))
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
buildershandler.py 72 resp = urllib2.urlopen(url)
  /external/chromium_org/tools/perf/
run_measurement 57 bootstrap_txt = urllib2.urlopen(
  /external/clang/tools/scan-view/
scan-view 27 o = urllib.urlopen(url)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 7 from urllib2 import urlopen, Request, HTTPError namespace
176 result = urlopen(request)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 7 from urllib2 import urlopen, Request, HTTPError namespace
176 result = urlopen(request)
  /external/chromium_org/chrome/test/functional/media/
cns_test_base.py 126 return urllib2.urlopen(test_url) is not None
  /external/chromium_org/native_client_sdk/src/tools/tests/
httpd_test.py 30 urllib2.urlopen(self.server.GetURL('?quit=1'))
  /external/chromium_org/third_party/re2/re2/
unicode.py 152 fil = urllib2.urlopen(filename)
  /external/chromium_org/tools/python/google/
httpd_utils.py 35 response = urllib.urlopen(url)
  /external/regex-re2/re2/
unicode.py 152 fil = urllib2.urlopen(filename)
  /external/skia/tools/
jsondiff.py 56 return urllib2.urlopen(filepath).read()
  /packages/providers/CalendarProvider/
maketests.py 33 data = urllib.urlopen(url)
  /external/chromium_org/media/tools/constrained_network_server/
cns_test.py 204 f = urllib2.urlopen('%sf=%s' % (self._SERVER_URL, self._relative_fn))
221 f = urllib2.urlopen(url)
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 137 src = urllib2.urlopen(url)
  /external/chromium_org/chrome/test/functional/perf/
endure_setup.py 296 response = urllib2.urlopen(last_change_url)
  /external/chromium_org/chrome/test/pyautolib/
fetch_prebuilt_pyauto.py 116 response = urllib2.urlopen(last_change_url)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 65 page = urllib2.urlopen(url)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations.py 122 return ResultsJSON(builder_name, json.load(urllib2.urlopen(results_url)))

Completed in 1232 milliseconds

12 3 4