Searched defs:commands (Results 1 - 18 of 18) sorted by relevance

/openjdk9/hotspot/test/compiler/compilercontrol/commands/
H A DCompileOnlyTest.java
H A DExcludeTest.java
H A DPrintTest.java
H A DLogTest.java
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DEditorFactory.java41 public Editor openFile(String filename, EditorCommands commands); argument
H A DCommandProcessorPanel.java43 private CommandProcessor commands; field in class:CommandProcessorPanel
/openjdk9/hotspot/test/compiler/compilercontrol/jcmd/
H A DStressAddMultiThreadedTest.java52 private volatile int commands = Integer.getInteger( field in class:StressAddMultiThreadedTest
/openjdk9/hotspot/test/compiler/compilercontrol/share/processors/
H A DPrintDirectivesProcessor.java41 private final List<CompileCommand> commands; field in class:PrintDirectivesProcessor
45 public PrintDirectivesProcessor(List<CompileCommand> commands) { argument
/openjdk9/jdk/test/lib/testlibrary/
H A DJavaToolUtils.java132 public static int runJava(List<String> commands,long waitTime) argument
171 public static int runJava(List<String> commands) throws Exception { argument
181 public static int runCommand(List<String> commands) throw argument
[all...]
/openjdk9/jdk/test/java/lang/Runtime/exec/
H A DUnixCommands.java44 public static void ensureCommandsAvailable(String... commands) { argument
/openjdk9/jdk/src/jdk.management/share/native/libmanagement_ext/
H A DDiagnosticCommandImpl.c135 Java_com_sun_management_internal_DiagnosticCommandImpl_getDiagnosticCommandInfo(JNIEnv *env, jobject dummy, jobjectArray commands) argument
/openjdk9/jdk/src/jdk.management/share/classes/com/sun/management/internal/
H A DDiagnosticCommandImpl.java419 private native DiagnosticCommandInfo[] getDiagnosticCommandInfo(String[] commands); argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java1689 private HashMap commands = new HashMap(); field in class:CommandProcessor
[all...]
/openjdk9/jdk/src/demo/share/jfc/Notepad/
H A DNotepad.java444 private Map<Object, Action> commands; field in class:Notepad
/openjdk9/hotspot/make/src/classes/build/tools/projectcreator/
H A DWinGammaPlatform.java205 String commands; field in class:WinGammaPlatform.PrelinkCommandData
208 addPrelinkCommand(Hashtable table, String build, String description, String commands) argument
/openjdk9/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java104 private String[] commands = field in class:FtpCommandHandler
/openjdk9/jdk/make/src/classes/build/tools/jigsaw/
H A DModuleSummary.java189 Map<String,Long> commands() { method in class:ModuleSummary
/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellTool.java1356 private final Map<String, Command> commands = new LinkedHashMap<>(); field in class:JShellTool
[all...]

Completed in 214 milliseconds