HomeSort by relevance Sort by last modified time
    Searched refs:open_urlresource (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_normalization.py 1 from test.test_support import run_unittest, open_urlresource
44 testdata = open_urlresource(TESTDATAURL, check_version)
test_multibytecodec_support.py 263 return test_support.open_urlresource(self.mapfileurl)
test_support.py 32 "open_urlresource", "check_warnings", "check_py3k_warnings",
473 def open_urlresource(url, check=None): function
    [all...]
  /external/python/cpython2/Lib/test/
test_normalization.py 1 from test.test_support import run_unittest, open_urlresource
44 testdata = open_urlresource(TESTDATAURL, check_version)
test_multibytecodec_support.py 273 return test_support.open_urlresource(self.mapfileurl)
test_support.py 36 "open_urlresource", "check_warnings", "check_py3k_warnings",
807 def open_urlresource(url, check=None): function
    [all...]
  /external/python/cpython3/Lib/test/
test_normalization.py 1 from test.support import open_urlresource
43 testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
test_ucn.py 178 testdata = support.open_urlresource(url, encoding="utf-8",
multibytecodec_support.py 294 return support.open_urlresource(self.mapfileurl)
test_hashlib.py 60 testdata = support.open_urlresource(url)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_normalization.py 1 from test.test_support import run_unittest, open_urlresource
44 testdata = open_urlresource(TESTDATAURL, check_version)
test_multibytecodec_support.py 275 return test_support.open_urlresource(self.mapfileurl)
test_support.py 35 "open_urlresource", "check_warnings", "check_py3k_warnings",
549 def open_urlresource(url, check=None): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_normalization.py 1 from test.test_support import run_unittest, open_urlresource
44 testdata = open_urlresource(TESTDATAURL, check_version)
test_multibytecodec_support.py 275 return test_support.open_urlresource(self.mapfileurl)
test_support.py 35 "open_urlresource", "check_warnings", "check_py3k_warnings",
549 def open_urlresource(url, check=None): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_normalization.py 1 from test.test_support import run_unittest, open_urlresource
44 testdata = open_urlresource(TESTDATAURL, check_version)
test_multibytecodec_support.py 275 return test_support.open_urlresource(self.mapfileurl)
test_support.py 35 "open_urlresource", "check_warnings", "check_py3k_warnings",
549 def open_urlresource(url, check=None): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py 1 from test.test_support import run_unittest, open_urlresource
44 testdata = open_urlresource(TESTDATAURL, check_version)
test_multibytecodec_support.py 275 return test_support.open_urlresource(self.mapfileurl)
test_support.py 35 "open_urlresource", "check_warnings", "check_py3k_warnings",
549 def open_urlresource(url, check=None): function
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 98 "HOST", "IPV6_ENABLED", "find_unused_port", "bind_port", "open_urlresource",
1080 def open_urlresource(url, *args, **kw): function
    [all...]

Completed in 358 milliseconds