Home
last modified time | relevance | path

Searched refs:script_dir (Results 1 – 20 of 20) sorted by relevance

/external/skia/
Dgyp_skia18 script_dir = os.path.abspath(os.path.dirname(__file__)) variable
21 gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp')
24 gyp_config_dir = os.path.join(script_dir, 'gyp')
69 return os.path.join(os.path.abspath(script_dir), 'out')
74 return os.path.join(os.path.abspath(script_dir), output_dir)
109 os.chdir(os.path.abspath(script_dir))
/external/protobuf/gtest/test/
Drun_tests_util.py144 def _GetGtestBuildDir(injected_os, script_dir, config): argument
147 return injected_os.path.normpath(injected_os.path.join(script_dir,
173 script_dir, argument
197 self.script_dir = script_dir
202 return self.build_dir_finder(self.os, self.script_dir, config)
337 test_dir = self.os.path.normpath(self.os.path.join(self.script_dir, 'test'))
Drun_tests_util_test.py196 self.test_runner = run_tests_util.TestRunner(script_dir='.',
426 self.test_runner = run_tests_util.TestRunner(script_dir='.',
450 self.test_runner = run_tests_util.TestRunner(script_dir='/d/',
500 self.test_runner = run_tests_util.TestRunner(script_dir='.',
536 script_dir=os.path.dirname(__file__) or '.',
/external/google-breakpad/src/build/
Dgyp_breakpad35 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
36 breakpad_root = os.path.abspath(os.path.join(script_dir, os.pardir))
50 args.append(os.path.join(script_dir, 'all.gyp'))
/external/pdfium/build/
Dgyp_pdfium14 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
15 pdfium_root = os.path.abspath(os.path.join(script_dir, os.pardir))
30 args.append(os.path.join(script_dir, 'all.gyp'))
/external/chromium-trace/
Dupdate.py7 script_dir = os.path.dirname(os.path.abspath(sys.argv[0])) variable
8 catapult_dir = os.path.join(script_dir, 'catapult')
24 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
/external/boringssl/src/util/bot/
Dvs_toolchain.py13 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
14 sys.path.insert(0, os.path.join(script_dir, 'gyp', 'pylib'))
15 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
/external/webrtc/webrtc/build/
Dget_landmines.py18 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
19 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
Dgyp_webrtc19 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
20 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
/external/chromium-trace/catapult/systrace/systrace/
Dsystrace.py110 def write_trace_html(html_filename, script_dir, agents): argument
121 trace_viewer_html = read_asset(script_dir, 'systrace_trace_viewer.html')
209 script_dir = os.path.dirname(os.path.abspath(sys.argv[0]))
210 write_trace_html(options.output_file, script_dir, agents)
Dsystrace-legacy.py140 script_dir = os.path.dirname(os.path.abspath(sys.argv[0]))
142 with open(os.path.join(script_dir, flattened_html_file), 'r') as f:
176 html_prefix = read_asset(script_dir, 'prefix.html')
205 html_suffix = read_asset(script_dir, 'suffix.html')
/external/pdfium/tools/drmemory/scripts/
Dpdfium_tests.py56 script_dir = os.path.dirname(path_utils.ScriptDir())
57 self._source_dir = os.path.dirname(os.path.dirname(script_dir))
61 drmem_sfx = os.path.join(script_dir, "drmemory-windows-sfx.exe")
64 drmem_dir = os.path.join(script_dir, "unpacked")
108 script_dir = path_utils.ScriptDir()
109 suppression_file = os.path.join(script_dir, "..", "suppressions.txt")
115 os.path.join(script_dir, "..", 'suppressions_%s.txt' % platform)
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.py76 script_dir = path_utils.ScriptDir()
77 old_base, _ = os.path.split(script_dir)
82 add_suppressions.append(token.replace(script_dir, new_dir))
/external/markdown/
Dsetup.py16 script_dir = os.path.join(sys.prefix, 'Scripts')
17 script_path = os.path.join(script_dir, 'markdown')
/external/v8/build/
Dgyp_v843 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
44 v8_root = os.path.abspath(os.path.join(script_dir, os.pardir))
140 args.append(os.path.join(script_dir, 'all.gyp'))
Dvs_toolchain.py16 script_dir = os.path.dirname(os.path.realpath(__file__)) variable
17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
21 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
/external/ipsec-tools/src/racoon/
Dremoteconf.c637 char *script_dir; local
644 script_dir = lcconf->pathinfo[LC_PATHTYPE_SCRIPT];
647 if ((path->v[0] != '/') && (script_dir != NULL)) {
648 len = strlen(script_dir) + sizeof("/") + path->l + 1;
657 (void)strlcat(new_path->v, script_dir, len);
/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_encoder.py348 script_dir = os.path.dirname(os.path.abspath(sys.argv[0]))
349 zxing_dir = os.path.join(script_dir, 'third_party', 'zxing')
/external/skia/site/user/sample/
Dbuilding.md172 script_dir = os.path.dirname(__file__)
173 using_skia_src = os.path.abspath(os.path.join(script_dir, os.pardir))
187 args.append(os.path.join(script_dir, '..', 'using_skia.gyp'))
198 1. `args.append(os.path.join(script_dir, '..', 'using_skia.gyp'))`
/external/webrtc/
Dsetup_links.py481 script_dir = os.path.dirname(os.path.abspath(__file__))
482 os.chdir(script_dir)