/libcore/ojluni/src/main/java/java/util/zip/ |
D | Checksum.java | 42 public void update(int b); in update() method 57 default public void update(byte[] b) { in update() method 68 public void update(byte[] b, int off, int len); in update() method 105 default public void update(ByteBuffer buffer) { in update() method
|
D | Adler32.java | 60 public void update(int b) { in update() method in Adler32 73 public void update(byte[] b, int off, int len) { in update() method in Adler32 90 public void update(byte[] b) { in update() method in Adler32 104 public void update(ByteBuffer buffer) { in update() method in Adler32 146 private static native int update(int adler, int b); in update() method in Adler32
|
D | CRC32.java | 60 public void update(int b) { in update() method in CRC32 73 public void update(byte[] b, int off, int len) { in update() method in CRC32 90 public void update(byte[] b) { in update() method in CRC32 104 public void update(ByteBuffer buffer) { in update() method in CRC32 148 private static native int update(int crc, int b); in update() method in CRC32
|
D | CRC32C.java | 134 public void update(int b) { in update() method in CRC32C 147 public void update(byte[] b, int off, int len) { in update() method in CRC32C 165 public void update(ByteBuffer buffer) { in update() method in CRC32C
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | CRC32.java | 37 public void update(int b) { in update() method in CRC32 41 public void update(byte[] b, int off, int len) { in update() method in CRC32 45 public void update(byte[] b) { in update() method in CRC32 49 public void update(java.nio.ByteBuffer buffer) { in update() method in CRC32 62 private static native int update(int crc, int b); in update() method in CRC32
|
D | Adler32.java | 37 public void update(int b) { in update() method in Adler32 41 public void update(byte[] b, int off, int len) { in update() method in Adler32 45 public void update(byte[] b) { in update() method in Adler32 49 public void update(java.nio.ByteBuffer buffer) { in update() method in Adler32 62 private static native int update(int adler, int b); in update() method in Adler32
|
/libcore/ojluni/annotations/sdk/nullability/java/security/ |
D | MessageDigest.annotated.java | 47 public void update(byte input) { throw new RuntimeException("Stub!"); } in update() method in MessageDigest 49 public void update(byte @libcore.util.NonNull [] input, int offset, int len) { throw new RuntimeExc… in update() method in MessageDigest 51 public void update(byte @libcore.util.NonNull [] input) { throw new RuntimeException("Stub!"); } in update() method in MessageDigest 53 public final void update(@libcore.util.NonNull java.nio.ByteBuffer input) { throw new RuntimeExcept… in update() method in MessageDigest
|
/libcore/ojluni/annotations/mmodule/javax/crypto/ |
D | Mac.annotated.java | 61 public final void update(byte input) throws java.lang.IllegalStateException { throw new RuntimeExce… in update() method in Mac 63 public final void update(byte[] input) throws java.lang.IllegalStateException { throw new RuntimeEx… in update() method in Mac 65 public final void update(byte[] input, int offset, int len) throws java.lang.IllegalStateException … in update() method in Mac 67 public final void update(java.nio.ByteBuffer input) { throw new RuntimeException("Stub!"); } in update() method in Mac
|
D | Cipher.annotated.java | 85 public final byte[] update(byte[] input) { throw new RuntimeException("Stub!"); } in update() method in Cipher 87 public final byte[] update(byte[] input, int inputOffset, int inputLen) { throw new RuntimeExceptio… in update() method in Cipher 89 public final int update(byte[] input, int inputOffset, int inputLen, byte[] output) throws javax.cr… in update() method in Cipher 91 public final int update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffse… in update() method in Cipher 93 public final int update(java.nio.ByteBuffer input, java.nio.ByteBuffer output) throws javax.crypto.… in update() method in Cipher
|
/libcore/ojluni/src/test/java/util/zip/ |
D | TestChecksum.java | 49 public void update(int b) { in update() method in TestChecksum.MyCRC32C 54 public void update(byte[] b, int off, int len) { in update() method in TestChecksum.MyCRC32C
|
/libcore/ojluni/annotations/mmodule/java/security/ |
D | Signature.annotated.java | 65 public final void update(byte b) throws java.security.SignatureException { throw new RuntimeExcepti… in update() method in Signature 67 public final void update(byte[] data) throws java.security.SignatureException { throw new RuntimeEx… in update() method in Signature 69 public final void update(byte[] data, int off, int len) throws java.security.SignatureException { t… in update() method in Signature 71 public final void update(java.nio.ByteBuffer data) throws java.security.SignatureException { throw … in update() method in Signature
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | Mac.java | 573 public final void update(byte input) throws IllegalStateException { in update() method in Mac 589 public final void update(byte[] input) throws IllegalStateException { in update() method in Mac 610 public final void update(byte[] input, int offset, int len) in update() method in Mac 636 public final void update(ByteBuffer input) { in update() method in Mac
|
/libcore/ojluni/src/main/java/java/util/ |
D | Observer.java | 51 void update(Observable o, Object arg); in update() method
|
/libcore/ojluni/src/main/java/java/security/ |
D | MessageDigest.java | 362 public void update(byte input) { in update() method in MessageDigest 378 public void update(byte[] input, int offset, int len) { in update() method in MessageDigest 394 public void update(byte[] input) { in update() method in MessageDigest 409 public final void update(ByteBuffer input) { in update() method in MessageDigest
|
/libcore/luni/src/main/java/libcore/io/ |
D | Libcore.java | 49 public static boolean compareAndSetOs(Os expect, Os update) { in compareAndSetOs()
|
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicReferenceFieldUpdater.java | 136 public abstract boolean compareAndSet(T obj, V expect, V update); in compareAndSet() 154 public abstract boolean weakCompareAndSet(T obj, V expect, V update); in weakCompareAndSet() 452 public final boolean compareAndSet(T obj, V expect, V update) { in compareAndSet() 458 public final boolean weakCompareAndSet(T obj, V expect, V update) { in weakCompareAndSet()
|
D | AtomicLongFieldUpdater.java | 117 public abstract boolean compareAndSet(T obj, long expect, long update); in compareAndSet() 135 public abstract boolean weakCompareAndSet(T obj, long expect, long update); in weakCompareAndSet() 472 public final boolean compareAndSet(T obj, long expect, long update) { in compareAndSet() 477 public final boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet() 624 public final boolean compareAndSet(T obj, long expect, long update) { in compareAndSet() 635 public final boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet()
|
D | AtomicIntegerFieldUpdater.java | 114 public abstract boolean compareAndSet(T obj, int expect, int update); in compareAndSet() 132 public abstract boolean weakCompareAndSet(T obj, int expect, int update); in weakCompareAndSet() 506 public final boolean compareAndSet(T obj, int expect, int update) { in compareAndSet() 511 public final boolean weakCompareAndSet(T obj, int expect, int update) { in weakCompareAndSet()
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | ManifestEntryVerifier.java | 157 public void update(byte buffer) { in update() method in ManifestEntryVerifier 168 public void update(byte buffer[], int off, int len) { in update() method in ManifestEntryVerifier
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldObserverTest.java | 28 public void update(Observable observed, Object arg) { in update() method in OldObserverTest.Mock_Observer
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandlesTest.java | 1320 public String update(Float f0, Float... floats) { in update() method in MethodHandlesTest.BaseVariableArityTester 1348 public String update(boolean... booleans) { return lastResult = tally(booleans); } in update() method in MethodHandlesTest.VariableArityTester 1349 public String update(byte... bytes) { return lastResult = tally(bytes); } in update() method in MethodHandlesTest.VariableArityTester 1350 public String update(char... chars) { return lastResult = tally(chars); } in update() method in MethodHandlesTest.VariableArityTester 1351 public String update(short... shorts) { return lastResult = tally(shorts); } in update() method in MethodHandlesTest.VariableArityTester 1352 public String update(int... ints) { in update() method in MethodHandlesTest.VariableArityTester 1356 public String update(long... longs) { return lastResult = tally(longs); } in update() method in MethodHandlesTest.VariableArityTester 1357 public String update(float... floats) { return lastResult = tally(floats); } in update() method in MethodHandlesTest.VariableArityTester 1358 public String update(double... doubles) { return lastResult = tally(doubles); } in update() method in MethodHandlesTest.VariableArityTester 1360 public String update(Float f0, Float... floats) { return lastResult = tally(f0, floats); } in update() method in MethodHandlesTest.VariableArityTester [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/atomic/ |
D | AtomicInteger.java | 67 public final boolean compareAndSet(int expect, int update) { in compareAndSet() 71 public final boolean weakCompareAndSet(int expect, int update) { in weakCompareAndSet()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ObservableTest.java | 32 public void update(Observable observed, Object arg) { in update() method in ObservableTest.TestObserver 52 public void update(Observable observed, Object arg) { in update() method in ObservableTest.DeleteTestObserver
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldLogRecordTest.java | 82 public synchronized void update(){ in update() method in OldLogRecordTest.MockThread
|
/libcore/ojluni/annotations/hiddenapi/java/security/ |
D | Signature.java | 117 public final void update(byte b) throws java.security.SignatureException { in update() method in Signature 121 public final void update(byte[] data) throws java.security.SignatureException { in update() method in Signature 125 public final void update(byte[] data, int off, int len) in update() method in Signature 130 public final void update(java.nio.ByteBuffer data) throws java.security.SignatureException { in update() method in Signature
|