/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cgi.py | 347 # this func is moved to urlparse, this is just a sanity check 348 with check_warnings(('cgi.parse_qs is deprecated, use urlparse.' 354 # this func is moved to urlparse, this is just a sanity check 355 with check_warnings(('cgi.parse_qsl is deprecated, use urlparse.'
|
test_importhooks.py | 238 mnames = ("colorsys", "urlparse", "distutils.core", "compiler.misc")
|
test_urllib2_localnet.py | 3 import urlparse namespace 212 (scm, netloc, path, params, query, fragment) = urlparse.urlparse(
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.page.page_runner.html | 34 </td><td width="25%" valign=top><a href="urlparse.html">urlparse</a><br>
|
/external/chromium_org/build/android/pylib/ |
chrome_test_server_spawner.py | 21 import urlparse namespace 369 parsed_path = urlparse.urlparse(self.path) 379 parsed_path = urlparse.urlparse(self.path) 381 params = urlparse.parse_qs(parsed_path.query, keep_blank_values=1)
|
/external/chromium_org/chrome/test/functional/ |
passwords.py | 7 from urlparse import urlparse namespace 22 HOSTNAME = 'https://' + urlparse(URL).netloc + '/'
|
omnibox.py | 11 import urlparse namespace 299 split_url = urlparse.urlsplit(url)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 50 import urlparse namespace 201 if reference.startswith('/') or urlparse.urlparse(reference).scheme:
|
/external/chromium_org/chrome/tools/ |
history-viz.py | 18 import urlparse namespace 38 scheme, loc, path, query, fragment = urlparse.urlsplit(url)
|
/external/chromium_org/tools/dromaeo_benchmark_runner/ |
dromaeo_benchmark_runner.py | 43 import urlparse namespace 198 parameters = urlparse.parse_qs(self.rfile.read(length))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
saxutils.py | 6 import os, urlparse, urllib, types namespace 341 source.setSystemId(urlparse.urljoin(base, source.getSystemId()))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
saxutils.py | 6 import os, urlparse, urllib, types namespace 341 source.setSystemId(urlparse.urljoin(base, source.getSystemId()))
|
/external/chromium_org/sync/tools/testserver/ |
chromiumsync.py | 23 import urlparse namespace [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
reflectionhandler.py | 41 import urlparse namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib2.py | 103 import urlparse namespace 189 host = urlparse.urlparse(url)[1] 586 urlparts = urlparse.urlparse(newurl) 590 newurl = urlparse.urlunparse(urlparts) 592 newurl = urlparse.urljoin(req.get_full_url(), newurl) 782 parts = urlparse.urlsplit(uri) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib2.py | 103 import urlparse namespace 189 host = urlparse.urlparse(url)[1] 586 urlparts = urlparse.urlparse(newurl) 590 newurl = urlparse.urlunparse(urlparts) 592 newurl = urlparse.urljoin(req.get_full_url(), newurl) 782 parts = urlparse.urlsplit(uri) [all...] |
/external/chromium_org/net/tools/testserver/ |
testserver.py | 35 import urlparse namespace 813 _, _, url_path, _, query, _ = urlparse.urlparse(self.path) 872 prefix = urlparse.urljoin(self.server.file_root_url, 'post/') 883 _, _, url_path, _, query, _ = urlparse.urlparse(self.path) [all...] |
/external/chromium_org/chrome/test/pyautolib/ |
fetch_prebuilt_pyauto.py | 30 import urlparse namespace
|
remote_inspector_client.py | 51 import urlparse namespace 581 parsed = urlparse.urlparse(socket_url) 587 parsed = urlparse.urlparse(socket_url) [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 129 'urllib', 'urlparse', 'user', 'UserDict', 'UserList', 'UserString', 'uu', 'warnings',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_importhooks.py | 238 mnames = ("colorsys", "urlparse", "distutils.core", "compiler.misc")
|
test_urllib2_localnet.py | 3 import urlparse namespace 212 (scm, netloc, path, params, query, fragment) = urlparse.urlparse(
|
/external/clang/tools/scan-view/ |
ScanView.py | 5 import urllib, urlparse namespace 650 o = urlparse.urlparse(self.path)
|
/external/skia/gm/rebaseline_server/ |
server.py | 27 import urlparse namespace 364 path = urlparse.urlparse(path).path
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_error_detector.py | 10 from urlparse import urlsplit
|