HomeSort by relevance Sort by last modified time
    Searched refs:shell_dir (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/v8/tools/testrunner/objects/
context.py 30 def __init__(self, arch, mode, shell_dir, mode_flags, verbose, timeout,
35 self.shell_dir = shell_dir
  /external/chromium_org/v8/tools/testrunner/server/
work_handler.py 58 self.ctx.shell_dir = os.path.join("out",
60 if not os.path.isdir(self.ctx.shell_dir):
61 os.makedirs(self.ctx.shell_dir)
87 self._Call("rm -rf %s" % self.ctx.shell_dir)
92 libdir = os.path.join(self.ctx.shell_dir, "lib.target")
96 target = os.path.join(self.ctx.shell_dir, binary_name)
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 346 shell_dir = options.shell_dir
347 if not shell_dir:
349 shell_dir = os.path.join(workspace, options.outdir, mode)
352 shell_dir = os.path.join(workspace, options.outdir,
354 shell_dir = os.path.relpath(shell_dir)
367 ctx = context.Context(arch, mode, shell_dir,
run-tests.py 297 if not options.shell_dir:
300 options.shell_dir = os.path.dirname(options.shell)
387 shell_dir = options.shell_dir
388 if not shell_dir:
390 shell_dir = os.path.join(workspace, options.outdir, mode)
393 shell_dir = os.path.join(workspace, options.outdir,
395 shell_dir = os.path.relpath(shell_dir)
411 ctx = context.Context(arch, mode, shell_dir,
    [all...]
run_benchmarks.py 243 def GetCommand(self, shell_dir):
246 [os.path.join(shell_dir, self.binary)] +
353 shell_dir = os.path.join(workspace, options.outdir, "Release")
355 shell_dir = os.path.join(workspace, options.outdir,
381 output = commands.Execute(runnable.GetCommand(shell_dir), timeout=60)
  /external/chromium_org/v8/test/fuzz-natives/
testcfg.py 18 shell = os.path.abspath(os.path.join(context.shell_dir, self.shell()))
  /external/chromium_org/v8/test/cctest/
testcfg.py 52 shell = os.path.abspath(os.path.join(context.shell_dir, self.shell()))
  /external/chromium_org/v8/tools/testrunner/local/
execution.py 156 [os.path.abspath(os.path.join(self.context.shell_dir, shell))] +
  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 120 path = os.path.join(self.context.shell_dir, shell)

Completed in 340 milliseconds