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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 45 def get_inputs(self): member in class:install_headers
install_scripts.py 58 def get_inputs (self): member in class:install_scripts
install_data.py 77 def get_inputs(self): member in class:install_data
install_lib.py 203 def get_inputs(self): member in class:install_lib
install.py 672 def get_inputs (self): member in class:install
677 inputs.extend(cmd.get_inputs())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 45 def get_inputs(self): member in class:install_headers
install_scripts.py 58 def get_inputs (self): member in class:install_scripts
install_data.py 77 def get_inputs(self): member in class:install_data
install_lib.py 203 def get_inputs(self): member in class:install_lib
install.py 672 def get_inputs (self): member in class:install
677 inputs.extend(cmd.get_inputs())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_headers.py 27 self.assertEqual(cmd.get_inputs(), headers)
test_install_data.py 31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
test_install_lib.py 85 self.assertEqual(len(cmd.get_inputs()), 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_headers.py 27 self.assertEqual(cmd.get_inputs(), headers)
test_install_data.py 31 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
test_install_lib.py 85 self.assertEqual(len(cmd.get_inputs()), 2)

Completed in 104 milliseconds