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

1 2 3 4

  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/
Build.py 20 def RunCommand(commandLine):
41 ret = RunCommand(commandLine)
51 ret = RunCommand(commandLine)
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/
Build.py 20 def RunCommand(commandLine):
41 ret = RunCommand(commandLine)
51 ret = RunCommand(commandLine)
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
Build.py 20 def RunCommand(commandLine):
41 ret = RunCommand(commandLine)
51 ret = RunCommand(commandLine)
  /external/toolchain-utils/cros_utils/
machines.py 24 status = ce.RunCommand(cmd)
command_executer_unittest.py 21 ce.RunCommand(command, command_timeout=timeout, terminated_timeout=timeout)
  /external/toolchain-utils/automation/common/
command_executer_test.py 85 def RunCommand(self, method, **kwargs):
88 return self._executer.RunCommand('%s runHelper %s' % (program, method),
93 exit_code = self.RunCommand('SleepForMinute', command_timeout=3)
99 exit_code = self.RunCommand('IgnoreSigTerm', command_timeout=3)
104 self.assertFalse(self.RunCommand('ReturnTrue'))
107 self.assertTrue(self.RunCommand('ReturnFalse'))
110 self.assertFalse(self.RunCommand('EchoToOutputStream'))
115 self.assertFalse(self.RunCommand('EchoToErrorStream'))
121 self.RunCommand('IsOutputStreamInteractive'),
126 self.RunCommand('IsErrorStreamInteractive')
    [all...]
  /build/kati/
fileutil_bench.cc 27 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, &result);
38 RunCommand(shell, shellflag, cmd, RedirectStderr::NONE, &result);
fileutil.h 39 int RunCommand(const string& shell, const string& shellflag,
  /external/libvpx/libvpx/tools/
all_builds.py 10 def RunCommand(command):
67 RunCommand(configure_command)
68 RunCommand("make clean")
69 RunCommand("make")
  /external/toolchain-utils/
command_executer_timeout_test.py 28 ce.RunCommand(command, command_timeout=1)
remote_kill_test.py 40 ce.RunCommand('ls; sleep 10000', machine=os.uname()[1])
remote_gcc_build.py 153 if ce.RunCommand(cmd):
169 return ce.RunCommand(commands)
179 ce.RunCommand(command)
181 ce.RunCommand(command)
183 ce.RunCommand(command)
198 ret = ce.RunCommand(command)
226 ce.RunCommand(commands)
240 ce.RunCommand(command)
243 ce.RunCommand(command)
248 ce.RunCommand(command
    [all...]
tc_enter_chroot.py 38 retv = command_executer.GetCommandExecuter().RunCommand(command)
44 retv = command_executer.GetCommandExecuter().RunCommand(command)
65 return ce.RunCommand('sudo umount %s' % self.mount_dir)
71 retv = command_executer.GetCommandExecuter().RunCommand(command)
219 retv = command_executer.GetCommandExecuter().RunCommand(command)
238 retv = command_executer.GetCommandExecuter().RunCommand('sudo rm -f ' +
246 retv = command_executer.GetCommandExecuter().RunCommand('chmod +x ' +
293 command_executer.GetCommandExecuter().RunCommand(command)
weekly_report.py 43 cmd_executer.RunCommand(cmd)
86 cmd_executer.RunCommand(cmd)
176 ret = cmd_executer.RunCommand(cmd)
189 ret = cmd_executer.RunCommand(cmd)
237 retv = cmd_executer.RunCommand(cmd)
248 retv = cmd_executer.RunCommand(command)
  /external/toolchain-utils/crosperf/
download_images_unittest.py 64 # Verify we called RunCommand once, with proper arguments.
65 self.assertEqual(mock_cmd_exec.RunCommand.call_count, 1)
72 mock_cmd_exec.RunCommand.assert_called_with(expected_args)
90 # Verify we made no RunCommand or ChrootRunCommand calls (since
92 self.assertEqual(mock_cmd_exec.RunCommand.call_count, 0)
117 # Verify RunCommand was called twice with correct arguments.
118 self.assertEqual(mock_cmd_exec.RunCommand.call_count, 2)
120 self.assertEqual(len(mock_cmd_exec.RunCommand.call_args_list[0]), 2)
121 actual_arg = mock_cmd_exec.RunCommand.call_args_list[0][0]
130 repr(mock_cmd_exec.RunCommand.call_args_list[0][1])
    [all...]
download_images.py 27 """Handle Exceptions from calls to RunCommand"""
40 _ = self.ce.RunCommand(self.cleanup_command)
88 status = self._ce.RunCommand(command)
114 retval = self._ce.RunCommand(
121 _ = self._ce.RunCommand(clean_cmd)
131 retval = self._ce.RunCommand(command)
144 status = self._ce.RunCommand(cmd)
166 status = self._ce.RunCommand(command)
180 retval = self._ce.RunCommand(command)
189 retval = self._ce.RunCommand(command
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 148 int RunCommand(const std::string& title, const std::vector<std::string>& full_command,
152 int status = ds.RunCommand(title, full_command, options);
203 EXPECT_EQ(-1, RunCommand("", {}));
207 EXPECT_EQ(0, RunCommand("", {kSimpleCommand}));
213 EXPECT_EQ(0, RunCommand("I AM GROOT", {kSimpleCommand}));
223 0, RunCommand("", {kSimpleCommand},
230 EXPECT_EQ(0, RunCommand("", {kSimpleCommand},
237 EXPECT_EQ(0, RunCommand("", {kEchoCommand, "one"}));
243 EXPECT_EQ(0, RunCommand("", {kEchoCommand, "one", "is", "the", "loniest", "number"}));
250 EXPECT_EQ(0, RunCommand("I AM GROOT", {kSimpleCommand}))
    [all...]
  /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'])
  /external/toolchain-utils/fdo_scripts/
divide_and_merge_profiles.py 36 self._ce.RunCommand(command)
65 self._ce.RunCommand(command)
67 self._ce.RunCommand(command)
80 ret = self._ce.RunCommand(command)
84 self._ce.RunCommand(command)
divide_and_merge_profiles_test.py 30 self._ce.RunCommand('make')
38 self._ce.RunCommand(command)
87 return self._ce.RunCommand(command)
98 self._ce.RunCommand(command)
107 self._ce.RunCommand(command)
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 97 static int RunCommand(const std::string& title, const std::vector<std::string>& fullCommand,
99 return ds.RunCommand(title, fullCommand, options);
236 if (RunCommand("ANRD_DUMP", {"kill", "-SIGUSR1", buf},
327 if (RunCommand("SYSTRACE", {"/system/bin/atrace", "--async_dump", "-o", systrace_path},
330 // TODO: RunCommand tries to kill the process, but atrace doesn't die
333 // if (RunCommand("SYSTRACE", {"/system/bin/atrace", "--kill"})) {
366 RunCommand("RAFT LOGS", {"logcompressor", "-r", RAFT_DIR}, options);
370 RunCommand("RAFT LOGS", {"logcompressor", "-n", "-r", RAFT_DIR, "-o", raft_path}, options);
823 RunCommand("SYSTEM LOG",
831 RunCommand("EVENT LOG"
    [all...]
  /test/vts/utils/python/common/
cmd_utils.py 24 def RunCommand(command):
  /build/make/tools/releasetools/
build_image.py 39 def RunCommand(cmd):
55 output, exit_code = RunCommand(cmd)
62 output, exit_code = RunCommand(cmd)
70 output, exit_code = RunCommand(cmd)
115 (output, exit_code) = RunCommand(shlex.split(cmdline))
142 (_, exit_code) = RunCommand(shlex.split(cmdline))
190 output, exit_code = RunCommand(cmd)
199 output, exit_code = RunCommand(cmd)
215 output, exit_code = RunCommand(cmd)
231 output, exit_code = RunCommand(cmd
    [all...]
  /external/v8/tools/clang/scripts/
update.py 204 def RunCommand(command, msvc_arch=None, env=None, fail_hard=True):
259 if RunCommand(command, fail_hard=False):
267 RunCommand(command)
433 RunCommand(['python', CHROMIUM_DIR+'/build/download_gold_plugin.py'])
518 RunCommand(['cmake'] + bootstrap_args + [LLVM_DIR], msvc_arch='x64')
519 RunCommand(['ninja'], msvc_arch='x64')
523 RunCommand(['ninja', 'check-all'], msvc_arch='x64')
524 RunCommand(['ninja', 'install'], msvc_arch='x64')
560 RunCommand(['ln', '-sf',
585 RunCommand(['cmake'] + lto_cmake_args + [LLVM_DIR], env=lto_env
    [all...]
  /art/tools/jfuzz/
run_dex_fuzz_test.py 32 from common.common import RunCommand
113 if RunCommand(['jfuzz'], out='Test.java', err=None) != RetCode.SUCCESS:
115 if RunCommand(['jack'] + jack_args, out=None, err='jackerr.txt',

Completed in 418 milliseconds

1 2 3 4