/system/extras/tests/memtest/ |
memtest.cpp | 78 const char *cmd_name; member in struct:__anon61037 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 | 60 const char *cmd_name(uint32_t cmd) function 203 fprintf(stderr,"%s:\n", cmd_name(cmd));
|
/external/chromium_org/third_party/openssl/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/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/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 | 922 const char *cmd_name = "LOAD_CERT_CTRL"; local 926 0, (void *)cmd_name, NULL)) { [all...] |