/external/webrtc/talk/build/ |
merge_ios_libs | 108 cmd_list = ['libtool', '-static', '-v', '-o', 110 libtoolout = subprocess.Popen(cmd_list, stderr=subprocess.PIPE, env=env) 118 for i in range(len(cmd_list) - 1): 119 if cmd_list[i] == '-o' and cmd_list[i+1].endswith('.a'): 120 os.utime(cmd_list[i+1], None)
|
/external/webrtc/webrtc/tools/barcode_tools/ |
helper_functions.py | 38 def run_shell_command(cmd_list, fail_msg=None): 42 cmd_list(list): Command list to execute. 51 process = subprocess.Popen(cmd_list, stdout=subprocess.PIPE, 58 '%s and %s' % (' '.join(cmd_list), process.returncode,
|
/external/autotest/client/site_tests/platform_Mosys/ |
platform_Mosys.py | 30 cmd_list = utils.system_output('mosys -tv') 31 for line in cmd_list.splitlines():
|
/external/webrtc/tools/network_emulator/ |
network_emulator.py | 180 cmd_list = ipfw_command[:] + [str(x) for x in command] 181 cmd_string = ' '.join(cmd_list) 183 process = subprocess.Popen(cmd_list, stdout=subprocess.PIPE,
|
/external/autotest/client/tests/kvm/tests/ |
multi_disk.py | 79 cmd_list = params.get("cmd_list").split() 80 for cmd_l in cmd_list:
|
/external/fio/ |
client.h | 64 struct flist_head cmd_list; member in struct:fio_client
|
client.c | 263 INIT_FLIST_HEAD(&client->cmd_list); 347 INIT_FLIST_HEAD(&client->cmd_list); 404 fio_net_send_cmd(client->fd, FIO_NET_CMD_PROBE, &pdu, sizeof(pdu), &tag, &client->cmd_list); 805 return fio_net_send_cmd(client->fd, FIO_NET_CMD_UPDATE_JOB, &pdu, sizeof(pdu), tag, &client->cmd_list); 1103 flist_for_each(entry, &client->cmd_list) { 1128 flist_for_each(entry, &client->cmd_list) { [all...] |
/external/autotest/client/site_tests/graphics_dEQP/ |
process_logs.py | 37 def execute(cmd_list): 38 sproc = subprocess.Popen(cmd_list, stdout=subprocess.PIPE)
|
/external/autotest/client/common_lib/ |
base_packages.py | 783 cmd_list = ['tar', '-cf', temp_path, '-C', src_dir] 785 cmd_list.append('--use-compress-prog=pbzip2') 787 cmd_list.append('-j') 789 cmd_list.append(exclude_string) 792 utils.system(' '.join(cmd_list)) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_poplib.py | 82 def cmd_list(self, arg): member in class:DummyPOP3Handler 89 cmd_uidl = cmd_list
|
test_ftplib.py | 196 def cmd_list(self, arg): member in class:DummyFTPHandler
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_poplib.py | 82 def cmd_list(self, arg): member in class:DummyPOP3Handler 89 cmd_uidl = cmd_list
|
test_ftplib.py | 196 def cmd_list(self, arg): member in class:DummyFTPHandler
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_poplib.py | 82 def cmd_list(self, arg): member in class:DummyPOP3Handler 89 cmd_uidl = cmd_list
|
test_ftplib.py | 196 def cmd_list(self, arg): member in class:DummyFTPHandler
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_poplib.py | 82 def cmd_list(self, arg): member in class:DummyPOP3Handler 89 cmd_uidl = cmd_list
|
test_ftplib.py | 196 def cmd_list(self, arg): member in class:DummyFTPHandler
|
/system/extras/simpleperf/ |
Android.mk | 90 cmd_list.cpp \
|