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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/
igor.py 123 with open(pth_path, "w") as pth_file:
124 pth_file.write("import coverage; coverage.process_startup()\n")

Completed in 1006 milliseconds