Searched refs:do_run (Results 1 – 13 of 13) sorted by relevance
/external/autotest/server/site_tests/network_WiFi_Perf/ |
D | network_WiFi_Perf.py | 60 def do_run(self, ap_config, session, power_save, governor): member in network_WiFi_Perf 156 self.do_run(ap_config, session, power_save, governor)
|
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
|
/external/python/cpython2/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | MyDocument.h | 34 - (IBAction)do_run:(id)sender;
|
D | MyDocument.m | 125 - (IBAction)do_run:(id)sender
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | MyDocument.h | 34 - (IBAction)do_run:(id)sender;
|
D | MyDocument.m | 125 - (IBAction)do_run:(id)sender
|
/external/u-boot/common/ |
D | cli.c | 121 int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_run() function
|
/external/u-boot/include/ |
D | command.h | 49 extern int do_run(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
|
/external/u-boot/cmd/ |
D | nvedit.c | 1177 U_BOOT_CMD_MKENT(run, CONFIG_SYS_MAXARGS, 1, do_run, "", ""), 1326 run, CONFIG_SYS_MAXARGS, 1, do_run,
|
/external/v8/tools/ |
D | callstats.py | 260 def do_run(args): function 603 func=do_run, error=subparsers["run"].error)
|
/external/python/cpython2/Lib/ |
D | pdb.py | 671 def do_run(self, arg): member in Pdb 681 do_restart = do_run
|
/external/python/cpython3/Lib/ |
D | pdb.py | 1015 def do_run(self, arg): member in Pdb 1030 do_restart = do_run
|