Searched defs:Command (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp378 // Command object. It makes sure a resource mark is set and
381 class Command : public StackObj { class in inherits:StackObj
389 Command(const char* str) { function in class:Command
397 ~Command() {
404 int Command::level = 0;
409 Command c("blob");
415 Command c("dump_vtable");
423 Command c("nm");
434 Command c("disnm");
450 Command
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/
H A DMain.java47 for (Command cmd : scripts) {
55 // by an instance of Command.
56 private static interface Command { interface in class:Main
176 * Adds interactive mode Command
180 scripts.add(new Command() {
189 * Adds script source file Command
197 scripts.add(new Command() {
206 * Adds script string source Command
212 scripts.add(new Command() {
572 private static List<Command> script
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java192 abstract class Command { class in class:CommandProcessor
193 Command(String n, String u, boolean ok) { method in class:CommandProcessor.Command
199 Command(String n, boolean ok) { method in class:CommandProcessor.Command
338 private final Command[] commandList = {
339 new Command("reattach", true) {
351 new Command("attach", "attach pid | exec core", true) {
367 new Command("detach", false) {
376 new Command("examine", "examine [ address/count ] | [ address,address]", false) {
450 new Command("findpc", "findpc address", false) {
461 new Command("symbo
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java89 import static sun.security.tools.KeyTool.Command.*;
107 private Command command = null;
163 enum Command { enum in class:KeyTool
245 Command(String d, Option... o) { method in class:KeyTool.Command
402 for (Command c: Command.values()) {
559 boolean isKeyStoreRelated(Command cmd) {
4126 for (Command c: Command.values()) {
4148 rb.getString("Command
[all...]

Completed in 122 milliseconds