Home
last modified time | relevance | path

Searched refs:urllib2 (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py13 import urllib2 namespace
59 return urllib2.urlopen(urllib2.Request(url, headers={'Cookie': cookie}))
70 except urllib2.URLError:
H A Dcut_release.py13 import urllib2 namespace
24 return urllib2.urlopen(urllib2.Request(url, headers={'Cookie': cookie}))
H A Ddownload_model.py13 import urllib2 namespace
36 shutil.copyfileobj(urllib2.urlopen(url), o)
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-01-download-rfc.py6 import urllib2 namespace
8 response = urllib2.urlopen('https://tools.ietf.org/rfc/rfc7932.txt')
/third_party/skia/tools/
H A Dretrieve_from_googlesource.py15 import urllib2 namespace
29 with closing(urllib2.urlopen(base64_url)) as f:
H A Dcompare_codereview.py21 import urllib2 namespace
51 parser.feed(urllib2.urlopen(url).read())
52 except (urllib2.URLError,):
172 parser.feed(urllib2.urlopen(url).read())
173 except (urllib2.URLError,):
H A Djsondiff.py23 import urllib2 namespace
56 return urllib2.urlopen(filepath).read()
/third_party/googletest/googletest/scripts/
H A Dupload.py61 import urllib2 namespace
130 class ClientLoginError(urllib2.HTTPError):
134 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
173 A urllib2.OpenerDirector object.
180 req = urllib2.Request(url, data=data)
221 except urllib2.HTTPError, e:
246 except urllib2.HTTPError, e:
250 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
345 except urllib2.HTTPError, e:
373 A urllib2
[all...]
/third_party/skia/bin/
H A Dfetch-clang-format13 import urllib2 namespace
38 f.write(urllib2.urlopen(url).read())
H A Dfetch-gn17 from urllib2 import urlopen
H A Dfetch-sk20 from urllib2 import urlopen
/third_party/skia/tools/android/
H A Dupload_to_android.py38 import urllib2 namespace
50 response = urllib2.urlopen('%s/changes/%s/detail?o=ALL_REVISIONS' % (
70 response = urllib2.urlopen(REPO_TOOL_URL, timeout=5)
/third_party/skia/experimental/tools/
H A Dget_examples.py15 from urllib2 import urlopen
/third_party/node/deps/v8/tools/release/
H A Dcreate_release.py13 import urllib.request as urllib2 namespace
H A Dcommon_includes.py48 import urllib.request as urllib2 namespace
153 url_fh = urllib2.urlopen(url, params, 60)
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry_cache.py91 from urllib2 import urlopen
/third_party/vk-gl-cts/external/
H A Dfetch_sources.py118 from urllib2 import urlopen
211 from urllib2 import urlopen
/third_party/ninja/src/
H A Dbrowse.py42 from urllib2 import unquote
/third_party/skia/bench/
H A Dcheck_bench_regressions.py19 import urllib2 namespace
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py24 import urllib2 namespace
259 conn = urllib2.urlopen(url)
/third_party/python/Tools/ssl/
H A Dmultissltests.py35 from urllib2 import urlopen, HTTPError
/third_party/node/deps/v8/tools/mb/
H A Dmb.py35 from urllib2 import quote
39 from urllib2 import urlopen
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py41 import urllib2 as urllib_request

Completed in 12 milliseconds