Searched refs:shell_dir (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/ |
D | test_config.py | 20 shell_dir, argument 33 self.shell_dir = shell_dir
|
D | base_runner.py | 526 if options.shell_dir: # pragma: no cover 759 shell_dir=self.outdir,
|
/third_party/node/deps/v8/tools/testrunner/local/ |
D | android.py | 104 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,
|
D | command.py | 270 self.shell_dir = os.path.dirname(shell) 296 self.driver.push_executable(self.shell_dir, 'bin', self.shell_name)
|
D | testsuite_test.py | 36 shell_dir='fake_testsuite/fake_d8',
|
/third_party/node/deps/v8/tools/ |
D | run_perf.py | 464 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/ |
D | testcase.py | 387 shell=os.path.abspath(os.path.join(self._test_config.shell_dir, shell)),
|