HomeSort by relevance Sort by last modified time
    Searched refs:cmd_name (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/
PRESUBMIT.py 44 cmd_name = 'run-bindings-tests'
51 name=cmd_name,
56 print('Running ' + cmd_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 132 cmd_name = commands[i]
133 sub_cmd = self.reinitialize_command(cmd_name)
134 if cmd_name not in self.no_format_option:
138 if cmd_name == 'bdist_dumb':
144 if cmd_name in commands[i+1:]:
146 self.run_command(cmd_name)
build.py 126 for cmd_name in self.get_sub_commands():
127 self.run_command(cmd_name)
install.py 611 for cmd_name in self.get_sub_commands():
612 self.run_command(cmd_name)
658 for cmd_name in self.get_sub_commands():
659 cmd = self.get_finalized_command(cmd_name)
675 for cmd_name in self.get_sub_commands():
676 cmd = self.get_finalized_command(cmd_name)
register.py 49 for cmd_name in self.get_sub_commands():
50 self.run_command(cmd_name)
sdist.py 154 for cmd_name in self.get_sub_commands():
155 self.run_command(cmd_name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 132 cmd_name = commands[i]
133 sub_cmd = self.reinitialize_command(cmd_name)
134 if cmd_name not in self.no_format_option:
138 if cmd_name == 'bdist_dumb':
144 if cmd_name in commands[i+1:]:
146 self.run_command(cmd_name)
build.py 126 for cmd_name in self.get_sub_commands():
127 self.run_command(cmd_name)
install.py 611 for cmd_name in self.get_sub_commands():
612 self.run_command(cmd_name)
658 for cmd_name in self.get_sub_commands():
659 cmd = self.get_finalized_command(cmd_name)
675 for cmd_name in self.get_sub_commands():
676 cmd = self.get_finalized_command(cmd_name)
register.py 49 for cmd_name in self.get_sub_commands():
50 self.run_command(cmd_name)
sdist.py 154 for cmd_name in self.get_sub_commands():
155 self.run_command(cmd_name)
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_ctrl.c 68 if((defn->cmd_num == 0) || (defn->cmd_name == NULL))
76 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
127 /* Now handle cmd_name -> cmd_num conversion */
159 return strlen(e->cmd_defns[idx].cmd_name);
161 return BIO_snprintf(s,strlen(e->cmd_defns[idx].cmd_name) + 1,
162 "%s", e->cmd_defns[idx].cmd_name);
251 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
256 if((e == NULL) || (cmd_name == NULL))
264 0, (void *)cmd_name, NULL)) <= 0))
288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg
    [all...]
engine.h 273 * to zero and/or cmd_name set to NULL. */
277 const char *cmd_name; /* The command name itself */ member in struct:ENGINE_CMD_DEFN_st
440 * use the cmd_name and cmd_optional. */
441 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
444 /* This function passes a command-name and argument to an ENGINE. The cmd_name
450 * cmd_name the return value will be success anyway. This function is intended
463 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
    [all...]
  /external/openssl/crypto/engine/
eng_ctrl.c 68 if((defn->cmd_num == 0) || (defn->cmd_name == NULL))
76 while(!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0))
127 /* Now handle cmd_name -> cmd_num conversion */
159 return strlen(e->cmd_defns[idx].cmd_name);
161 return BIO_snprintf(s,strlen(e->cmd_defns[idx].cmd_name) + 1,
162 "%s", e->cmd_defns[idx].cmd_name);
251 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
256 if((e == NULL) || (cmd_name == NULL))
264 0, (void *)cmd_name, NULL)) <= 0))
288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg
    [all...]
engine.h 273 * to zero and/or cmd_name set to NULL. */
277 const char *cmd_name; /* The command name itself */ member in struct:ENGINE_CMD_DEFN_st
440 * use the cmd_name and cmd_optional. */
441 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
444 /* This function passes a command-name and argument to an ENGINE. The cmd_name
450 * cmd_name the return value will be success anyway. This function is intended
463 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
    [all...]
  /system/extras/tests/memtest/
memtest.cpp 78 const char *cmd_name; member in struct:__anon62839
104 if (strcmp(argv[1], function_table[i].cmd_name) == 0) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 47 static const char *cmd_name(unsigned cmd) function
106 cmd_name(head->cmd[i]),
253 debug_printf("%c: %15s", val, cmd_name(block->cmd[k]));
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h 273 * to zero and/or cmd_name set to NULL. */
277 const char *cmd_name; /* The command name itself */ member in struct:ENGINE_CMD_DEFN_st
440 * use the cmd_name and cmd_optional. */
441 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
444 /* This function passes a command-name and argument to an ENGINE. The cmd_name
450 * cmd_name the return value will be success anyway. This function is intended
463 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 47 static const char *cmd_name(unsigned cmd) function
106 cmd_name(head->cmd[i]),
253 debug_printf("%c: %15s", val, cmd_name(block->cmd[k]));
  /external/openssl/include/openssl/
engine.h 273 * to zero and/or cmd_name set to NULL. */
277 const char *cmd_name; /* The command name itself */ member in struct:ENGINE_CMD_DEFN_st
440 * use the cmd_name and cmd_optional. */
441 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
444 /* This function passes a command-name and argument to an ENGINE. The cmd_name
450 * cmd_name the return value will be success anyway. This function is intended
463 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 336 for (cmd_name, method) in self.sub_commands:
338 commands.append(cmd_name)
dist.py 315 for cmd_name in commands:
316 opt_dict = self.command_options.get(cmd_name)
319 "no option dict for '%s' command" % cmd_name)
322 "option dict for '%s' command:" % cmd_name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 336 for (cmd_name, method) in self.sub_commands:
338 commands.append(cmd_name)
dist.py 315 for cmd_name in commands:
316 opt_dict = self.command_options.get(cmd_name)
319 "no option dict for '%s' command" % cmd_name)
322 "option dict for '%s' command:" % cmd_name)
    [all...]
  /frameworks/native/cmds/servicemanager/
binder.c 60 const char *cmd_name(uint32_t cmd) function
203 fprintf(stderr,"%s:\n", cmd_name(cmd));

Completed in 557 milliseconds

1 2