OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_make_launch_script
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py
60
def
_make_launch_script
(script_dir, script_basename, module_name, path=None):
function
154
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg.script')
160
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg.script', zip_name)
166
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg.test_pkg.script', zip_name)
174
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg')
185
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg')
195
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg')
207
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py
60
def
_make_launch_script
(script_dir, script_basename, module_name, path=None):
function
154
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg.script')
160
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg.script', zip_name)
166
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg.test_pkg.script', zip_name)
174
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg')
185
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg')
195
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg')
207
launch_name =
_make_launch_script
(script_dir, 'launch', 'test_pkg')
Completed in 161 milliseconds