| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
| install_lib.py | 109 self.run_command('build_py') 111 self.run_command('build_ext')
|
| bdist.py | 146 self.run_command(cmd_name)
|
| build.py | 127 self.run_command(cmd_name)
|
| install.py | 600 self.run_command('build') 612 self.run_command(cmd_name)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
| install_lib.py | 109 self.run_command('build_py') 111 self.run_command('build_ext')
|
| bdist.py | 146 self.run_command(cmd_name)
|
| build.py | 127 self.run_command(cmd_name)
|
| install.py | 600 self.run_command('build') 612 self.run_command(cmd_name)
|
| /external/vboot_reference/futility/ |
| futility.c | 274 int run_command(const struct futil_cmd_t *cmd, int argc, char *argv[]) function 319 return run_command(cmd, argc, argv); 364 return run_command(cmd, argc, argv);
|
| /external/autotest/client/common_lib/ |
| base_packages.py | 138 self.run_command = package_manager._run_command 148 dest_file_path = self.run_command(mktemp).stdout.strip() 154 self.run_command(http_cmd, _run_command_dargs={'timeout': 30}) 159 self.run_command('rm -rf %s' % dest_file_path) 173 result = self.run_command(cmd, 176 file_exists = self.run_command( 187 self.run_command('rm -f %s' % dest_path) 196 self.run_command = package_manager._run_command 205 self.run_command('cp %s %s' % (local_path, dest_path)) [all...] |
| /frameworks/native/cmds/dumpstate/ |
| dumpstate.h | 123 // TODO: need to refactor all those run_command variations; there shold be just one, receiving an 128 int run_command(const char *title, int timeout_seconds, const char *command, ...);
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
| bdist.py | 146 self.run_command(cmd_name)
|
| build.py | 127 self.run_command(cmd_name)
|
| install.py | 600 self.run_command('build') 612 self.run_command(cmd_name)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
| bdist.py | 146 self.run_command(cmd_name)
|
| build.py | 127 self.run_command(cmd_name)
|
| install.py | 600 self.run_command('build') 612 self.run_command(cmd_name)
|
| /development/testrunner/ |
| adb_interface.py | 31 import run_command namespace 71 return run_command.RunCommand(adb_cmd, timeout_time=timeout_time, 273 run_command.RunCommand(adb_command_string, return_output=False)
|
| /external/toybox/toys/pending/ |
| init.c | 191 static void run_command(char *command) function 268 run_command(x->command); 399 run_command(x->command);
|
| /development/testrunner/coverage/ |
| coverage.py | 32 import run_command namespace 191 run_command.RunCommand(cmd, return_output=False)
|
| /external/autotest/client/cros/faft/utils/ |
| os_interface.py | 108 self.shell.run_command(cmd) 121 self.host_shell.run_command(cmd, block)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
| cmd.py | 321 def run_command(self, command): member in class:Command 322 """Run some other command: uses the 'run_command()' method of 326 self.distribution.run_command(command)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| cmd.py | 321 def run_command(self, command): member in class:Command 322 """Run some other command: uses the 'run_command()' method of 326 self.distribution.run_command(command)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| cmd.py | 321 def run_command(self, command): member in class:Command 322 """Run some other command: uses the 'run_command()' method of 326 self.distribution.run_command(command)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| cmd.py | 321 def run_command(self, command): member in class:Command 322 """Run some other command: uses the 'run_command()' method of 326 self.distribution.run_command(command)
|