Home
last modified time | relevance | path

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

12345678910

/external/guava/guava/src/com/google/common/hash/
DAbstractByteHasher.java43 protected abstract void update(byte b); in update() method in AbstractByteHasher
48 protected void update(byte[] b) { in update() method in AbstractByteHasher
55 protected void update(byte[] b, int off, int len) { in update() method in AbstractByteHasher
84 private Hasher update(int bytes) { in update() method in AbstractByteHasher
DChecksumHashFunction.java70 protected void update(byte b) { in update() method in ChecksumHashFunction.ChecksumHasher
75 protected void update(byte[] bytes, int off, int len) { in update() method in ChecksumHashFunction.ChecksumHasher
DMessageDigestHashFunction.java129 protected void update(byte b) { in update() method in MessageDigestHashFunction.MessageDigestHasher
135 protected void update(byte[] b) { in update() method in MessageDigestHashFunction.MessageDigestHasher
141 protected void update(byte[] b, int off, int len) { in update() method in MessageDigestHashFunction.MessageDigestHasher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DDigest.java27 public void update(byte in); in update() method
36 public void update(byte[] in, int inOff, int len); in update() method
DSigner.java19 public void update(byte b); in update() method
24 public void update(byte[] in, int off, int len); in update() method
DMac.java39 public void update(byte in) in update() method
49 public void update(byte[] in, int inOff, int len) in update() method
/external/libdrm/tests/
Dupdatedraw.c35 struct drm_update_draw update; in set_draw_cliprects_empty() local
50 struct drm_update_draw update; in set_draw_cliprects_empty_fail() local
65 struct drm_update_draw update; in set_draw_cliprects_2() local
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
DCheck.java19 public abstract void update(byte[] buf, int off, int len); in update() method in Check
22 public void update(byte[] buf) { in update() method in Check
DNone.java18 public void update(byte[] buf, int off, int len) {} in update() method in None
DSHA256.java21 public void update(byte[] buf, int off, int len) { in update() method in SHA256
DCRC32.java20 public void update(byte[] buf, int off, int len) { in update() method in CRC32
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DNullDigest.java23 public void update(byte in) in update() method in NullDigest
28 public void update(byte[] in, int inOff, int len) in update() method in NullDigest
DOpenSSLDigest.java58 public void update(byte in) { in update() method in OpenSSLDigest
62 public void update(byte[] in, int inOff, int len) { in update() method in OpenSSLDigest
DGeneralDigest.java54 public void update( in update() method in GeneralDigest
68 public void update( in update() method in GeneralDigest
/external/llvm/lib/Support/
DJamCRC.cpp92 void JamCRC::update(ArrayRef<char> Data) { in update() function in JamCRC
/external/libdrm/
Dxf86drmSL.c137 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) in SLLocate()
158 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLInsert() local
190 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLDelete() local
217 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLLookup() local
235 SLEntryPtr update[SL_MAX_LEVEL + 1] = {0}; in drmSLLookupNeighbors() local
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractByteHasherTest.java118 protected void update(byte b) { in update() method in AbstractByteHasherTest.TestHasher
123 protected void update(byte[] b, int off, int len) { in update() method in AbstractByteHasherTest.TestHasher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DRSADigestSigner.java127 public void update( in update() method in RSADigestSigner
136 public void update( in update() method in RSADigestSigner
/external/mockito/src/main/java/org/mockito/internal/util/
DPlatform.java75 int update = Integer.parseInt(matcher.group(1)); in isJava8BelowUpdate45() local
81 int update = Integer.parseInt(matcher.group(1)); in isJava8BelowUpdate45() local
/external/replicaisland/src/com/replica/replicaisland/
DMainLoop.java34 public void update(float timeDelta, BaseObject parent) { in update() method in MainLoop
DBaseObject.java37 public void update(float timeDelta, BaseObject parent) { in update() method in BaseObject
DCameraBiasComponent.java30 public void update(float timeDelta, BaseObject parent) { in update() method in CameraBiasComponent
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.h39 void (*update)(struct i915_context *); member
/external/llvm/utils/
DlldbDataFormatters.py50 def update(self): member in SmallVectorSynthProvider
85 def update(self): member in ArrayRefSynthProvider
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
DCBCBlockCipherMac.java123 public void update( in update() method in CBCBlockCipherMac
135 public void update( in update() method in CBCBlockCipherMac

12345678910