/external/libvncserver/x11vnc/ |
enc.h | 1054 char str[2], *q = file, *cmd = getenv("WISH") ? getenv("WISH") : "wish"; local 1059 p = popen(cmd, "w"); 1061 fprintf(stderr, "checkserver_rsa: could not run: %s\n", cmd); 2029 char *cmd; local [all...] |
user.c | 898 } else if (strstr(filename, "cmd:") == filename) { 901 filename += strlen("cmd:"); 1130 char *input, *cmd; local 1139 cmd = passwdfile + strlen("custom:"); 1158 rc = run_user_command(cmd, cl, "custom_passwd", input, n+2*len, NULL); 1883 char *cmd = NULL; local 2923 char *str, *q, *cmd = NULL; local [all...] |
/external/lldb/source/Interpreter/ |
CommandInterpreter.cpp | 645 std::string cmd(cmd_cstr); 649 pos = m_command_dict.find(cmd); 656 pos = m_alias_dict.find(cmd); 663 pos = m_user_dict.find(cmd); 692 cmd.assign(matches->GetStringAtIndex(0)); 693 pos = m_command_dict.find(cmd); 706 cmd.assign(matches->GetStringAtIndex (num_cmd_matches)); 707 pos = m_alias_dict.find(cmd); 719 cmd.assign (matches->GetStringAtIndex (num_cmd_matches + num_alias_matches)); 721 pos = m_user_dict.find (cmd); 1732 std::string &cmd = revised_command_line.GetString(); local 2514 const char *cmd = commands.GetStringAtIndex(idx); local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
stroker.c | 176 VGubyte cmd; local 179 cmd = stroke_itr_command(itr); 181 itr->coord_position += num_elements_for_segments(&cmd, 1); 187 VGubyte cmd; local 191 cmd = stroke_itr_command(itr); 193 itr->coord_position -= num_elements_for_segments(&cmd, 1); 225 VGubyte cmd; local 229 cmd = stroke_bw_current_command(itr); 231 num_elements_for_segments(&cmd, 1); 243 VGubyte cmd; local 905 VGPathCommand cmd; local 1055 VGPathCommand cmd; local 1168 VGPathCommand cmd; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.h | 133 GLuint *cmd; /* one or more cmd's */ member in struct:radeon_state_atom 134 GLuint *lastcmd; /* one or more cmd's */
|
/external/openssh/ |
clientloop.c | 306 char cmd[1024]; local 351 snprintf(cmd, sizeof(cmd), 355 debug2("x11_get_proto: %s", cmd); 356 if (system(cmd) == 0) 374 snprintf(cmd, sizeof(cmd), 380 debug2("x11_get_proto: %s", cmd); 381 f = popen(cmd, "r"); 875 char *s, *cmd; local 1001 const char *cmd; member in struct:escape_help_text [all...] |
monitor.c | 1832 char *cmd; local [all...] |
readconf.c | 415 execute_in_shell(const char *cmd) 429 xasprintf(&command_string, "exec %s", cmd); 435 debug("Executing command: '%.500s'", cmd); 459 error("Unable to execute '%.100s': %s", cmd, strerror(errno)); 477 error("command '%.100s' exited abnormally", cmd); 492 char *arg, *oattrib, *attrib, *cmd, *cp = *condition, *host, *criteria; local 576 cmd = percent_expand(arg, 589 "\"%.100s\"", filename, linenum, cmd); 590 free(cmd); 593 r = execute_in_shell(cmd); [all...] |
sftp.c | 168 struct CMD { 179 static const struct CMD cmds[] = { 370 parse_getput_flags(const char *cmd, char **argv, int argc, 397 error("%s: Invalid flag -%c", cmd, optopt); 406 parse_link_flags(const char *cmd, char **argv, int argc, int *sflag) 421 error("%s: Invalid flag -%c", cmd, optopt); 430 parse_rename_flags(const char *cmd, char **argv, int argc, int *lflag) 445 error("%s: Invalid flag -%c", cmd, optopt); 507 parse_df_flags(const char *cmd, char **argv, int argc, int *hflag, int *iflag) 525 error("%s: Invalid flag -%c", cmd, optopt) 1212 const char *cmd, *cp = *cpp; local 2015 char cmd[2048]; local [all...] |
/external/toybox/toys/pending/ |
ip.c | 1057 int length, cmd = !memcmp("add", argv[-1], strlen(argv[-1]) local [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | 402 char cmd[COMMAND_SIZE + 1]; local 405 char* argv[3] = { cmd, arg1, arg2 }; 408 cmd[COMMAND_SIZE] = 0; 444 cmd, arg1, arg2); 445 if ((strcmp(cmd, "si") == 0) || (strcmp(cmd, "stepi") == 0)) { 456 } else if ((strcmp(cmd, "c") == 0) || (strcmp(cmd, "cont") == 0)) { 461 } else if ((strcmp(cmd, "p") == 0) || (strcmp(cmd, "print") == 0)) [all...] |
/external/valgrind/include/vki/ |
vki-xen-domctl.h | 239 vki_uint32_t cmd; /* VKI_XEN_DOMCTL_SCHEDOP_* */ member in struct:vki_xen_domctl_scheduler_op 353 vki_uint32_t cmd; member in struct:vki_xen_domctl
|
/external/wpa_supplicant_8/hs20/client/ |
osu_client.c | 756 char cmd[300]; local 757 os_snprintf(cmd, sizeof(cmd), "REMOVE_CRED provisioning_sp=%s", fqdn); 758 if (wpa_command(ctx->ifname, cmd) < 0) [all...] |
/frameworks/base/core/java/android/app/ |
ApplicationThreadNative.java | 464 int cmd = data.readInt(); local 466 dispatchPackageBroadcast(cmd, packages); [all...] |
BackStackRecord.java | 72 mOps[pos++] = op.cmd; 121 op.cmd = mOps[pos++]; 218 int cmd; field in class:BackStackRecord.Op 325 switch (op.cmd) { 351 cmdStr = "cmd=" + op.cmd; 482 op.cmd = opcmd; 502 op.cmd = OP_REMOVE; 511 op.cmd = OP_HIDE; 520 op.cmd = OP_SHOW [all...] |
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 321 WallpaperCommand cmd = new WallpaperCommand(); 322 cmd.action = action; 323 cmd.x = x; 324 cmd.y = y; 325 cmd.z = z; 326 cmd.extras = extras; 327 cmd.sync = sync; 329 msg.obj = cmd; 1190 WallpaperCommand cmd = (WallpaperCommand)message.obj; local [all...] |
/frameworks/base/media/java/android/media/session/ |
MediaSession.java | 588 Command cmd = new Command(command, args, resultCb); local 589 postToCallback(CallbackMessageHandler.MSG_COMMAND, cmd); 1252 Command cmd = (Command) msg.obj; local [all...] |
/frameworks/base/services/core/java/com/android/server/ |
NsdService.java | 92 private static String cmdToString(int cmd) { 93 cmd -= BASE; 94 if ((cmd >= 0) && (cmd < sCmdToString.length)) { 95 return sCmdToString[cmd]; 710 Command cmd = new Command("mdnssd", "register", regId, service.getServiceName(), local 719 cmd.appendArg(String.format(Locale.US, "%s=%s", key, 726 mNativeConnector.execute(cmd); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CatService.java | 452 BIPClientParams cmd = (BIPClientParams) cmdParams; local 465 if ((cmd.mTextMsg.text == null) && (cmd.mHasAlphaId || noAlphaUsrCnf)) { 466 CatLog.d(this, "cmd " + cmdParams.getCommandType() + " with null alpha id"); 509 intent.putExtra("STK CMD", cmdMsg); 619 CatLog.d(this, "encodeOptionalTags() Unsupported Cmd details=" + cmdDet); 623 CatLog.d(this, "encodeOptionalTags() bad Cmd details=" + cmdDet); [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
BackStackRecord.java | 64 mOps[pos++] = op.cmd; 113 op.cmd = mOps[pos++]; 207 int cmd; field in class:BackStackRecord.Op 304 switch (op.cmd) { 313 default: cmdStr="cmd=" + op.cmd; break; 435 op.cmd = opcmd; 455 op.cmd = OP_REMOVE; 464 op.cmd = OP_HIDE; 473 op.cmd = OP_SHOW [all...] |
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
gscan.cpp | 175 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); 241 ALOGD("Ignoring reply with cmd = %d", reply.get_cmd()); 747 ScanCommand *cmd = new ScanCommand(iface, id, ¶ms, handler); local 748 wifi_register_cmd(handle, id, cmd); 749 wifi_error result = (wifi_error)cmd->start(); 767 ScanCommand *cmd = new ScanCommand(iface, id, &dummy_params, handler); local 768 cmd->cancel(); 769 cmd->releaseRef(); 787 FullScanResultsCommand *cmd = new FullScanResultsCommand(iface, id, ¶ms_dummy, handler); local 788 wifi_register_cmd(handle, id, cmd); 808 FullScanResultsCommand *cmd = new FullScanResultsCommand(iface, 0, ¶ms_dummy, handler); local 981 GetScanResultsCommand *cmd = new GetScanResultsCommand(iface, flush, results, max, num); local 1327 BssidHotlistCommand *cmd = new BssidHotlistCommand(iface, id, params, handler); local 1541 SignificantWifiChangeCommand *cmd = new SignificantWifiChangeCommand( local 1566 ePNOCommand *cmd = new ePNOCommand(iface, id, num_networks, networks, handler); local 1659 SSIDWhitelistCommand *cmd = new SSIDWhitelistCommand(iface, id, num_networks, ssids); local 1752 RoamParamsCommand *cmd = new RoamParamsCommand(iface, id, params); local 1817 LazyRoamCommand *cmd = new LazyRoamCommand(iface, id, enable); local 1895 BssidBlacklistCommand *cmd = new BssidBlacklistCommand(iface, id, ¶ms); local 1991 BssidPreferenceCommand *cmd = new BssidPreferenceCommand(iface, id, num_bssid, prefs); local 2149 AnqpoConfigureCommand *cmd = new AnqpoConfigureCommand(id, iface, num, networks, handler); local [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
psb_H264.c | 1043 uint32_t cmd; local [all...] |
psb_VC1.c | 1805 uint32_t cmd; local 1842 uint32_t cmd; local [all...] |
/hardware/intel/img/psb_video/src/ |
pnw_VC1.c | 1796 uint32_t cmd; local [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | 839 struct offload_cmd *cmd = (struct offload_cmd *)calloc(1, sizeof(struct offload_cmd)); local 843 cmd->cmd = command; 844 list_add_tail(&out->offload_cmd_list, &cmd->node); 878 struct offload_cmd *cmd = NULL; local 893 cmd = node_to_item(item, struct offload_cmd, node); 896 ALOGVV("%s STATE %d CMD %d out->compr %p", 897 __func__, out->offload_state, cmd->cmd, out->compr); 899 if (cmd->cmd == OFFLOAD_CMD_EXIT) [all...] |