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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_normalization.py 10 TESTDATAURL = "http://www.unicode.org/Public/" + unidata_version + "/ucd/" + TESTDATAFILE
44 testdata = open_urlresource(TESTDATAURL, check_version)
46 self.skipTest("Could not retrieve " + TESTDATAURL)
  /external/python/cpython2/Lib/test/
test_normalization.py 10 TESTDATAURL = "http://www.pythontest.net/unicode/" + unidata_version + "/" + TESTDATAFILE
44 testdata = open_urlresource(TESTDATAURL, check_version)
46 self.skipTest("Could not retrieve " + TESTDATAURL)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_normalization.py 10 TESTDATAURL = "http://www.unicode.org/Public/" + unidata_version + "/ucd/" + TESTDATAFILE
44 testdata = open_urlresource(TESTDATAURL, check_version)
46 self.skipTest("Could not retrieve " + TESTDATAURL)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_normalization.py 10 TESTDATAURL = "http://www.unicode.org/Public/" + unidata_version + "/ucd/" + TESTDATAFILE
44 testdata = open_urlresource(TESTDATAURL, check_version)
46 self.skipTest("Could not retrieve " + TESTDATAURL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_normalization.py 10 TESTDATAURL = "http://www.unicode.org/Public/" + unidata_version + "/ucd/" + TESTDATAFILE
44 testdata = open_urlresource(TESTDATAURL, check_version)
46 self.skipTest("Could not retrieve " + TESTDATAURL)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py 10 TESTDATAURL = "http://www.unicode.org/Public/" + unidata_version + "/ucd/" + TESTDATAFILE
44 testdata = open_urlresource(TESTDATAURL, check_version)
46 self.skipTest("Could not retrieve " + TESTDATAURL)

Completed in 304 milliseconds