Home
last modified time | relevance | path

Searched refs:get_inputs (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/distutils/command/
Dinstall_headers.py43 def get_inputs(self): member in install_headers
Dinstall_scripts.py56 def get_inputs(self): member in install_scripts
Dinstall_data.py75 def get_inputs(self): member in install_data
Dinstall.py639 def get_inputs(self): member in install
645 inputs.extend(cmd.get_inputs())
Dinstall_lib.py201 def get_inputs(self): member in install_lib
/third_party/python/Lib/distutils/tests/
Dtest_install_headers.py25 self.assertEqual(cmd.get_inputs(), headers)
Dtest_install_data.py29 self.assertEqual(cmd.get_inputs(), [one, (inst2, [two])])
Dtest_install_lib.py90 inputs = cmd.get_inputs()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h346 const inputs_vec & get_inputs() {return inputs; } in get_inputs() function