Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds