Searched refs:command (Results 101 - 113 of 113) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java56 * current command. This field is set internally when the method
65 * <code>execute</code> executes the rowset's command and thereby
117 * execute the rowset's command
239 * execute the rowset's command
313 * execute the rowset's command
401 * execute the rowset's command
540 * property for the command must be set. If the command has placeholder
546 * for the command property to create a <code>PreparedStatement</code>
3849 * command whe
4275 setCommand(String command) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java622 //### Print current frame after command?
723 //### There is an inconsistency between the 'where' command
1111 "use the \"thread\" command first.");
1204 "use the \"thread\" command first.");
1274 out.println("** command list **");
1314 out.println("read <filename> -- read and execute a command file\n");
1324 out.println("!! -- repeat last command");
1330 * Execute a command.
1333 public void executeCommand(String command) { argument
1337 out.println(">>> " + command);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DPacketStream.java615 byte command() { method in class:PacketStream
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A Dsawindbg.cpp873 AutoJavaString command(env, cmd, buf);
900 tmpControl->Execute(DEBUG_OUTPUT_VERBOSE, command, DEBUG_EXECUTE_DEFAULT);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java1659 * with the command string equal to
1676 * with the command string equal to
1732 * is lazily created using the <code>command</code> parameter.
1736 protected void fireActionPerformed(String command) { argument
1755 command, mostRecentEventTime,
H A DJComponent.java272 * means that the command should be invoked when
279 * means that the command should be invoked when the receiving
287 * means that the command should be invoked when
2080 * @param aCommand the command to be set in the delivered event
3374 private final String command; field in class:JComponent.ActionStandin
3378 ActionStandin(ActionListener actionListener, String command) { argument
3386 this.command = command;
3392 return command;
/openjdk7/hotspot/make/windows/
H A Dcreate.bat36 REM Note: Running this batch file from the Windows command shell requires
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1627 private static void execute(Runnable command) { argument
1628 SwingUtilities.invokeLater(command);
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp204 * continue accepting this flag on the command-line, while issuing a warning
304 // property. Must be called after all command-line arguments have been
955 } else if (strcmp(key, "sun.java.command") == 0) {
1047 // incompatible command line options were chosen.
1179 // If either MaxNewSize or NewRatio is set on the command line,
1184 // NewSize was set on the command line and it is larger than
1186 if (!FLAG_IS_DEFAULT(NewSize)) { // NewSize explicitly set at command-line
1254 // the value (either from the command line or ergonomics) of
1555 // An initial heap size was specified on the command line,
1908 // If it was not set on the command lin
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp2184 "Unknown diagnostic command");
2196 jstring command, dcmdArgInfo* infoArray))
2198 oop cmd = JNIHandles::resolve_external_guard(command);
2215 "Unknown diagnostic command");
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap585 sun.java.command // 1.4.1
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java2235 String command = e.getActionCommand();
2237 if (command != null && command.length() > 0) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java2077 final String command = e.getActionCommand();
2079 if (command != null && command.length() > 0) {

Completed in 1111 milliseconds

12345