Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 28) sorted by relevance

12

/libcore/luni/src/main/java/java/util/zip/
DChecksum.java48 public void update(byte[] buf, int off, int nbytes); in update() method
56 public void update(int val); in update() method
DAdler32.java54 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
DCRC32.java55 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/
DAtomicReferenceFieldUpdater.java87 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()
DAtomicReference.java84 public final boolean compareAndSet(V expect, V update) { in compareAndSet()
100 public final boolean weakCompareAndSet(V expect, V update) { in weakCompareAndSet()
DAtomicReferenceArray.java140 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()
DAtomicBoolean.java69 public final boolean compareAndSet(boolean expect, boolean update) { in compareAndSet()
87 public boolean weakCompareAndSet(boolean expect, boolean update) { in weakCompareAndSet()
DAtomicLongFieldUpdater.java72 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()
DAtomicIntegerFieldUpdater.java69 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()
DAtomicIntegerArray.java138 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()
DAtomicLongArray.java138 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()
DAtomicInteger.java105 public final boolean compareAndSet(int expect, int update) { in compareAndSet()
121 public final boolean weakCompareAndSet(int expect, int update) { in weakCompareAndSet()
DAtomicLong.java119 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/
DMac.java237 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
DCipher.java849 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/
DObserver.java39 void update(Observable observable, Object data); in update() method
/libcore/luni/src/main/java/java/security/
DMessageDigest.java182 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
DSignature.java424 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/
DExtendedResponseCache.java50 void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection); in update() method
/libcore/luni/src/test/java/libcore/java/util/
DOldObserverTest.java28 public void update(Observable observed, Object arg) { in update() method in OldObserverTest.Mock_Observer
/libcore/luni/src/test/java/tests/api/java/util/
DObservableTest.java31 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/
DOldLogRecordTest.java82 public synchronized void update(){ in update() method in OldLogRecordTest.MockThread
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DDigitalSignature.java136 public void update(byte[] data) { in update() method in DigitalSignature
/libcore/luni/src/main/java/java/util/concurrent/locks/
DAbstractQueuedSynchronizer.java543 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()
DAbstractQueuedLongSynchronizer.java312 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()

12