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

  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 299 base_cmd = [sys.executable, os.path.realpath(sys.argv[0]),
310 'cmd': ' '.join(base_cmd + [
318 'cmd': ' '.join(base_cmd + [
  /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...]

Completed in 226 milliseconds