/external/chromium_org/chrome/test/pyautolib/ |
policy_base.py | 217 response.ParseFromString(urllib2.urlopen(urllib2.Request(
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
manifest_util.py | 164 from_stream = urllib2.urlopen(self['url'])
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 429 results_file = urllib2.urlopen(results_file_url)
|
/external/chromium_org/v8/tools/push-to-trunk/ |
common_includes.py | 200 url_fh = urllib2.urlopen(url, None, 60)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
rebaseline.py | 612 urllib2.urlopen("http://" + log_server + "/updatelog", data=urllib.urlencode(query)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2.py | 20 self.assertRaises(ValueError, urllib2.urlopen, 'bogus url') 37 f = urllib2.urlopen(file_url) [all...] |
test_support.py | 575 f = urllib2.urlopen(url, timeout=15) [all...] |
test_ssl.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2.py | 20 self.assertRaises(ValueError, urllib2.urlopen, 'bogus url') 37 f = urllib2.urlopen(file_url) [all...] |
test_support.py | 575 f = urllib2.urlopen(url, timeout=15) [all...] |
test_ssl.py | [all...] |
/external/chromium_org/chrome/test/chromedriver/test/ |
run_py_tests.py | 665 urllib2.urlopen('http://omahaproxy.appspot.com/all.json').read()) [all...] |
/external/chromium_org/tools/win/toolchain/ |
toolchain.py | 61 req = urllib2.urlopen(url)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib2.py | 3 The simplest way to use this module is to call the urlopen function, 17 urlopen(url, data=None) -- Basic usage is the same as original 73 f = urllib2.urlopen('http://www.python.org/') 123 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): function 148 return '<urlopen error %s>' % self.reason [all...] |
urllib.py | 35 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve", 72 def urlopen(url, data=None, proxies=None): function 75 warnpy3k("urllib.urlopen() has been removed in Python 3.0 in " 76 "favor of urllib2.urlopen()", stacklevel=2) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib2.py | 3 The simplest way to use this module is to call the urlopen function, 17 urlopen(url, data=None) -- Basic usage is the same as original 73 f = urllib2.urlopen('http://www.python.org/') 123 def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): function 148 return '<urlopen error %s>' % self.reason [all...] |
urllib.py | 35 __all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve", 72 def urlopen(url, data=None, proxies=None): function 75 warnpy3k("urllib.urlopen() has been removed in Python 3.0 in " 76 "favor of urllib2.urlopen()", stacklevel=2) [all...] |
/external/chromium_org/chrome/test/functional/ |
perf.py | [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
code-load.js | 136 result = urllib2.urlopen(url, urllib.urlencode(request_params)) 142 result = urllib2.urlopen(url) [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | 969 f = urllib2.urlopen(contributorsURL) [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | 969 f = urllib2.urlopen(contributorsURL) [all...] |