HomeSort by relevance Sort by last modified time
    Searched refs:run_cmd (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/testprof/
test_driver.c 3 void run_cmd(int res, int line, char *file, char *cmd) function
tomcrypt_test.h 20 void run_cmd(int res, int line, char *file, char *cmd);
23 #define DO(x) do { fprintf(stderr, "%s:\n", #x); run_cmd((x), __LINE__, __FILE__, #x); } while (0);
25 #define DO(x) do { run_cmd((x), __LINE__, __FILE__, #x); } while (0);
  /frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py 32 def main(run_cmd, options):
36 if not run_cmd in ("start", "stop", "restart"):
37 logging.info("illegal argument: " + run_cmd)
106 logging.info("Will " + run_cmd + " apache2 server.")
110 if (run_cmd == 'restart'):
122 (apache2_restart_template % (run_cmd)) + directives +
159 run_cmd = "" variable
161 run_cmd = args[0] variable
163 main(run_cmd, options)

Completed in 265 milliseconds