Home
last modified time | relevance | path

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

12345678910>>...19

/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
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
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
/external/lldb/examples/summaries/cocoa/
DCFArray.py35 def update(self): member in NSArrayKVC_SynthProvider
64 def update(self): member in NSArrayCF_SynthProvider
87 def update(self): member in NSArrayI_SynthProvider
111 def update(self): member in NSArrayM_SynthProvider
144 def update(self): member in NSArray_SynthProvider
DNSSet.py40 def update(self): member in NSCFSet_SummaryProvider
72 def update(self): member in NSSetUnknown_SummaryProvider
101 def update(self): member in NSSetI_SummaryProvider
142 def update(self): member in NSSetM_SummaryProvider
171 def update(self): member in NSCountedSet_SummaryProvider
DCFDictionary.py40 def update(self): member in NSCFDictionary_SummaryProvider
78 def update(self): member in NSDictionaryI_SummaryProvider
118 def update(self): member in NSDictionaryM_SummaryProvider
152 def update(self): member in NSDictionaryUnknown_SummaryProvider
DNSDate.py71 def update(self): member in NSTaggedDate_SummaryProvider
99 def update(self): member in NSUntaggedDate_SummaryProvider
129 def update(self): member in NSCalendarDate_SummaryProvider
157 def update(self): member in NSTimeZoneClass_SummaryProvider
181 def update(self): member in NSUnknownDate_SummaryProvider
DNSNumber.py38 def update(self): member in NSTaggedNumber_SummaryProvider
90 def update(self): member in NSUntaggedNumber_SummaryProvider
174 def update(self): member in NSUnknownNumber_SummaryProvider
DNSIndexSet.py44 def update(self): member in NSIndexSetClass_SummaryProvider
94 def update(self): member in NSIndexSetUnknown_SummaryProvider
DNSMachPort.py40 def update(self): member in NSMachPortKnown_SummaryProvider
72 def update(self): member in NSMachPortUnknown_SummaryProvider
/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/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/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
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DPerspectiveCamera.java49 public void update () { in update() method in PerspectiveCamera
54 public void update (boolean updateFrustum) { in update() method in PerspectiveCamera
DOrthographicCamera.java50 public void update () { in update() method in OrthographicCamera
55 public void update (boolean updateFrustum) { in update() method in OrthographicCamera
/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
/external/jetty/src/java/org/eclipse/jetty/util/component/
DContainer.java68 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DDynamicsModifier.java39 public void update () { in update() method in DynamicsModifier.FaceDirection
199 public void update () { in update() method in DynamicsModifier.Rotational2D
232 public void update () { in update() method in DynamicsModifier.Rotational3D
308 public void update () { in update() method in DynamicsModifier.CentripetalAcceleration
357 public void update () { in update() method in DynamicsModifier.PolarAcceleration
404 public void update () { in update() method in DynamicsModifier.TangentialAcceleration
453 public void update () { in update() method in DynamicsModifier.BrownianAcceleration
/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/autotest/client/tools/
Dboottool435 sub update { subroutine
1505 sub update { subroutine
2315 sub update { subroutine
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DFirstPersonCameraController.java80 public void update () { in update() method in FirstPersonCameraController
84 public void update (float deltaTime) { in update() method in FirstPersonCameraController
/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

12345678910>>...19