Home
last modified time | relevance | path

Searched refs:shell_dir (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/
Dtest_config.py20 shell_dir, argument
33 self.shell_dir = shell_dir
Dbase_runner.py526 if options.shell_dir: # pragma: no cover
759 shell_dir=self.outdir,
/third_party/node/deps/v8/tools/testrunner/local/
Dandroid.py104 def push_executable(self, shell_dir, target_dir, binary): argument
113 self.push_file(shell_dir, binary, target_dir)
118 shell_dir,
124 shell_dir,
130 shell_dir,
Dcommand.py270 self.shell_dir = os.path.dirname(shell)
296 self.driver.push_executable(self.shell_dir, 'bin', self.shell_name)
Dtestsuite_test.py36 shell_dir='fake_testsuite/fake_d8',
/third_party/node/deps/v8/tools/
Drun_perf.py464 def GetCommand(self, cmd_prefix, shell_dir, extra_flags=None): argument
478 shell=os.path.join(shell_dir, self.binary),
606 self.shell_dir = args.shell_dir
613 config_path = os.path.join(args.shell_dir, 'v8_build_config.json')
699 shell_dir = self.shell_dir_secondary if secondary else self.shell_dir
700 cmd = runnable.GetCommand(self.command_prefix, shell_dir, self.extra_flags)
743 self.driver.push_executable(self.shell_dir, 'bin', node.binary)
1008 args.shell_dir = find_build_directory(
1018 args.shell_dir = os.path.abspath(
/third_party/node/deps/v8/tools/testrunner/objects/
Dtestcase.py387 shell=os.path.abspath(os.path.join(self._test_config.shell_dir, shell)),