Searched refs:amount (Results 26 - 38 of 38) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DUCode_UCodeESC_CharStream.java441 public final void backup(int amount) { argument
443 inBuf += amount;
444 if ((bufpos -= amount) < 0)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSimpleCharStream.java260 public void backup(int amount) { argument
262 inBuf += amount;
263 if ((bufpos -= amount) < 0)
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java2003 * Adds or subtracts the specified amount of time to the given calendar field,
2009 * @param amount the amount of date or time to be added to the field.
2013 abstract public void add(int field, int amount); argument
2038 * Adds the specified (signed) amount to the specified calendar field
2039 * without changing larger fields. A negative amount means to roll
2050 * @param amount the signed amount to add to the calendar <code>field</code>.
2056 public void roll(int field, int amount) argument
2058 while (amount >
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMemoryPanel.java664 private void modifySelection(int amount) { argument
666 setSelection(getRowAnchor() + amount, getRowLead() + amount,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollBarUI.java1547 int amount;
1553 amount = -1 * scrollBar.getBlockIncrement(-1);
1556 amount = scrollBar.getBlockIncrement(1);
1561 amount = -1 * scrollBar.getUnitIncrement(-1);
1564 amount = scrollBar.getUnitIncrement(1);
1567 scrollBar.setValue(scrollBar.getValue() + amount);
H A DBasicListUI.java2286 int amount) {
2303 column += amount;
2318 private int getNextIndex(JList list, BasicListUI ui, int amount) { argument
2324 if (amount > 0) {
2336 index += ui.columnCount * amount;
2339 index += amount;
2285 getNextColumnIndex(JList list, BasicListUI ui, int amount) argument
H A DBasicTreeUI.java1626 // Graphics by an odd amount.
1639 // Graphics by an odd amount.
1660 * @return amount to indent the given row.
2835 * @return amount to indent the given row.
4212 int amount) {
4216 visRect.x += amount;
4222 visRect.y += amount;
4211 scroll(JTree component, BasicTreeUI ui, int direction, int amount) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java338 public static void indent(int amount) { argument
339 for (int i = 0; i < amount; i++) {
/openjdk7/jdk/make/sun/awt/
H A DDepend.mak3 # In my copious amount of spare time, I hope to write a Java-based makedepend
/openjdk7/jdk/make/sun/jawt/
H A DDepend.mak3 # In my copious amount of spare time, I hope to write a Java-based makedepend
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedServerTester.java685 private void sleep(int amount) { argument
687 Thread.sleep(amount);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSF2Instrument.java665 double amount = modulator.getAmount();
671 amount *= amountcorrection[0];
678 ModelConnectionBlock conn = new ModelConnectionBlock(src1, src2, amount, dst);
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2219 "amount of event traffic sent from the "
2668 "a significant amount of system code has executed and a number "
3126 "Step by the minimum possible amount (often a bytecode instruction). ")

Completed in 78 milliseconds

12