| /libcore/luni/src/main/java/java/util/zip/ |
| D | Checksum.java | 48 public void update(byte[] buf, int off, int nbytes); in update() method 56 public void update(int val); in update() method
|
| D | Adler32.java | 54 public void update(int i) { in update() method in Adler32 64 public void update(byte[] buf) { in update() method in Adler32 72 public void update(byte[] buf, int offset, int byteCount) { in update() method in Adler32
|
| D | CRC32.java | 55 public void update(int val) { in update() method in CRC32 65 public void update(byte[] buf) { in update() method in CRC32 73 public void update(byte[] buf, int offset, int byteCount) { in update() method in CRC32
|
| /libcore/luni/src/main/java/java/util/concurrent/atomic/ |
| D | AtomicReferenceFieldUpdater.java | 87 public abstract boolean compareAndSet(T obj, V expect, V update); in compareAndSet() 105 public abstract boolean weakCompareAndSet(T obj, V expect, V update); in weakCompareAndSet() 216 void updateCheck(T obj, V update) { in updateCheck() 224 public boolean compareAndSet(T obj, V expect, V update) { in compareAndSet() 232 public boolean weakCompareAndSet(T obj, V expect, V update) { in weakCompareAndSet()
|
| D | AtomicReference.java | 84 public final boolean compareAndSet(V expect, V update) { in compareAndSet() 100 public final boolean weakCompareAndSet(V expect, V update) { in weakCompareAndSet()
|
| D | AtomicReferenceArray.java | 140 public final boolean compareAndSet(int i, E expect, E update) { in compareAndSet() 144 private boolean compareAndSetRaw(long offset, E expect, E update) { in compareAndSetRaw() 161 public final boolean weakCompareAndSet(int i, E expect, E update) { in weakCompareAndSet()
|
| D | AtomicBoolean.java | 69 public final boolean compareAndSet(boolean expect, boolean update) { in compareAndSet() 87 public boolean weakCompareAndSet(boolean expect, boolean update) { in weakCompareAndSet()
|
| D | AtomicLongFieldUpdater.java | 72 public abstract boolean compareAndSet(T obj, long expect, long update); in compareAndSet() 92 public abstract boolean weakCompareAndSet(T obj, long expect, long update); in weakCompareAndSet() 280 public boolean compareAndSet(T obj, long expect, long update) { in compareAndSet() 285 public boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet() 365 public boolean compareAndSet(T obj, long expect, long update) { in compareAndSet() 376 public boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet()
|
| D | AtomicIntegerFieldUpdater.java | 69 public abstract boolean compareAndSet(T obj, int expect, int update); in compareAndSet() 89 public abstract boolean weakCompareAndSet(T obj, int expect, int update); in weakCompareAndSet() 285 public boolean compareAndSet(T obj, int expect, int update) { in compareAndSet() 290 public boolean weakCompareAndSet(T obj, int expect, int update) { in weakCompareAndSet()
|
| D | AtomicIntegerArray.java | 138 public final boolean compareAndSet(int i, int expect, int update) { in compareAndSet() 142 private boolean compareAndSetRaw(long offset, int expect, int update) { in compareAndSetRaw() 159 public final boolean weakCompareAndSet(int i, int expect, int update) { in weakCompareAndSet()
|
| D | AtomicLongArray.java | 138 public final boolean compareAndSet(int i, long expect, long update) { in compareAndSet() 142 private boolean compareAndSetRaw(long offset, long expect, long update) { in compareAndSetRaw() 159 public final boolean weakCompareAndSet(int i, long expect, long update) { in weakCompareAndSet()
|
| D | AtomicInteger.java | 105 public final boolean compareAndSet(int expect, int update) { in compareAndSet() 121 public final boolean weakCompareAndSet(int expect, int update) { in weakCompareAndSet()
|
| D | AtomicLong.java | 119 public final boolean compareAndSet(long expect, long update) { in compareAndSet() 135 public final boolean weakCompareAndSet(long expect, long update) { in weakCompareAndSet()
|
| /libcore/luni/src/main/java/javax/crypto/ |
| D | Mac.java | 237 public final void update(byte input) throws IllegalStateException { in update() method in Mac 260 public final void update(byte[] input, int offset, int len) throws IllegalStateException { in update() method in Mac 281 public final void update(byte[] input) throws IllegalStateException { in update() method in Mac 300 public final void update(ByteBuffer input) { in update() method in Mac
|
| D | Cipher.java | 849 public final byte[] update(byte[] input) { in update() method in Cipher 882 public final byte[] update(byte[] input, int inputOffset, int inputLen) { in update() method in Cipher 936 public final int update(byte[] input, int inputOffset, int inputLen, in update() method in Cipher 971 public final int update(byte[] input, int inputOffset, int inputLen, in update() method in Cipher 1017 public final int update(ByteBuffer input, ByteBuffer output) in update() method in Cipher
|
| /libcore/luni/src/main/java/java/util/ |
| D | Observer.java | 39 void update(Observable observable, Object data); in update() method
|
| /libcore/luni/src/main/java/java/security/ |
| D | MessageDigest.java | 182 public void update(byte arg0) { in update() method in MessageDigest 199 public void update(byte[] input, int offset, int len) { in update() method in MessageDigest 218 public void update(byte[] input) { in update() method in MessageDigest 368 public final void update(ByteBuffer input) { in update() method in MessageDigest
|
| D | Signature.java | 424 public final void update(byte b) throws SignatureException { in update() method in Signature 441 public final void update(byte[] data) throws SignatureException { in update() method in Signature 462 public final void update(byte[] data, int off, int len) in update() method in Signature 484 public final void update(ByteBuffer data) throws SignatureException { in update() method in Signature
|
| /libcore/luni/src/main/java/java/net/ |
| D | ExtendedResponseCache.java | 50 void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection); in update() method
|
| /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/tests/api/java/util/ |
| D | ObservableTest.java | 31 public void update(Observable observed, Object arg) { in update() method in ObservableTest.TestObserver 51 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/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | DigitalSignature.java | 136 public void update(byte[] data) { in update() method in DigitalSignature
|
| /libcore/luni/src/main/java/java/util/concurrent/locks/ |
| D | AbstractQueuedSynchronizer.java | 543 protected final boolean compareAndSetState(int expect, int update) { in compareAndSetState() 2282 private final boolean compareAndSetHead(Node update) { in compareAndSetHead() 2289 private final boolean compareAndSetTail(Node expect, Node update) { in compareAndSetTail() 2298 int update) { in compareAndSetWaitStatus() 2308 Node update) { in compareAndSetNext()
|
| D | AbstractQueuedLongSynchronizer.java | 312 protected final boolean compareAndSetState(long expect, long update) { in compareAndSetState() 2050 private final boolean compareAndSetHead(Node update) { in compareAndSetHead() 2057 private final boolean compareAndSetTail(Node expect, Node update) { in compareAndSetTail() 2066 int update) { in compareAndSetWaitStatus() 2076 Node update) { in compareAndSetNext()
|