Home
last modified time | relevance | path

Searched defs:script_dir (Results 1 – 17 of 17) sorted by relevance

/external/google-breakpad/src/build/
Dgyp_breakpad35 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/external/libchrome/build/
Dgyp_chromium.py14 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
Dvs_toolchain.py19 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/external/angle/scripts/
Dmsvs_projects.py18 script_dir = os.path.dirname(sys.argv[0]) variable
Dupdate_canary_angle.py17 script_dir = os.path.dirname(sys.argv[0]) variable
Drun_code_generation.py17 script_dir = sys.path[0] variable
/external/boringssl/src/util/bot/
Dvs_toolchain.py12 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
/external/chromium-trace/catapult/systrace/systrace/
Dsystrace_runner.py26 def __init__(self, script_dir, options): argument
/external/python/cpython3/Lib/test/
Dtest_multiprocessing_main_handling.py109 def _make_test_script(script_dir, script_basename, argument
136 def _make_launch_script(script_dir, script_basename, module_name, path=None): argument
Dtest_cmd_line_script.py78 def _make_test_script(script_dir, script_basename, source=test_source): argument
Dtest_runpy.py596 def _make_test_script(self, script_dir, script_basename, argument
/external/python/cpython2/Lib/test/
Dtest_cmd_line_script.py43 def _make_test_script(script_dir, script_basename, source=test_source): argument
61 def _make_launch_script(script_dir, script_basename, module_name, path=None): argument
Dtest_runpy.py333 def _make_test_script(self, script_dir, script_basename, source=None): argument
/external/chromium-trace/
Dupdate.py25 script_dir = os.path.dirname(os.path.abspath(sys.argv[0])) variable
/external/python/cpython2/Lib/test/support/
Dscript_helper.py106 def make_script(script_dir, script_basename, source): argument
/external/python/cpython3/Lib/test/support/
Dscript_helper.py201 def make_script(script_dir, script_basename, source, omit_suffix=False): argument
/external/ipsec-tools/src/racoon/
Dremoteconf.c637 char *script_dir; local