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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 54 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'])
test_build_ext.py 257 self.assertEqual(cmd.get_source_files(), ['xxx'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py 54 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'])
test_build_ext.py 257 self.assertEqual(cmd.get_source_files(), ['xxx'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 44 def get_source_files(self): member in class:build_scripts
sdist.py 266 self.filelist.extend(build_py.get_source_files())
290 self.filelist.extend(build_ext.get_source_files())
294 self.filelist.extend(build_clib.get_source_files())
298 self.filelist.extend(build_scripts.get_source_files())
build_clib.py 167 def get_source_files(self): member in class:build_clib
build_py.py 300 def get_source_files(self): member in class:build_py
build_ext.py 422 def get_source_files(self): member in class:build_ext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 44 def get_source_files(self): member in class:build_scripts
sdist.py 266 self.filelist.extend(build_py.get_source_files())
290 self.filelist.extend(build_ext.get_source_files())
294 self.filelist.extend(build_clib.get_source_files())
298 self.filelist.extend(build_scripts.get_source_files())
build_clib.py 167 def get_source_files(self): member in class:build_clib
build_py.py 300 def get_source_files(self): member in class:build_py
build_ext.py 422 def get_source_files(self): member in class:build_ext
    [all...]

Completed in 151 milliseconds