Searched defs:make_script (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dscript_helper.py106 def make_script(script_dir, script_basename, source): function
139 make_script(pkg_dir, '__init__', '')
144 init_name = make_script(zip_dir, '__init__', '')
147 script_name = make_script(zip_dir, script_basename, source)
H A Dtest_runpy.py9 from test.script_helper import (temp_dir, make_script, compile_script, namespace
312 return make_script(script_dir, script_basename, source)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dscript_helper.py106 def make_script(script_dir, script_basename, source): function
139 make_script(pkg_dir, '__init__', '')
144 init_name = make_script(zip_dir, '__init__', '')
147 script_name = make_script(zip_dir, script_basename, source)
H A Dtest_runpy.py9 from test.script_helper import (temp_dir, make_script, compile_script, namespace
312 return make_script(script_dir, script_basename, source)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dscript_helper.py106 def make_script(script_dir, script_basename, source): function
139 make_script(pkg_dir, '__init__', '')
144 init_name = make_script(zip_dir, '__init__', '')
147 script_name = make_script(zip_dir, script_basename, source)
H A Dtest_runpy.py9 from test.script_helper import (temp_dir, make_script, compile_script, namespace
312 return make_script(script_dir, script_basename, source)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dscript_helper.py106 def make_script(script_dir, script_basename, source): function
139 make_script(pkg_dir, '__init__', '')
144 init_name = make_script(zip_dir, '__init__', '')
147 script_name = make_script(zip_dir, script_basename, source)
H A Dtest_runpy.py9 from test.script_helper import (temp_dir, make_script, compile_script, namespace
312 return make_script(script_dir, script_basename, source)

Completed in 272 milliseconds