HomeSort by relevance Sort by last modified time
    Searched refs:get_outputs (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 50 for file in self.get_outputs():
61 def get_outputs(self): member in class:install_scripts
install_headers.py 48 def get_outputs(self): member in class:install_headers
install_lib.py 152 build_files = build_cmd.get_outputs()
182 def get_outputs(self): member in class:install_lib
207 filenames returned by 'get_outputs()'.
213 inputs.extend(build_py.get_outputs())
217 inputs.extend(build_ext.get_outputs())
install_data.py 80 def get_outputs(self): member in class:install_data
install_egg_info.py 47 def get_outputs(self): member in class:install_egg_info
install.py 619 outputs = self.get_outputs()
655 def get_outputs (self): member in class:install
660 # Add the contents of cmd.get_outputs(), ensuring
662 for filename in cmd.get_outputs():
build_py.py 96 self.byte_compile(self.get_outputs(include_bytecode=0))
307 def get_outputs(self, include_bytecode=1): member in class:build_py
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 50 for file in self.get_outputs():
61 def get_outputs(self): member in class:install_scripts
install_headers.py 48 def get_outputs(self): member in class:install_headers
install_lib.py 152 build_files = build_cmd.get_outputs()
182 def get_outputs(self): member in class:install_lib
207 filenames returned by 'get_outputs()'.
213 inputs.extend(build_py.get_outputs())
217 inputs.extend(build_ext.get_outputs())
install_data.py 80 def get_outputs(self): member in class:install_data
install_egg_info.py 47 def get_outputs(self): member in class:install_egg_info
install.py 619 outputs = self.get_outputs()
655 def get_outputs (self): member in class:install
660 # Add the contents of cmd.get_outputs(), ensuring
662 for filename in cmd.get_outputs():
build_py.py 96 self.byte_compile(self.get_outputs(include_bytecode=0))
307 def get_outputs(self, include_bytecode=1): member in class:build_py
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 38 self.assertEqual(len(cmd.get_outputs()), 2)
51 self.assertEqual(len(cmd.get_outputs()), 2)
69 self.assertEqual(len(cmd.get_outputs()), 4)
test_install_headers.py 35 self.assertEqual(len(cmd.get_outputs()), 2)
test_build_py.py 57 self.assertEqual(len(cmd.get_outputs()), 3)
test_install_lib.py 68 self.assertTrue(len(cmd.get_outputs()) >= 2)
test_build_ext.py 280 self.assertEqual(len(cmd.get_outputs()), 1)
285 # issue #5977 : distutils build_ext.get_outputs
299 so_file = cmd.get_outputs()[0]
310 so_file = cmd.get_outputs()[0]
setuptools_build_ext.py 196 def get_outputs(self): member in class:build_ext
197 outputs = _build_ext.get_outputs(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 38 self.assertEqual(len(cmd.get_outputs()), 2)
51 self.assertEqual(len(cmd.get_outputs()), 2)
69 self.assertEqual(len(cmd.get_outputs()), 4)
test_install_headers.py 35 self.assertEqual(len(cmd.get_outputs()), 2)
test_build_py.py 57 self.assertEqual(len(cmd.get_outputs()), 3)
test_install_lib.py 68 self.assertTrue(len(cmd.get_outputs()) >= 2)
test_build_ext.py 280 self.assertEqual(len(cmd.get_outputs()), 1)
285 # issue #5977 : distutils build_ext.get_outputs
299 so_file = cmd.get_outputs()[0]
310 so_file = cmd.get_outputs()[0]

Completed in 476 milliseconds

1 2