Home
last modified time | relevance | path

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

/third_party/mesa3d/ohos/
Dbuild_wayland_and_gbm.py31 script_dir = os.path.split(os.path.abspath( __file__))[0] variable
Dbuild_ohos.py30 script_dir = os.path.split(os.path.abspath( __file__))[0] variable
/third_party/skia/third_party/externals/angle2/scripts/
Dmsvs_projects.py18 script_dir = os.path.dirname(sys.argv[0]) variable
Dupdate_chrome_angle.py21 script_dir = os.path.dirname(sys.argv[0]) variable
Drun_code_generation.py17 script_dir = sys.path[0] variable
/third_party/python/Lib/test/
Dtest_multiprocessing_main_handling.py111 def _make_test_script(script_dir, script_basename, argument
138 def _make_launch_script(script_dir, script_basename, module_name, path=None): argument
Dtest_cmd_line_script.py80 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
/third_party/python/Lib/test/support/
Dscript_helper.py216 def make_script(script_dir, script_basename, source, omit_suffix=False): argument