HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 151 - 175 of 296) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/build/
landmines.py 128 proc = subprocess.Popen([sys.executable, s], stdout=subprocess.PIPE)
  /external/chromium_org/third_party/android_testrunner/
run_command.py 98 executable='/bin/bash',
  /external/chromium_org/tools/gyp/buildbot/
buildbot_run.py 182 [sys.executable, 'trunk/gyptest.py',
  /external/chromium_org/v8/build/
gyp_v8 117 [sys.executable, os.path.join(script_dir, 'landmines.py')])
landmines.py 128 proc = subprocess.Popen([sys.executable, s], stdout=subprocess.PIPE)
  /external/llvm/utils/lit/lit/
TestRunner.py 132 # Resolve the executable path ourselves.
134 executable = lit.util.which(args[0], cfg.environment['PATH'])
135 if not executable:
148 executable = executable,
  /external/lldb/test/
dotest.py 55 """Returns true if fpath is an executable."""
176 # Full path of the benchmark executable, as specified by the '-e' option.
431 group.add_argument('-C', '--compiler', metavar='compiler', dest='compilers', action='append', help=textwrap.dedent('''Specify the compiler(s) used to build the inferior executables. The compiler path can be an executable basename or a full path to a compiler executable. This option can be specified multiple times.'''))
456 group.add_argument('--executable', metavar='executable-path', help='The path to the lldb executable')
458 group.add_argument('-e', metavar='benchmark-exe', help='Specify the full path of an executable used for benchmark purposes (see also: -x)')
463 group.add_argument('-x', metavar='breakpoint-spec', help='Specify the breakpoint specification for the benchmark executable')
475 X('-S', "Skip the build and cleanup while running the test. Use this option with care as you would need to build the inferior(s) by hand and build the executable(s) with the correct name(s). This can be used with '-# n' to stress test certain test cases for n (…)
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 220 define $(combo_2nd_arch_prefix)transform-o-to-executable-inner
246 define $(combo_2nd_arch_prefix)transform-o-to-static-executable-inner
TARGET_linux-mips.mk 192 define $(combo_2nd_arch_prefix)transform-o-to-executable-inner
218 define $(combo_2nd_arch_prefix)transform-o-to-static-executable-inner
TARGET_linux-x86.mk 172 define $(combo_2nd_arch_prefix)transform-o-to-executable-inner
198 define $(combo_2nd_arch_prefix)transform-o-to-static-executable-inner
  /external/chromium_org/base/test/launcher/
test_results_tracker.cc 127 FilePath executable = command_line.GetProgram().BaseName(); local
128 path = path.Append(executable.ReplaceExtension(
  /external/chromium_org/tools/generate_stubs/
generate_stubs_unittest.py 151 gs.QuietRun([sys.executable,
157 gs.QuietRun([sys.executable,
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder.py 21 def __init__(self, browser_type, finder_options, executable, flash_path,
29 self._local_executable = executable
36 return 'PossibleDesktopBrowser(type=%s, executable=%s, flash=%s)' % (
154 # Add the explicit browser executable if given.
164 raise Exception('%s specified by --browser-executable does not exist',
  /external/chromium_org/v8/src/base/platform/
platform-freebsd.cc 60 bool executable) {
62 int prot = PROT_READ | PROT_WRITE | (executable ? PROT_EXEC : 0);
153 // Ignore mappings that are not executable.
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 149 args = [sys.executable, PKGVER, '--exclude', 'arm_trusted']
220 buildbot_common.Run([sys.executable, PKGVER,
546 [sys.executable, gyp_py_script, gyp_file, gyp_depth] + \
744 buildbot_common.Run([sys.executable, CYGTAR, '-C', OUT_DIR, '-cjf', tarfile,
878 cmd = [sys.executable, CYGTAR, '-C', ports_out, '-cjf', tarfile]
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 118 3) link generates a binary (library/executable)
    [all...]
  /external/clang/tools/scan-build/
scan-build 867 # Make sure $Dir and $BaseDir are world readable/executable.
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_filter_unittest.py 61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
win_platform_backend.py 48 executable_dir = os.path.dirname(sys.executable)
341 sys.executable, parameters, elevate_privilege=True)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 510 bool executable = phdr->p_flags & PF_X; local
511 cur_module->addAddressRange(cur_beg, cur_end, executable);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 3 REM default java executable
  /external/gtest/test/
gtest_filter_unittest.py 61 [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ'])
74 [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ'])
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Makefile 71 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
76 _tmp_tool_path := $(call get-executable,$(XMLTO))
  /external/llvm/test/Bindings/Ocaml/
target.ml 10 (* Note: It takes several seconds for ocamlopt to link an executable with
  /external/ltrace/testsuite/ltrace.main/
parameters.exp 18 || [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable [list debug shlib=$lib_sl] ] != ""} {

Completed in 2291 milliseconds

1 2 3 4 5 67 8 91011>>