Home
last modified time | relevance | path

Searched refs:getnames (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py168 tar.getnames()
199 self.assertListEqual(tar.getnames(), ["foo"],
508 self.assertIn(name, self.tar.getnames())
637 self.assertTrue(tar.getnames()[0] == name,
718 self.assertTrue(tar.getnames() == [], "added the archive to itself")
724 self.assertTrue(tar.getnames() == [], "added the archive to itself")
744 self.assertEqual(tar.getnames()[0], "empty_dir")
1191 self.assertTrue(type(tar.getnames()[0]) is not unicode)
1264 self.assertEqual(tar.getnames()[0], name)
1276 self.assertEqual(tar.getnames()[0], "���/" + u"�".encode("utf8"))
[all …]
Dtest_shutil.py383 names = tar.getnames()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_archive_util.py82 names = tar.getnames()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebchecker.py418 if local_fragment and local_fragment not in page.getnames():
695 def getnames(self): member in Page
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1807 def getnames(self): member in TarFile