HomeSort by relevance Sort by last modified time
    Searched refs:RunCommand (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_help.py 33 stdout = self.RunCommand('help', return_stdout=True)
37 stdout = self.RunCommand('help', ['web', 'set'], return_stdout=True)
42 stdout = self.RunCommand('help', ['web', 'asdf'], return_stdout=True)
46 stdout = self.RunCommand('help', ['ls', 'asdf'], return_stdout=True)
50 stdout = self.RunCommand('help', ['ls'], return_stdout=True)
54 stdout = self.RunCommand('ls', ['--help'], return_stdout=True)
58 stdout = self.RunCommand('web', ['set', '--help'], return_stdout=True)
63 stdout = self.RunCommand('cp', ['foo', 'bar', '--help'], return_stdout=True)
test_hash.py 34 stdout = self.RunCommand('hash', args=[tmp_file], return_stdout=True)
41 self.RunCommand('hash', args=['non-existent-file'])
49 self.RunCommand('hash', args=['gs://bucket/object'])
56 stdout = self.RunCommand('hash', args=['-h', tmp_file], return_stdout=True)
64 stdout = self.RunCommand('hash', args=[os.path.join(tmp_dir, '*')],
72 stdout_crc = self.RunCommand('hash', args=['-c', tmp_file],
74 stdout_md5 = self.RunCommand('hash', args=['-m', tmp_file],
76 stdout_both = self.RunCommand('hash', args=['-c', '-m', tmp_file],
test_naming.py 94 self.RunCommand('cp', [src_file, suri(dst_bucket_uri)])
106 self.RunCommand('cp', [src_file0, src_file1, suri(dst_bucket_uri)])
128 self.RunCommand('cp', [src_file, suri(dst_bucket_uri, 'subdir/a')])
129 self.RunCommand('cp', [src_file, suri(dst_bucket_uri, 'subdir')])
144 self.RunCommand('cp', ['-R', src_dir_root, suri(dst_bucket_uri)])
160 self.RunCommand('cp', ['-R', 'dir0', suri(dst_bucket_uri)], cwd=src_dir)
179 self.RunCommand('cp', ['-R', os.path.join('dir0', 'dir1'),
195 self.RunCommand('cp', ['-R', os.path.join('dir0', 'dir1'),
207 self.RunCommand('cp', ['-R', os.path.join('dir0', 'dir1'),
222 self.RunCommand('cp', ['-R', rel_src_dir, suri(dst_bucket_uri)]
    [all...]
  /external/libvpx/libvpx/tools/
all_builds.py 10 def RunCommand(command):
67 RunCommand(configure_command)
68 RunCommand("make clean")
69 RunCommand("make")
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
all_builds.py 10 def RunCommand(command):
67 RunCommand(configure_command)
68 RunCommand("make clean")
69 RunCommand("make")
  /build/kati/
fileutil.h 37 int RunCommand(const string& shell, const string& cmd,
exec.cc 108 int result = RunCommand(shell_, command->cmd.c_str(),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
cros_power_monitor.py 38 sample = self._platform.RunCommand(['dump_power_status;', 'date', '+%s'])
50 sample = self._platform.RunCommand(['dump_power_status;', 'date', '+%s'])
103 self._platform.RunCommand(['dump_power_status']))
104 board_data = self._platform.RunCommand(['cat', '/etc/lsb-release'])
android_dumpsys_power_monitor.py 29 result = self._platform.RunCommand('dumpsys batterystats -c')
pm_mock.py 59 def RunCommand(self, command):
sysfs_power_monitor_unittest.py 222 def RunCommand(self, cmd):
256 def RunCommand(self, cmd):
sysfs_power_monitor.py 52 return bool(self._platform.RunCommand(
61 self._platform.RunCommand('ls %s' % CPU_PATH).split())
103 output = self._platform.RunCommand(
  /external/v8/build/linux/sysroot_scripts/
sysroot-creator.sh 506 RunCommand BuildSysrootAmd64
507 RunCommand BuildSysrootI386
508 RunCommand BuildSysrootARM
509 RunCommand BuildSysrootMips
557 RunCommand UploadSysrootAmd64 "$@"
558 RunCommand UploadSysrootI386 "$@"
559 RunCommand UploadSysrootARM "$@"
560 RunCommand UploadSysrootMips "$@"
686 RunCommand UpdatePackageListsAmd64
687 RunCommand UpdatePackageListsI38
    [all...]
  /external/v8/build/util/lib/common/
util.py 102 if RunCommand(unzip_cmd, output_dir) != 0:
114 def RunCommand(cmd, cwd=None):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
cros_platform_backend.py 64 def RunCommand(self, args):
75 return self.RunCommand(['cat', filename])
144 self.RunCommand(['chmod', '+x', flush_command])
145 self.RunCommand([flush_command, '--recurse', directory])
linux_based_platform_backend.py 23 Subclasses must implement RunCommand, GetFileContents, GetPsOutput, and
107 def RunCommand(self, cmd):
163 jiffies_timer_lines = self.RunCommand(
posix_platform_backend.py 43 def RunCommand(self, args):
71 return self.RunCommand(args).splitlines()
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
mv.py 126 def RunCommand(self):
cat.py 115 def RunCommand(self):
mb.py 165 def RunCommand(self):
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 55 (res1, code1) = pshell.RunCommand('echo TEST')
56 (res2, code2) = pshell.RunCommand('echo TEST2')
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 97 void RunCommand(const std::wstring& command_line,
196 ASSERT_NO_FATAL_FAILURE(RunCommand(command_line, &symbols));
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ps_util.py 52 return platform_backend.RunCommand(args).splitlines()
  /build/tools/releasetools/
build_image.py 39 def RunCommand(cmd):
236 (_, exit_code) = RunCommand(inflate_command)
301 (_, exit_code) = RunCommand(convert_command)
441 (ext4fs_output, exit_code) = RunCommand(build_command)
443 (_, exit_code) = RunCommand(build_command)
502 (_, exit_code) = RunCommand(e2fsck_command)
  /development/testrunner/test_defs/
gtest.py 57 run_command.RunCommand(shell_cmd, return_output=False)

Completed in 714 milliseconds

1 2 3