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

  /external/autotest/client/tests/sysbench/
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 + \
  /art/tools/bisection_search/
bisection_search.py 75 def __init__(self, base_cmd, test_env, expected_retcode=None,
80 base_cmd: list of strings, base command to run.
86 self._base_cmd = base_cmd
364 base_cmd = ['dalvikvm64'] if args.x64 else ['dalvikvm32']
366 base_cmd += ['-XXlib:{0}'.format(args.lib)]
372 base_cmd += ['-Ximage:{0}'.format(image_path)]
374 base_cmd += args.dalvikvm_opts
375 base_cmd += ['-cp', classpath, args.classname] + args.test_args
376 return base_cmd
403 base_cmd = PrepareBaseCommand(args, classpath
    [all...]
  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 123 base_cmd = ("find '%s' -wholename %s -prune -o "
144 cmd = base_cmd % (rootdir, self.autodir, find_options, FILE_CMD,
  /external/autotest/server/hosts/
sonic_host.py 132 def ssh_ping(self, timeout=60, base_cmd=''):
140 @param base_cmd: The base command to use to confirm that a round
144 base_cmd="getprop>/dev/null")
abstract_ssh.py 200 base_cmd = self.make_ssh_command(user=self.user, port=self.port,
204 return '%s %s "%s"' % (base_cmd, self.hostname, utils.sh_escape(cmd))
515 def ssh_ping(self, timeout=60, connect_timeout=None, base_cmd='true'):
521 @param base_cmd: The base command to run with the ssh ping.
530 self.run(base_cmd, timeout=timeout, connect_timeout=ctimeout,
545 def is_up(self, timeout=60, connect_timeout=None, base_cmd='true'):
550 @param base_cmd: a base command to run with ssh. The default is 'true'.
557 base_cmd=base_cmd)
    [all...]
ssh_host.py 71 base_cmd = self.make_ssh_command(user=self.user, port=self.port,
76 return "%s %s" % (base_cmd, self.hostname)
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 340 base_cmd = [sys.executable, os.path.realpath(sys.argv[0]),
348 'cmd': ' '.join(base_cmd + [
356 'cmd': ' '.join(base_cmd + [
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 43 base_cmd = ('gdb', '--batch')
45 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path)
46 out, err = subprocess.Popen(base_cmd + args,
regrtest.py 500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 43 base_cmd = ('gdb', '--batch')
45 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path)
46 out, err = subprocess.Popen(base_cmd + args,
regrtest.py 500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 43 base_cmd = ('gdb', '--batch')
45 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path)
46 out, err = subprocess.Popen(base_cmd + args,
regrtest.py 500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 43 base_cmd = ('gdb', '--batch')
45 base_cmd += ('-iex', 'add-auto-load-safe-path ' + checkout_hook_path)
46 out, err = subprocess.Popen(base_cmd + args,
regrtest.py 500 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 499 base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
510 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],
    [all...]

Completed in 607 milliseconds