Searched defs:command (Results 1 - 25 of 99) sorted by relevance

1234

/openjdk10/hotspot/test/compiler/compilercontrol/share/
H A DSingleCommand.java36 private final Command command; field in class:SingleCommand
39 public SingleCommand(Command command, Scenario.Type type) { argument
/openjdk10/hotspot/test/runtime/NMT/
H A DJcmdWithNMTDisabled.java77 public static void jcmdCommand(String command) throws Exception { argument
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DExecutor.java136 void execute(Runnable command); argument
H A DScheduledExecutorService.java106 public ScheduledFuture<?> schedule(Runnable command, argument
164 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, argument
204 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, argument
/openjdk10/langtools/test/tools/lib/toolbox/
H A DExecTask.java36 private final String command; field in class:ExecTask
44 public ExecTask(ToolBox toolBox, String command) { argument
54 ExecTask(ToolBox toolBox, Path command) argument
[all...]
/openjdk10/hotspot/test/compiler/compilercontrol/share/scenario/
H A DJcmdCommand.java31 public JcmdCommand(Command command, argument
H A DStateBuilder.java36 void add(T command); argument
H A DCommandGenerator.java83 generateCompileCommand(Command command, MethodDescriptor md, Scenario.Type type) argument
[all...]
H A DCompileCommand.java32 public final Command command; field in class:CompileCommand
37 public CompileCommand(Command command, argument
/openjdk10/jdk/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCardChannel.java121 public abstract ResponseAPDU transmit(CommandAPDU command) throws CardException; argument
163 transmit(ByteBuffer command, ByteBuffer response) argument
[all...]
H A DCard.java152 transmitControlCommand(int controlCode, byte[] command) argument
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DCover.java41 public Cover(int type, long addr, int command) { argument
/openjdk10/jdk/test/java/net/ServerSocket/
H A DAcceptCauseFileDescriptorLeak.java121 static OutputAnalyzer execCmd(String command) throws IOException { argument
/openjdk10/jdk/test/javax/swing/JColorChooser/
H A DTest4759934.java70 private void show(Window window, String command) { argument
/openjdk10/hotspot/test/compiler/compilercontrol/share/processors/
H A DCommandProcessor.java85 getOutputString(CompileCommand command) argument
[all...]
/openjdk10/hotspot/test/testlibrary_tests/ctw/
H A DCtwTest.java137 protected ProcessBuilder createJarProcessBuilder(String... command) argument
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftShortMessage.java46 public void setMessage(int command, int channel, int data1, int data2) argument
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DCompiler.java92 public static Object command(Object any) { method in class:Compiler
/openjdk10/jdk/src/jdk.jcmd/share/classes/sun/tools/jcmd/
H A DJCmd.java111 private static void executeCommandForPid(String pid, String command) argument
/openjdk10/jdk/test/java/lang/ProcessHandle/
H A DInfoTest.java429 spawn(String command, String... args) argument
[all...]
/openjdk10/jdk/test/java/security/KeyStore/PKCS12/
H A DKeytoolReaderP12Test.java135 private static void runAndValidate(String[] command, argument
/openjdk10/jdk/test/sun/security/tools/jarsigner/
H A DWarning.java208 static OutputAnalyzer run(String command, String args) argument
214 static OutputAnalyzer run(String command, String args, String input) argument
/openjdk10/jdk/test/jdk/internal/jrtfs/remote/
H A DRemoteRuntimeImageTest.java85 private static void execCmd(List<String> command){ argument
/openjdk10/jdk/test/tools/jlink/
H A DJLinkSigningTest.java67 static void report(String command, String[] args) { argument
/openjdk10/langtools/test/tools/javac/file/zip/8003512/
H A DLoadClassFromJava6CreatedJarTest.java97 void executeCommand(List<String> command) argument

Completed in 2715 milliseconds

1234