HomeSort by relevance Sort by last modified time
    Searched refs:update (Results 1 - 25 of 4206) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
UpdateHelper.java 24 public int update(int original, int update) { method in class:UpdateHelper
25 if (original != update) {
27 original = update;
32 public long update(long original, long update) { method in class:UpdateHelper
33 if (original != update) {
35 original = update;
40 public double update(double original, double update) { method in class:UpdateHelper
48 public <T> T update(T original, T update) { method in class:UpdateHelper
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
Checksum.java 38 * @param b the byte to update the checksum with
40 public void update(int b); method in interface:Checksum
44 * @param b the byte array to update the checksum with
46 * @param len the number of bytes to use for the update
48 public void update(byte[] b, int off, int len); method in interface:Checksum
CRC32.java 49 * @param b the byte to update the checksum with
51 public void update(int b) { method in class:CRC32
52 crc = update(crc, b);
58 public void update(byte[] b, int off, int len) { method in class:CRC32
71 * @param b the array of bytes to update the checksum with
73 public void update(byte[] b) { method in class:CRC32
91 private native static int update(int crc, int b); method in class:CRC32
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
script.py 29 USAGE="$0 [ --update ]"
36 if [ "$1" = "--update" ] ; then
40 echo "Found avc's to update policy with"
  /libcore/ojluni/src/main/java/java/util/
Observer.java 46 void update(Observable o, Object arg); method in interface:Observer
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 63 private void update(int startLine, int endLine, int newLineCount) { method in class:DynamicLayoutBlocksTest
97 update(0, 0, 0);
100 update(0, 0, 1);
103 update(0, 0, 10);
110 update(0, 0, 0);
113 update(0, 10, 0);
116 update(0, 100, 0);
119 update(20, 30, 0);
122 update(20, 20, 0);
125 update(40, 100, 0)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Digest.java 23 * update the message digest with a single byte.
27 public void update(byte in); method in interface:Digest
30 * update the message digest with a block of bytes.
36 public void update(byte[] in, int inOff, int len); method in interface:Digest
Signer.java 17 * update the internal digest with the byte b
19 public void update(byte b); method in interface:Signer
22 * update the internal digest with the byte array in
24 public void update(byte[] in, int off, int len); method in interface:Signer
Mac.java 39 public void update(byte in) method in interface:Mac
49 public void update(byte[] in, int inOff, int len) method in interface:Mac
  /external/libopus/
version.mk 1 # static version string; update manually every release.
  /frameworks/base/graphics/java/android/graphics/
LightingColorFilter.java 51 update(); method
77 update(); method
103 update(); method
106 private void update() { method in class:LightingColorFilter
ColorMatrixColorFilter.java 37 update(); method
52 update(); method
87 update(); method
118 update(); method
121 private void update() { method in class:ColorMatrixColorFilter
  /external/replicaisland/src/com/replica/replicaisland/
MainLoop.java 34 public void update(float timeDelta, BaseObject parent) { method in class:MainLoop
35 mTimeSystem.update(timeDelta, parent);
37 super.update(newTimeDelta, parent);
BaseObject.java 22 * an ObjectManager, and anything that requires an update per frame should be derived from
33 * Update this object.
34 * @param timeDelta The duration since the last update (in seconds).
37 public void update(float timeDelta, BaseObject parent) { method in class:BaseObject
  /external/guava/guava/src/com/google/common/hash/
AbstractByteHasher.java 43 protected abstract void update(byte b); method in class:AbstractByteHasher
48 protected void update(byte[] b) { method in class:AbstractByteHasher
49 update(b, 0, b.length); method
55 protected void update(byte[] b, int off, int len) { method in class:AbstractByteHasher
57 update(b[i]);
63 update(b);
70 update(bytes);
77 update(bytes, off, len); method
84 private Hasher update(int bytes) { method in class:AbstractByteHasher
86 update(scratch.array(), 0, bytes)
    [all...]
  /external/libdrm/tests/
updatedraw.c 35 struct drm_update_draw update; local
37 update.handle = drawable;
38 update.type = DRM_DRAWABLE_CLIPRECTS;
39 update.num = 0;
40 update.data = 0;
42 ret = ioctl(fd, DRM_IOCTL_UPDATE_DRAW, &update);
50 struct drm_update_draw update; local
52 update.handle = drawable;
53 update.type = DRM_DRAWABLE_CLIPRECTS;
54 update.num = 0
65 struct drm_update_draw update; local
    [all...]
  /art/test/438-volatile/src/
Main.java 31 public static long $opt$update(long a) {
36 public static double $opt$update(double a) {
42 if (value != $opt$update(value)) {
43 throw new RuntimeException("Volatile update failed for long:" + value);
48 if (value != $opt$update(value)) {
49 throw new RuntimeException("Volatile update failed for double:" + value);
  /cts/tools/dasm/src/java_cup/
version.java 10 * update, and are written as v<major>.<minor><update> (e.g. v0.9a).
13 * change big enough to cause incompatibilities. Finally update
37 /** The update letter. */
38 public static final char update = 'd'; field in class:version
  /frameworks/base/libs/input/
SpriteController.cpp 115 // Each sprite update record includes a reference to its associated sprite so we can
137 SpriteUpdate& update = updates.editItemAt(i); local
139 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
140 update.state.surfaceWidth = update.state.icon.bitmap.width();
141 update.state.surfaceHeight = update.state.icon.bitmap.height();
142 update.state.surfaceDrawn = false;
143 update.state.surfaceVisible = false
155 SpriteUpdate& update = updates.editItemAt(i); local
196 SpriteUpdate& update = updates.editItemAt(i); local
247 SpriteUpdate& update = updates.editItemAt(i); local
333 const SpriteUpdate& update = updates.itemAt(i); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
Adler32Test.java 42 adl.update(1);
45 assertEquals("update(int) failed to update the checksum to the correct value ",
52 adl.update(Integer.MIN_VALUE);
55 assertEquals("update(min) failed to update the checksum to the correct value ",
65 adl.update(1);
68 assertEquals("update(int) failed to update the checksum to the correct value ",
76 * java.util.zip.Adler32#update(int
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/
rakefile 13 spec_extras.update(
  /external/bison/build-aux/
Makefile.am 20 update-b4-copyright
  /libcore/tzdata/tools/
createTzDataBundle.sh 6 # See libcore.tzdata.update.tools.CreateTzDataBundle for more information.
8 TOOLS_DIR=src/main/libcore/tzdata/update/tools
9 UPDATE_DIR=../update/src/main/libcore/tzdata/update
25 java -cp ${GEN_DIR} libcore.tzdata.update.tools.CreateTzDataBundle $@
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
PerspectiveCamera.java 43 update(); method
49 public void update () { method in class:PerspectiveCamera
50 update(true);
54 public void update (boolean updateFrustum) { method in class:PerspectiveCamera
64 frustum.update(invProjectionView);
  /frameworks/base/core/java/android/appwidget/
PendingHostUpdate.java 39 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEWS_UPDATE); local
40 update.views = views;
41 return update;
45 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_PROVIDER_CHANGED); local
46 update.widgetInfo = info;
47 return update;
51 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEW_DATA_CHANGED); local
52 update.viewId = viewId;
53 return update;

Completed in 2853 milliseconds

1 2 3 4 5 6 7 8 91011>>