/external/guava/guava/src/com/google/common/hash/ |
D | AbstractByteHasher.java | 43 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
|
D | MessageDigestHashFunction.java | 129 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
|
D | ChecksumHashFunction.java | 70 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
|
/external/libdrm/tests/ |
D | updatedraw.c | 35 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
D | Digest.java | 27 public void update(byte in); in update() method 36 public void update(byte[] in, int inOff, int len); in update() method
|
D | Signer.java | 19 public void update(byte b); in update() method 24 public void update(byte[] in, int off, int len); in update() method
|
D | Mac.java | 39 public void update(byte in) in update() method 49 public void update(byte[] in, int inOff, int len) in update() method
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/ |
D | Check.java | 19 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
|
D | None.java | 18 public void update(byte[] buf, int off, int len) {} in update() method in None
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | NullDigest.java | 23 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
|
D | OpenSSLDigest.java | 58 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
|
D | GeneralDigest.java | 54 public void update( in update() method in GeneralDigest 68 public void update( in update() method in GeneralDigest
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
D | Container.java | 68 public void update(Object parent, Object oldChild, final Object child, String relationship) in update() method in Container 84 …public void update(Object parent, Object oldChild, final Object child, String relationship,boolean… in update() method in Container 109 …public void update(Object parent, Object[] oldChildren, final Object[] children, String relationsh… in update() method in Container 123 …public void update(Object parent, Object[] oldChildren, final Object[] children, String relationsh… in update() method in Container
|
/external/libdrm/ |
D | xf86drmSL.c | 137 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/autotest/client/tools/ |
D | boottool | 435 sub update { subroutine 1505 sub update { subroutine 2315 sub update { subroutine
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
D | RSADigestSigner.java | 127 public void update( in update() method in RSADigestSigner 136 public void update( in update() method in RSADigestSigner
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 118 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/llvm/utils/ |
D | lldbDataFormatters.py | 50 def update(self): member in SmallVectorSynthProvider 85 def update(self): member in ArrayRefSynthProvider
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
D | CBCBlockCipherMac.java | 123 public void update( in update() method in CBCBlockCipherMac 135 public void update( in update() method in CBCBlockCipherMac
|
D | HMac.java | 165 public void update( in update() method in HMac 171 public void update( in update() method in HMac
|
/external/llvm/lib/Support/ |
D | JamCRC.cpp | 91 void JamCRC::update(ArrayRef<char> Data) { in update() function in JamCRC
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/ |
D | ElementQueries.js | 250 this.update = function(withTracking) { method 275 ElementQueries.update = function(withTracking) { function
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | BaseObject.java | 37 public void update(float timeDelta, BaseObject parent) { in update() method in BaseObject
|
D | MainLoop.java | 34 public void update(float timeDelta, BaseObject parent) { in update() method in MainLoop
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.h | 39 void (*update)(struct i915_context *); member
|