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

  /system/extras/tests/memtest/
memtest.cpp 78 const char *cmd_name; member in struct:__anon84571
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/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]));
  /frameworks/native/cmds/servicemanager/
binder.c 61 const char *cmd_name(uint32_t cmd) function
211 fprintf(stderr,"%s:\n", cmd_name(cmd));
  /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...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 1262 static const char *cmd_name[OMX_CommandMarkBuffer+2] = { variable
    [all...]
  /external/openssl/crypto/engine/
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/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/wpa_supplicant_8/src/crypto/
tls_openssl.c 938 const char *cmd_name = "LOAD_CERT_CTRL"; local
942 0, (void *)cmd_name, NULL)) {
    [all...]

Completed in 1450 milliseconds