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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py 17 name + os.extsep + "pyo",
48 pyo = TESTFN + os.extsep + "pyo"
77 self.fail("import from .pyc/.pyo failed: %s" % err)
80 unlink(pyo)
109 "either a .pyc or .pyo file")
149 # Compile & remove .py file, we only need .pyc (or .pyo).
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_import.py 22 name + os.extsep + "pyo",
64 pyo = TESTFN + os.extsep + "pyo"
94 self.fail("import from .pyc/.pyo failed: %s" % err)
97 unlink(pyo)
129 "either a .pyc or .pyo file")
205 # Compile & remove .py file, we only need .pyc (or .pyo).
384 self.skipTest("Couldn't create .pyc/.pyo file.")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_import.py 22 name + os.extsep + "pyo",
64 pyo = TESTFN + os.extsep + "pyo"
94 self.fail("import from .pyc/.pyo failed: %s" % err)
97 unlink(pyo)
129 "either a .pyc or .pyo file")
205 # Compile & remove .py file, we only need .pyc (or .pyo).
384 self.skipTest("Couldn't create .pyc/.pyo file.")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 22 name + os.extsep + "pyo",
64 pyo = TESTFN + os.extsep + "pyo"
94 self.fail("import from .pyc/.pyo failed: %s" % err)
97 unlink(pyo)
129 "either a .pyc or .pyo file")
205 # Compile & remove .py file, we only need .pyc (or .pyo).
384 self.skipTest("Couldn't create .pyc/.pyo file.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 22 name + os.extsep + "pyo",
64 pyo = TESTFN + os.extsep + "pyo"
94 self.fail("import from .pyc/.pyo failed: %s" % err)
97 unlink(pyo)
129 "either a .pyc or .pyo file")
205 # Compile & remove .py file, we only need .pyc (or .pyo).
384 self.skipTest("Couldn't create .pyc/.pyo file.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]

Completed in 375 milliseconds