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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_site.py 259 good_dirname="__testdir__", bad_dirname="__bad"):
265 self.good_dirname = good_dirname
267 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
272 <self.imported>``, a line with self.good_dirname, and a line with
276 self.good_dirname) is also performed.
286 print>>FILE, self.good_dirname
294 sys.modules, and that both self.good_dirname and self.bad_dirname are
  /external/python/cpython2/Lib/test/
test_site.py 255 good_dirname="__testdir__", bad_dirname="__bad"):
261 self.good_dirname = good_dirname
263 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
268 <self.imported>``, a line with self.good_dirname, and a line with
272 self.good_dirname) is also performed.
282 print>>FILE, self.good_dirname
290 sys.modules, and that both self.good_dirname and self.bad_dirname are
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_site.py 261 good_dirname="__testdir__", bad_dirname="__bad"):
267 self.good_dirname = good_dirname
269 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
274 <self.imported>``, a line with self.good_dirname, and a line with
278 self.good_dirname) is also performed.
288 print>>FILE, self.good_dirname
296 sys.modules, and that both self.good_dirname and self.bad_dirname are
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_site.py 261 good_dirname="__testdir__", bad_dirname="__bad"):
267 self.good_dirname = good_dirname
269 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
274 <self.imported>``, a line with self.good_dirname, and a line with
278 self.good_dirname) is also performed.
288 print>>FILE, self.good_dirname
296 sys.modules, and that both self.good_dirname and self.bad_dirname are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 261 good_dirname="__testdir__", bad_dirname="__bad"):
267 self.good_dirname = good_dirname
269 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
274 <self.imported>``, a line with self.good_dirname, and a line with
278 self.good_dirname) is also performed.
288 print>>FILE, self.good_dirname
296 sys.modules, and that both self.good_dirname and self.bad_dirname are
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 261 good_dirname="__testdir__", bad_dirname="__bad"):
267 self.good_dirname = good_dirname
269 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
274 <self.imported>``, a line with self.good_dirname, and a line with
278 self.good_dirname) is also performed.
288 print>>FILE, self.good_dirname
296 sys.modules, and that both self.good_dirname and self.bad_dirname are
  /external/python/cpython3/Lib/test/
test_site.py 266 good_dirname="__testdir__", bad_dirname="__bad"):
272 self.good_dirname = good_dirname
274 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
279 <self.imported>``, a line with self.good_dirname, and a line with
283 self.good_dirname) is also performed.
293 print(self.good_dirname, file=FILE)
301 sys.modules, and that both self.good_dirname and self.bad_dirname are

Completed in 485 milliseconds