Searched refs:base_cmd (Results 1 – 10 of 10) sorted by relevance
/external/autotest/client/tests/sysbench/ |
D | sysbench.py | 77 base_cmd = self.srcdir + '/sysbench/sysbench --test=oltp ' \ 82 cmd = base_cmd +' prepare' 85 cmd = base_cmd + \ 121 base_cmd = self.srcdir + '/sysbench/sysbench --test=oltp ' \ 127 cmd = base_cmd +' prepare' 130 cmd = base_cmd + \
|
/external/catch2/misc/ |
D | appveyorMergeCoverageScript.py | 8 …base_cmd = ['OpenCppCoverage', '--quiet', '--export_type=cobertura:cobertura.xml'] + ['--input_cov… variable 9 subprocess.check_call(base_cmd)
|
/external/grpc-grpc/tools/buildgen/ |
D | generate_projects.py | 55 base_cmd = [sys.executable, 'tools/buildgen/mako_renderer.py'] variable 56 cmd = base_cmd[:] 80 cmd = base_cmd[:]
|
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/ |
D | generate_projects.py | 53 base_cmd = [sys.executable, 'tools/buildgen/mako_renderer.py'] variable 54 cmd = base_cmd[:] 78 cmd = base_cmd[:]
|
/external/autotest/server/hosts/ |
D | abstract_ssh.py | 291 base_cmd = self.make_ssh_command(user=self.user, port=self.port, 295 return '%s %s "%s"' % (base_cmd, self.hostname, utils.sh_escape(cmd)) 616 def ssh_ping(self, timeout=60, connect_timeout=None, base_cmd='true'): argument 632 self.run(base_cmd, timeout=timeout, connect_timeout=ctimeout, 647 def is_up(self, timeout=60, connect_timeout=None, base_cmd='true'): argument 660 base_cmd=base_cmd)
|
D | ssh_host.py | 91 base_cmd = self.make_ssh_command(user=self.user, port=self.port, 98 return "%s %s" % (base_cmd, self.hostname)
|
/external/llvm-project/libcxx/utils/ |
D | graph_header_deps.py | 79 self.base_cmd = bcmd 87 …cmd = self.base_cmd + ["-fsyntax-only", "-Xclang", "-dependency-dot", "-Xclang", "%s" % out, '-xc…
|
/external/python/cpython3/Lib/test/ |
D | test_gdb.py | 101 base_cmd = ('gdb', '--batch', '-nx') 103 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path) 104 proc = subprocess.Popen(base_cmd + args,
|
/external/python/cpython2/Lib/test/ |
D | test_gdb.py | 73 base_cmd = ('gdb', '--batch', '-nx') 75 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path) 76 out, err = subprocess.Popen(base_cmd + args,
|
D | regrtest.py | 736 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest'] 739 base_cmd = base_cmd + ['--pgo'] 753 args = base_cmd + ['--slaveargs', json.dumps(args_tuple)]
|