HomeSort by relevance Sort by last modified time
    Searched full:urllib2 (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/chromium_org/tools/telemetry/telemetry/page/
extensions_profile_creator.py 13 import urllib2 namespace
46 response = urllib2.urlopen(extension_url)
  /external/chromium_org/tools/valgrind/
scan-build.py 12 import urllib2 namespace
63 response = urllib2.urlopen(remote_name)
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 45 import urllib2 namespace
388 fp = urllib2.urlopen(location)
407 except urllib2.URLError, e:
466 fp = urllib2.urlopen(stdio_location, timeout=60)
508 except (urllib2.URLError, socket.error, IOError, OSError), e:
575 fp = urllib2.urlopen(slave_url, timeout=60)
577 except urllib2.URLError, e:
endure_setup.py 47 import urllib2 namespace
296 response = urllib2.urlopen(last_change_url)
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 17 import urllib2 namespace
69 connection = urllib2.urlopen(url)
70 except urllib2.HTTPError, e:
  /external/chromium_org/chrome/test/functional/
nacl_sdk.py 20 import urllib2 namespace
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/antlr/antlr-3.4/runtime/Python/
ez_setup.py 111 import urllib2, shutil namespace
137 src = urllib2.urlopen(url)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 37 import urllib2 namespace
65 page = urllib2.urlopen(url)
  /external/chromium_org/third_party/re2/re2/
unicode.py 9 import urllib2 namespace
152 fil = urllib2.urlopen(filename)
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.extension_dict_backend.html 29 <a href="urllib2.html">urllib2</a><br>
  /external/protobuf/python/
ez_setup.py 129 import urllib2, shutil namespace
155 src = urllib2.urlopen(url)
  /external/regex-re2/re2/
unicode.py 9 import urllib2 namespace
152 fil = urllib2.urlopen(filename)
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 969 f = urllib2.urlopen(contributorsURL)
2670 import urllib2 namespace
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 969 f = urllib2.urlopen(contributorsURL)
2670 import urllib2 namespace
    [all...]
  /external/skia/bench/
check_bench_regressions.py 15 import urllib2 namespace
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 3 from urllib2 import urlopen
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 7 from urllib2 import urlopen, Request, HTTPError
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 7 from urllib2 import urlopen, Request, HTTPError
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 56 import urllib2
59 authinfo = urllib2.HTTPBasicAuthHandler()
65 proxy_support = urllib2.ProxyHandler({"http" : "http://ahad-haam:3128"})
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
71 urllib2.install_opener(opener)
73 f = urllib2.urlopen('http://www.python.org/')
556 # from the user (of urllib2, in this case). In practice,
908 # authority. Assume there isn't one, since urllib2 does not (and
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 56 import urllib2
59 authinfo = urllib2.HTTPBasicAuthHandler()
65 proxy_support = urllib2.ProxyHandler({"http" : "http://ahad-haam:3128"})
68 opener = urllib2.build_opener(proxy_support, authinfo, urllib2.CacheFTPHandler)
71 urllib2.install_opener(opener)
73 f = urllib2.urlopen('http://www.python.org/')
556 # from the user (of urllib2, in this case). In practice,
908 # authority. Assume there isn't one, since urllib2 does not (and
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 239 from urllib2 import Request
347 import cookielib, urllib2 namespace
367 request = urllib2.Request(url)
606 from urllib2 import Request
622 from urllib2 import Request
632 from urllib2 import Request
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 239 from urllib2 import Request
347 import cookielib, urllib2 namespace
367 request = urllib2.Request(url)
606 from urllib2 import Request
622 from urllib2 import Request
632 from urllib2 import Request
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 23 import urllib2 namespace
283 issues = StringIO.StringIO(urllib2.urlopen(query).read().split('\n', 1)[1])
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 12 import urllib2 namespace
143 except urllib2.URLError as e:
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 18 import urllib2 namespace
147 except urllib2.URLError as e:

Completed in 1457 milliseconds

1 23 4 5