HomeSort by relevance Sort by last modified time
    Searched full:newcmd (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java 68 List<String> newCmd = new ArrayList<String>();
69 newCmd.add("cmd");
70 ProcessBuilder pbReturn = pb.command(newCmd);
75 newCmd.add("arg");
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 49 const char* newCmd;
166 newCmd = newCmdStr.c_str();
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 1548 usercmd_t oldest, oldcmd, newcmd; local
    [all...]
  /external/iptables/iptables/
ip6tables.c 361 add_command(unsigned int *cmd, const int newcmd, const int othercmds,
368 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));
369 *cmd |= newcmd;
    [all...]
iptables.c 374 add_command(unsigned int *cmd, const int newcmd, const int othercmds,
381 cmd2char(newcmd), cmd2char(*cmd & (~othercmds)));
382 *cmd |= newcmd;
    [all...]

Completed in 251 milliseconds