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

  /external/chromium_org/third_party/WebKit/Source/bindings/
PRESUBMIT.py 53 cmd_name = 'run-bindings-tests'
60 name=cmd_name,
65 print('Running ' + cmd_name)
  /external/chromium_org/net/tools/tld_cleanup/
PRESUBMIT.py 17 cmd_name = 'make_dafsa_unittest'
20 name=cmd_name,
  /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...]
  /external/lldb/include/lldb/Interpreter/
CommandObjectMultiword.h 46 LoadSubCommand (const char *cmd_name,
137 LoadSubCommand (const char *cmd_name,
CommandObject.h 171 LoadSubCommand (const char *cmd_name,
  /external/lldb/source/Commands/
CommandObjectCommands.cpp 1764 std::string cmd_name = command.GetArgumentAtIndex(0); local
1951 const char* cmd_name = command.GetArgumentAtIndex(0); local
    [all...]
CommandObjectMultiword.cpp 415 CommandObjectProxy::LoadSubCommand (const char *cmd_name,
420 return proxy_command->LoadSubCommand (cmd_name, command_sp);
  /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/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...]
  /external/chromium_org/tools/site_compare/
command_line.py 638 cmd_name = cmd.names[0]
640 initial_indent = (" "*indent + cmd_name + " "*
641 (command_width+gutter-len(cmd_name)))
  /external/lldb/source/Expression/
ClangUserExpression.cpp 653 ConstString cmd_name("_cmd");
655 cmd_ptr = GetObjectPointer(frame, cmd_name, object_ptr_error);
    [all...]

Completed in 403 milliseconds