Searched refs:isCommand (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java263 * order by element [0]. Ref: isCommand() below.
339 private int isCommand(String key) { method in class:TTY
407 int commandNumber = isCommand(cmd);
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java401 boolean isCommand = false;
405 isCommand = true;
410 if (isCommand) {

Completed in 43 milliseconds