/cts/apps/CameraITS/tools/ |
run_parallel_tests.py | 75 proc = Process(target=run_cmd, args=(cmd,)) 105 def run_cmd(cmd): function
|
/external/ltp/testcases/network/rpc/rpc-tirpc/ |
rpc_test.sh | 40 run_cmd() function 52 run_cmd "killall -9 $SERVER" 53 run_cmd "$CLEANER $PROGNUMNOSVC" 106 run_cmd "$SERVER $PROGNUMNOSVC" &
|
/external/netperf/doc/examples/ |
runemomniaggdemo.sh | 14 function run_cmd { function 66 # very much like run_cmd, but it runs the tests one at a time rather 185 run_cmd 193 run_cmd 202 run_cmd 215 run_cmd
|
/external/autotest/server/site_tests/platform_Flashrom/ |
platform_Flashrom.py | 31 def run_cmd(self, command, checkfor=''): member in class:platform_Flashrom 50 self.run_cmd('flashrom -p host --wp-status', checkfor='is disabled') 52 self.run_cmd('flashrom -p ec --wp-status', checkfor='is disabled') 54 self.run_cmd('flashrom -p ec:dev=1 --wp-status', 64 output = self.run_cmd('mosys eeprom map | grep %s' % fmap) 80 self.run_cmd('flashrom -E -i RW_SECTION_B', 'SUCCESS') 83 self.run_cmd('chromeos-firmwareupdate --mode=factory', 91 outdir = self.run_cmd('chromeos-firmwareupdate --sb_extract')[-1] 99 self.run_cmd('dd bs=1 skip=%d count=%d if=%s of=%s 2>&1' 105 self.run_cmd('flashrom -r -i RW_SECTION_B:%s' % rw_b2, 'SUCCESS' [all...] |
/external/autotest/client/site_tests/hardware_ch7036/ |
hardware_ch7036.py | 23 def run_cmd(cmd): function 33 ups_str = run_cmd('initctl status %s' % (server)) 44 run_cmd("%s xset dpms force %s" % (_XENV, dpms_verb)) 46 run_cmd("%s xset dpms force on" % (_XENV)) 52 lsof_out = run_cmd('lsof -c /ch7036_monitor/ ' + \
|
/external/autotest/server/site_tests/firmware_Mosys/ |
firmware_Mosys.py | 37 lines = self.run_cmd('mosys help') 49 def run_cmd(self, command): member in class:firmware_Mosys 72 lines = self.run_cmd('fwtool ec version') 74 lines = self.run_cmd('ectool version') 104 lines = self.run_cmd('ectool --dev 1 version') 135 lines = self.run_cmd(lsb_info) 181 output = self.run_cmd(command)[0] 196 output = self.run_cmd(command)[0] 210 output = self.run_cmd(command)[0] 218 lines = self.run_cmd(command [all...] |
/external/autotest/site_utils/ |
bind_mysql_to_cpuset.sh | 55 # Usage: run_cmd <cmd> [slient] 56 function run_cmd() { function 122 run_cmd "mkdir -p ${MOUNT_DIR}" 123 run_cmd "mount -t cpuset none ${MOUNT_DIR}" 146 run_cmd "kill -9 ${proc}" 149 run_cmd "rmdir ${MOUNT_DIR}/${MYSQL_CPUSET}" 151 run_cmd "umount ${MOUNT_DIR}" 225 run_cmd "mkdir -p ${MOUNT_DIR}/${MYSQL_CPUSET}" 228 run_cmd "cd ${MOUNT_DIR}/${MYSQL_CPUSET}" 233 run_cmd "bash -c \"/bin/echo ${MYSQL_CPUS} > cpus\" [all...] |
/external/autotest/cli/ |
cli_mock.py | 148 def run_cmd(self, argv, rpcs=[], exit_code=None, member in class:cli_unittest
|
/external/iproute2/tipc/ |
cmdl.c | 100 int run_cmd(struct nlmsghdr *nlh, const struct cmd *caller, function
|
/external/autotest/server/site_tests/firmware_FMap/ |
firmware_FMap.py | 79 def run_cmd(self, command): member in class:firmware_FMap 99 lines = self.run_cmd("mosys eeprom map")
|
/development/vndk/tools/vtable-dumper/tests/ |
test_vndk_vtable_dumper.py | 64 def run_cmd(cmd, verbose=False): function 109 run_cmd(cmd, verbose) 127 run_cmd(cmd, verbose)
|
/device/google/dragon/recovery/updater/ |
fwtool.cpp | 333 static int run_cmd(struct command *commands, int idx, int prefix, function 345 return run_cmd(c->subcmd, idx, nprefx, 367 res = run_cmd(cmds, 0, 0, argc, argv);
|
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
adb_wrapper.py | 175 def run_cmd(cmd): function in function:AdbWrapper.PersistentShell.RunCommand 183 def run_cmd(cmd): function in function:AdbWrapper.PersistentShell.RunCommand 193 result = [line for line in run_cmd(command)
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
adb_wrapper.py | 191 def run_cmd(cmd): function in function:AdbWrapper.PersistentShell.RunCommand 199 def run_cmd(cmd): function in function:AdbWrapper.PersistentShell.RunCommand 209 result = [line for line in run_cmd(command)
|
/toolchain/binutils/binutils-2.25/binutils/ |
resrc.c | 183 static int run_cmd (char *, const char *); 198 run_cmd (char *cmd, const char *redir) 323 if (run_cmd (cmd, cpp_temp_file)) 197 run_cmd (char *cmd, const char *redir) function [all...] |