Home
last modified time | relevance | path

Searched refs:get_source_files (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_build_clib.py54 self.assertRaises(DistutilsSetupError, cmd.get_source_files)
57 self.assertRaises(DistutilsSetupError, cmd.get_source_files)
60 self.assertEqual(cmd.get_source_files(), ['a', 'b'])
63 self.assertEqual(cmd.get_source_files(), ['a', 'b'])
67 self.assertEqual(cmd.get_source_files(), ['a', 'b', 'c', 'd'])
Dtest_build_ext.py253 self.assertEqual(cmd.get_source_files(), ['xxx'])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dsdist.py260 self.filelist.extend(build_py.get_source_files())
284 self.filelist.extend(build_ext.get_source_files())
288 self.filelist.extend(build_clib.get_source_files())
292 self.filelist.extend(build_scripts.get_source_files())
Dbuild_scripts.py44 def get_source_files(self): member in build_scripts
Dbuild_clib.py167 def get_source_files(self): member in build_clib
Dbuild_py.py300 def get_source_files(self): member in build_py
Dbuild_ext.py420 def get_source_files(self): member in build_ext