Searched refs:command (Results 226 - 241 of 241) sorted by relevance

12345678910

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJFileChooser.java1677 * with the command string equal to
1694 * with the command string equal to
1751 * is lazily created using the <code>command</code> parameter.
1753 * @param command a string that may specify a command associated with
1758 protected void fireActionPerformed(String command) { argument
1777 command, mostRecentEventTime,
H A DJComponent.java266 * means that the command should be invoked when
273 * means that the command should be invoked when the receiving
281 * means that the command should be invoked when
2097 * @param aCommand the command to be set in the delivered event
3397 private final String command; field in class:JComponent.ActionStandin
3401 ActionStandin(ActionListener actionListener, String command) { argument
3409 this.command = command;
3415 return command;
/openjdk9/nashorn/samples/
H A DMain.asm35 // To assemble this file, use the following command:
/openjdk9/jdk/src/jdk.accessibility/windows/native/jaccessinspector/
H A Djaccessinspector.cpp827 int command; local
872 command = LOWORD(wParam);
874 switch(command) {
/openjdk9/jdk/src/jdk.jartool/share/classes/sun/security/tools/jarsigner/
H A DMain.java72 * jarsigner command line error...
288 * Parse command line arguments.
297 String command = "-sign";
300 command = "-verify";
311 "jarsigner", confFile, command, null, args);
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java55 * current command. This field is set internally when the method
64 * {@code execute} executes the rowset's command and thereby
110 * execute the rowset's command
231 * execute the rowset's command
304 * execute the rowset's command
387 * execute the rowset's command
525 * property for the command must be set. If the command has placeholder
531 * for the command property to create a {@code PreparedStatement}
3837 * command whe
4253 setCommand(String command) argument
[all...]
/openjdk9/jdk/src/jdk.accessibility/windows/native/libjavaaccessbridge/
H A DJavaAccessBridge.cpp97 int command; local
107 command = LOWORD (wParam);
108 PrintDebugString("In AccessBridgeDialog - Got WM_COMMAND, command: %X", command);
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/
H A DSwingUtilities2.java1887 private static void execute(Runnable command) { argument
1888 SwingUtilities.invokeLater(command);
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DCompletableFuture.java2739 static ScheduledFuture<?> delay(Runnable command, long delay, argument
2741 return delayer.schedule(command, delay, unit);
/openjdk9/hotspot/src/share/vm/services/
H A Dmanagement.cpp2020 "Unknown diagnostic command");
2036 jstring command, dcmdArgInfo* infoArray))
2038 oop cmd = JNIHandles::resolve_external_guard(command);
2056 "Unknown diagnostic command");
/openjdk9/hotspot/src/share/vm/runtime/
H A Darguments.cpp324 * on the command line. A warning is printed to let the user know that option might not
360 // the command-line as usual, but will issue a warning.
362 // the command-line, while issuing a warning and ignoring the flag value.
1058 // Print the command line. Environment variables that are helpful for
1066 // args are the command line and environment variable arguments.
1290 if (strcmp(key, "sun.java.command") == 0) {
1430 // incompatible command line options were chosen.
1616 // If either MaxNewSize or NewRatio is set on the command line,
1621 // NewSize was set on the command line and it is larger than
1623 if (!FLAG_IS_DEFAULT(NewSize)) { // NewSize explicitly set at command
[all...]
/openjdk9/jdk/test/java/lang/invoke/
H A DJavaDocExamplesTest.java169 assertEquals("[x, y, z]", pb.command().toString());
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java2081 final String command = e.getActionCommand();
2083 if (command != null && command.length() > 0) {
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java2615 String command = e.getActionCommand();
2617 if (command != null && command.length() > 0) {
/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.cpp312 static int checked_vmgetinfo(void *out, int command, int arg) { argument
316 return ::vmgetinfo(out, command, arg);
3583 // Check and sets minimum stack sizes against command line options
4714 // Run the specified command in a separate process. Return its exit value,

Completed in 417 milliseconds

12345678910