Searched refs:update (Results 1 - 25 of 641) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DChecksum.java38 * @param b the byte to update the checksum with
40 public void update(int b); method in interface:Checksum
44 * @param b the byte array to update the checksum with
46 * @param len the number of bytes to use for the update
48 public void update(byte[] b, int off, int len); method in interface:Checksum
H A DCRC32.java49 * @param b the byte to update the checksum with
51 public void update(int b) { method in class:CRC32
52 crc = update(crc, b);
58 public void update(byte[] b, int off, int len) { method in class:CRC32
71 * @param b the array of bytes to update the checksum with
73 public void update(byte[] b) { method in class:CRC32
91 private native static int update(int crc, int b); method in class:CRC32
H A DAdler32.java53 * @param b the byte to update the checksum with
55 public void update(int b) { method in class:Adler32
56 adler = update(adler, b);
62 public void update(byte[] b, int off, int len) { method in class:Adler32
75 * @param b the byte array to update the checksum with
77 public void update(byte[] b) { method in class:Adler32
91 * @param buffer the ByteBuffer to update the checksum with
93 private void update(ByteBuffer buffer) { method in class:Adler32
129 public void update(Adler32 adler32, ByteBuffer buf) {
130 adler32.update(bu
135 private native static int update(int adler, int b); method in class:Adler32
[all...]
H A DCheckedOutputStream.java61 cksum.update(b);
74 cksum.update(b, off, len);
/openjdk7/jdk/src/share/classes/java/util/
H A DObserver.java46 void update(Observable o, Object arg); method in interface:Observer
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DLineListener.java66 public void update(LineEvent event); method in interface:LineListener
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DChecksum.java43 public void update(int val) { method in class:Checksum
49 update(b);
57 void update(long val) { method in class:Checksum
67 update(b);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DSslMacCore.java111 void update(byte input) { method in class:SslMacCore
114 md.update(secret);
115 md.update(pad1);
120 md.update(input);
131 void update(byte input[], int offset, int len) { method in class:SslMacCore
134 md.update(secret);
135 md.update(pad1);
140 md.update(input, offset, len);
143 void update(ByteBuffer input) { method in class:SslMacCore
146 md.update(secre
[all...]
H A DHmacCore.java151 void update(byte input) { method in class:HmacCore
154 md.update(k_ipad);
159 md.update(input);
170 void update(byte input[], int offset, int len) { method in class:HmacCore
173 md.update(k_ipad);
178 md.update(input, offset, len);
181 void update(ByteBuffer input) { method in class:HmacCore
184 md.update(k_ipad);
188 md.update(input);
200 md.update(k_ipa
[all...]
H A DTlsKeyMaterialGenerator.java148 sha.update(SSL3_CONST[i]);
149 sha.update(masterSecret);
150 sha.update(serverRandom);
151 sha.update(clientRandom);
154 md5.update(masterSecret);
155 md5.update(tmp);
245 md5.update(clientKeyBytes);
246 md5.update(clientRandom);
247 md5.update(serverRandom);
251 md5.update(serverKeyByte
[all...]
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djava_awt_GridBagLayout.java49 update(layout, "1", 1, 1);
50 update(layout, "2", 2, 2);
51 update(layout, "3", 3, 3);
58 update(layout, "11", 1, 1);
59 update(layout, "12", 1, 2);
60 update(layout, "21", 2, 1);
61 update(layout, "22", 2, 2);
89 private static void update(GridBagLayout layout, String id, int x, int y) { method in class:java_awt_GridBagLayout
H A Djava_awt_BorderLayout.java54 update(layout, BorderLayout.EAST);
55 update(layout, BorderLayout.WEST);
56 update(layout, BorderLayout.NORTH);
57 update(layout, BorderLayout.SOUTH);
64 update(layout, BorderLayout.CENTER);
77 private static void update(BorderLayout layout, String constraints) { method in class:java_awt_BorderLayout
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/
H A DMacOutputStream.java44 mac.update(arg0);
50 mac.update((byte) arg0);
56 mac.update(arg0, arg1, arg2);
H A DSignerOutputStream.java52 sig.update(arg0);
62 sig.update((byte)arg0);
72 sig.update(arg0,arg1,arg2);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaUtilZipAccess.java32 public void update(Adler32 adler32, ByteBuffer buf); method in interface:JavaUtilZipAccess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DStackFrameStream.java54 public StackFrameStream(JavaThread thread, boolean update) { argument
60 regMap = thread.newRegisterMap(update);
68 regMap = thread.newRegisterMap(update);
/openjdk7/jdk/test/sun/security/provider/MessageDigest/
H A DTestSHAClone.java54 md.update(input1);
56 md.update(input2);
57 md2.update(input2);
/openjdk7/jdk/test/javax/swing/border/
H A DTest4252164.java46 update(event.getWheelRotation());
62 update(10);
67 private void update(int thickness) { method in class:Test4252164
/openjdk7/jdk/test/java/util/zip/
H A DBounds.java38 (new CRC32()).update(b, offset, length);
50 (new Adler32()).update(b, offset, length);
/openjdk7/jdk/test/sun/misc/Version/
H A DVersion.java66 final int update; field in class:Version.VersionInfo
70 int update, String special, int build) {
74 this.update = update;
81 this.micro == v.micro && this.update == v.update &&
88 if (update > 0) {
89 sb.append("_" + update);
106 int update = 0;
117 regex += "([0-9]{2})"; // update
69 VersionInfo(int major, int minor, int micro, int update, String special, int build) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DValueRepositoryId.java70 sha.update ((byte)((value >> 24) & 0x0F));
71 sha.update ((byte)((value >> 16) & 0x0F));
72 sha.update ((byte)((value >> 8) & 0x0F));
73 sha.update ((byte)(value & 0x0F));
/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicBoolean.java94 * @param update the new value
98 public final boolean compareAndSet(boolean expect, boolean update) { argument
100 int u = update ? 1 : 0;
113 * @param update the new value
116 public boolean weakCompareAndSet(boolean expect, boolean update) { argument
118 int u = update ? 1 : 0;
H A DAtomicReference.java109 * @param update the new value
113 public final boolean compareAndSet(V expect, V update) { argument
114 return unsafe.compareAndSwapObject(this, valueOffset, expect, update);
126 * @param update the new value
129 public final boolean weakCompareAndSet(V expect, V update) { argument
130 return unsafe.compareAndSwapObject(this, valueOffset, expect, update);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DThreadInfo.java69 update();
75 update();
81 update();
101 void update() throws VMNotInterruptedException { method in class:ThreadInfo
/openjdk7/jdk/test/sun/security/pkcs11/Signature/
H A DReinitSignature.java53 sig.update(data);
55 sig.update(data);
57 sig.update(data);
59 sig.update(data);

Completed in 104 milliseconds

1234567891011>>