Searched defs:update (Results 176 - 200 of 217) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWrappedPlainView.java296 // update font metrics which may be used by the child views
455 * This is implemented to simply update the children.
477 * This is implemented to simply update the children.
723 update(e, a);
727 update(e, a);
730 private void update(DocumentEvent ev, Shape a) { method in class:WrappedPlainView.WrappedLine
/openjdk7/jdk/src/share/classes/java/security/
H A DSignature.java84 * <p>Depending on the type of initialization, this will update the
86 * {@link #update(byte) update} methods.<p>
542 * signer, if desired, via new calls to <code>update</code> and
674 * @param b the byte to use for the update.
679 public final void update(byte b) throws SignatureException { method in class:Signature
692 * @param data the byte array to use for the update.
697 public final void update(byte[] data) throws SignatureException { method in class:Signature
698 update(data, 0, data.length);
712 public final void update(byt method in class:Signature
735 public final void update(ByteBuffer data) throws SignatureException { method in class:Signature
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarVerifier.java184 * update a single byte.
187 public void update(int b, ManifestEntryVerifier mev) method in class:JarVerifier
194 mev.update((byte)b);
202 * update an array of bytes.
205 public void update(int n, byte[] b, int off, int len, method in class:JarVerifier
213 mev.update(b, off, n);
444 this.jv.update(-1, this.mev);
451 jv.update(b, mev);
454 jv.update(-1, mev);
468 jv.update(
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp726 uint8_t major, uint8_t minor, uint8_t micro, uint8_t update) {
737 _current = JDK_Version(major, minor, micro, update);
725 fully_initialize( uint8_t major, uint8_t minor, uint8_t micro, uint8_t update) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java188 // We don't need to update nelems for shared inherited scopes,
374 update();
386 update();
394 private void update() {
679 update();
691 update();
700 private void update() { method in class:Scope.CompoundScope.CompoundScopeIterator
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUI.java206 public void update(Graphics g, JComponent c) { method in class:SynthFileChooserUI
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DVMPanel.java68 // enable/disable tabs on each update call.
267 // Cancel pending update tasks
284 // Enable/disable tabs on initial update
286 // Start/Restart update timer on connect/reconnect
328 // Enable/disable tabs on initial update
330 // Start/Restart update timer on connect/reconnect
446 update();
517 private void update() { method in class:VMPanel
543 tabs.get(index).update();
544 // Enable tab on initial update
[all...]
/openjdk7/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java319 public void update(Graphics g) { method in class:DitherCanvas
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java441 public void update(Graphics g) { method in class:XYZApp
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java291 undoAction.update();
292 redoAction.update();
491 undoAction.update();
492 redoAction.update();
543 update();
544 redoAction.update();
547 protected void update() { method in class:Notepad.UndoAction
573 update();
574 undoAction.update();
577 protected void update() { method in class:Notepad.RedoAction
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DReliableLog.java53 * changes are force-written to disk) and atomic : no update is lost,
54 * and each update either is recorded completely in the log or not at
60 * (all it "log") by calling log.update. Periodically, the client
196 * corruption, read update failure, or if an exception occurs
238 * Records this update in the log file (does not force update to disk).
239 * The update is recorded by calling the client's "writeUpdate" callback.
243 * @param value the object representing the update
247 public synchronized void update(Object value) throws IOException { method in class:ReliableLog
248 update(valu
263 public synchronized void update(Object value, boolean forceToDisk) method in class:ReliableLog
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMethodGen.java702 * Remove all NOPs from the instruction list (if possible) and update every
953 public void update() { method in class:MethodGen
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicMenuItemUI.java466 * so override update (which fills the background of opaque
470 public void update(Graphics g, JComponent c) { method in class:BasicMenuItemUI
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java2339 private static synchronized void setUpdatePending(boolean update) { argument
2340 updatePending = update;
2344 * Returns true if a UI update is pending.
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthComboBoxUI.java320 public void update(Graphics g, JComponent c) { method in class:SynthComboBoxUI
323 SynthLookAndFeel.update(context, g);
352 * @see #update(Graphics,JComponent)
H A DSynthLookAndFeel.java275 * @param c Component to update style for.
331 * All SynthUI implementations should override update and invoke
334 static void update(SynthContext state, Graphics g) { method in class:SynthLookAndFeel
751 * Returns whether or not the UIs should update their
758 * @return whether or not the UIs should update their
767 * Returns whether or not the UIs should update their styles when a
771 * @return whether or not the UIs should update their styles
780 // Only update on an ancestor change when getting a valid
886 private static synchronized void setUpdatePending(boolean update) { argument
887 updatePending = update;
[all...]
H A DSynthTreeUI.java265 public void update(Graphics g, JComponent c) { method in class:SynthTreeUI
268 SynthLookAndFeel.update(context, g);
306 * @see #update(Graphics,JComponent)
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java108 * the {@code update} and {@code doFinal} methods).
118 * cipher.update(...); // Multi-part update
920 * order to hold the result of the next <code>update</code> or
925 * previous <code>update</code> call, padding, and AEAD tagging.
927 * <p>The actual output length of the next <code>update</code> or
1665 * Ensures that Cipher is in a valid state for update() and doFinal()
1702 public final byte[] update(byte[] input) { method in class:Cipher
1741 public final byte[] update(byte[] input, int inputOffset, int inputLen) { method in class:Cipher
1793 public final int update(byt method in class:Cipher
1851 public final int update(byte[] input, int inputOffset, int inputLen, method in class:Cipher
1909 public final int update(ByteBuffer input, ByteBuffer output) method in class:Cipher
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.cpp227 // The update can be forced by setting the force parameter equal to true.
313 void MutableNUMASpace::update() { function in class:MutableNUMASpace
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java81 public void update(byte[] data, int off, int len) { method in class:CRC
87 public void update(int data) { method in class:CRC
120 crc.update(b, off, len);
125 crc.update(b);
179 crc.update(chunkType, 0, 4);
231 crc.update(buf, off, nbytes);
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.java57 // replaced, during the "update" operation.
68 * uflag: update
223 boolean updateOk = update(in, new BufferedOutputStream(out),
414 /* just want to update the manifest */
523 boolean update(InputStream in, OutputStream out, method in class:Main
642 output(getMsg("out.update.manifest"));
1021 if (update(Files.newInputStream(jarPath),
1192 crc.update(r);
1197 crc.update(b, off, len);
/openjdk7/jdk/src/share/demo/applets/SpreadSheet/
H A DSpreadSheet.java162 public void update(Graphics g) { method in class:SpreadSheet
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java96 public void setFamily(String f) { this.family = f; update(EFAMILY); }
99 public void setWeight(float f) { this.weight = f; update(EWEIGHT); }
102 public void setWidth(float f) { this.width = f; update(EWIDTH); }
105 public void setPosture(float f) { this.posture = f; update(EPOSTURE); }
108 public void setSize(float f) { this.size = f; update(ESIZE); }
116 update(ETRANSFORM);
123 update(ETRANSFORM);
128 this.superscript = (byte)f; update(ESUPERSCRIPT); }
131 public void setFont(Font f) { this.font = f; update(EFONT); }
135 this.charReplacement = f; update(ECHAR_REPLACEMEN
556 private void update(EAttribute a) { method in class:AttributeValues
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DAbstractQueuedLongSynchronizer.java337 * @param update the new value
341 protected final boolean compareAndSetState(long expect, long update) { argument
343 return unsafe.compareAndSwapLong(this, stateOffset, expect, update);
2080 private final boolean compareAndSetHead(Node update) { argument
2081 return unsafe.compareAndSwapObject(this, headOffset, null, update);
2087 private final boolean compareAndSetTail(Node expect, Node update) { argument
2088 return unsafe.compareAndSwapObject(this, tailOffset, expect, update);
2096 int update) {
2098 expect, update);
2106 Node update) {
2094 compareAndSetWaitStatus(Node node, int expect, int update) argument
2104 compareAndSetNext(Node node, Node expect, Node update) argument
[all...]
H A DAbstractQueuedSynchronizer.java560 * @param update the new value
564 protected final boolean compareAndSetState(int expect, int update) { argument
566 return unsafe.compareAndSwapInt(this, stateOffset, expect, update);
2301 private final boolean compareAndSetHead(Node update) { argument
2302 return unsafe.compareAndSwapObject(this, headOffset, null, update);
2308 private final boolean compareAndSetTail(Node expect, Node update) { argument
2309 return unsafe.compareAndSwapObject(this, tailOffset, expect, update);
2317 int update) {
2319 expect, update);
2327 Node update) {
2315 compareAndSetWaitStatus(Node node, int expect, int update) argument
2325 compareAndSetNext(Node node, Node expect, Node update) argument
[all...]

Completed in 2004 milliseconds

123456789