Home
last modified time | relevance | path

Searched refs:python_executable (Results 1 – 15 of 15) sorted by relevance

/external/libcxx/test/
Dlit.site.cfg.in6 config.python_executable = "@PYTHON_EXECUTABLE@"
/external/chromium_org/net/tools/tld_cleanup/
DPRESUBMIT.py18 cmd = [input_api.python_executable, test_path]
/external/chromium_org/third_party/WebKit/Source/bindings/
DPRESUBMIT.py56 cmd = [input_api.python_executable, run_bindings_tests_path]
/external/chromium_org/chrome/common/extensions/
DPRESUBMIT.py116 args = [input_api.python_executable]
147 integration_test = [input_api.python_executable]
/external/chromium_org/content/test/
DPRESUBMIT.py22 [input_api.python_executable,
/external/llvm/test/
Dlit.site.cfg.in14 config.python_executable = "@PYTHON_EXECUTABLE@"
Dlit.site.cfg17 config.python_executable = "/usr/bin/python"
Dlit.cfg90 config.environment['PYTHON_EXECUTABLE'] = getattr(config, 'python_executable',
/external/compiler-rt/test/
Dlit.common.configured.in24 set_default("python_executable", "@PYTHON_EXECUTABLE@")
/external/compiler-rt/test/asan/
Dlit.cfg90 python_exec = get_required_attr(config, "python_executable")
98 python_exec = get_required_attr(config, "python_executable")
/external/chromium_org/third_party/WebKit/
DPRESUBMIT.py148 [input_api.python_executable, lint_path],
163 args = ([input_api.python_executable, style_checker_path, '--diff-files']
/external/chromium_org/third_party/WebKit/Source/devtools/
DPRESUBMIT.py58 [input_api.python_executable, lint_path],
/external/chromium_org/
DPRESUBMIT.py1106 [input_api.python_executable, json_comment_eater],
1125 [input_api.python_executable, idl_schema],
DPRESUBMIT_test.py25 self.python_executable = sys.executable
/external/chromium_org/tools/gyp/test/lib/
DTestCmd.py522 python_executable = os.path.join(sys.prefix, 'jython') variable
526 python_executable = sys.executable variable