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

  /external/chromium_org/v8/tools/testrunner/objects/
context.py 30 def __init__(self, arch, mode, shell_dir, mode_flags, verbose, timeout,
36 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 350 if not options.shell_dir:
353 options.shell_dir = os.path.dirname(options.shell)
449 shell_dir = options.shell_dir
450 if not shell_dir:
452 shell_dir = os.path.join(workspace, options.outdir, mode)
455 shell_dir = os.path.join(workspace, options.outdir,
457 shell_dir = os.path.relpath(shell_dir)
478 ctx = context.Context(arch, mode, shell_dir,
    [all...]
run_perf.py 280 def GetCommand(self, shell_dir):
283 [os.path.join(shell_dir, self.binary)] +
442 shell_dir = os.path.join(workspace, options.outdir, "Release")
444 shell_dir = os.path.join(workspace, options.outdir,
470 output = commands.Execute(runnable.GetCommand(shell_dir),
  /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 257 [os.path.abspath(os.path.join(self.context.shell_dir, shell))] +
testsuite.py 228 shell = os.path.abspath(os.path.join(context.shell_dir, self.shell()))
  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 120 path = os.path.join(self.context.shell_dir, shell)

Completed in 78 milliseconds