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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/appcache/
idempotent-update-expected.txt 1 Test what applicationCache.update() does if update is already in progess.
idempotent-update.html 1 <html manifest="resources/idempotent-update.manifest">
3 <p>Test what applicationCache.update() does if update is already in progess.</p>
20 // During update, additional update() should be no-op (the spec says that fake checking and
21 // downloading events need to be dispatched, but that's only when the update algorithm is invoked
29 applicationCache.update();
30 applicationCache.update();
31 applicationCache.update();
32 applicationCache.update();
    [all...]
  /external/openssl/
openssl.version 1 # also update ThirdPartyProject.prop
  /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...]
  /external/tcpdump/
TODO 1 1. update credits
5 5. update CHANGES file
  /external/webkit/Tools/QueueStatusServer/templates/
updatesvnrevision.html 2 Update an SVN revision: <input name="number">
7 <div><input type="submit" value="Update"></div>
updateworkitems.html 2 Update work items for a queue: <input name="queue_name">
7 <div><input type="submit" value="Update Work Items"></div>
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_checkInput.txt 2 crc.update(1);
  /external/webkit/LayoutTests/http/tests/appcache/resources/
fail-on-update-2.html 1 <html manifest="fail-on-update-2.php">
  /libcore/support/src/test/java/tests/resources/
hyts_checkInput.txt 2 crc.update(1);
  /prebuilt/linux-x86/emulator/
PREBUILT 2 external/qemu/distrib/update-audio.sh tool.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
HMAC.java 38 md.update(key);
51 md.update(k_xor_ipad);
59 public void update(byte b) method in class:HMAC
61 md.update(b);
64 public void update(byte[] b) method in class:HMAC
66 md.update(b);
69 public void update(byte[] b, int off, int len) method in class:HMAC
71 md.update(b, off, len);
77 md.update(k_xor_ipad);
89 md.update(k_xor_opad)
    [all...]
Digest.java 17 public void update(byte b); method in interface:Digest
19 public void update(byte[] b); method in interface:Digest
21 public void update(byte b[], int off, int len); method in interface:Digest
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java 42 crc.update(Integer.MAX_VALUE);
46 assertEquals("update(max) failed to update the checksum to the correct value ",
51 crc.update(byteEmpty);
55 assertEquals("update(byte[]) failed to update the checksum to the correct value ",
59 crc.update(1);
63 // assertEquals("update(int) failed to update the checksum to the correct
76 crc.update(1)
    [all...]
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 * @tests java.util.zip.Adler32#update(int
    [all...]
  /external/e2fsprogs/
.release-checklist 7 4) Run "(cd po; make e2fsprogs.pot-update)" to update the translation template.
9 5) Update files which contain version information
  /external/qemu/
trace_common.h 1 /* This file should be removed once we update the Android qtools to
  /frameworks/base/services/input/
SpriteController.cpp 109 // Each sprite update record includes a reference to its associated sprite so we can
131 SpriteUpdate& update = updates.editItemAt(i); local
133 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
134 update.state.surfaceWidth = update.state.icon.bitmap.width();
135 update.state.surfaceHeight = update.state.icon.bitmap.height();
136 update.state.surfaceDrawn = false;
137 update.state.surfaceVisible = false
149 SpriteUpdate& update = updates.editItemAt(i); local
190 SpriteUpdate& update = updates.editItemAt(i); local
243 SpriteUpdate& update = updates.editItemAt(i); local
329 const SpriteUpdate& update = updates.itemAt(i); local
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
set-href-attribute-prevents-rebase-expected.txt 6 Search attribute, update document base URI without attribute having been set
8 Search attribute, update document base URI after attribute has been set
11 Pathname attribute, update document base URI without attribute having been set
13 Pathname attribute, update document base URI after attribute has been set
16 Hash attribute, update document base URI without attribute having been set
18 Pathname attribute, update document base URI after attribute has been set
21 Note that for the following attributes, updating the document base URI has no effect because we have to use an abosulte URL for the href in order to set an initial value for the attribute we wish to update. They are included for completeness.
23 Host attribute, update document base URI without attribute having been set
25 Host attribute, update document base URI after attribute has been set
28 Hostname attribute, update document base URI without attribute having been se
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.core.win32_3.2.200.v20100512.jar 
  /external/srtp/
update.sh 3 # update.sh
5 # update copyright dates in files
  /external/libvpx/examples/
vp8_scalable_patterns.txt 6 reference frame selection and update mechanism for video applications
31 * Frame 0 Intra, use none, update L&G&A
32 * Frame 1 Inter, use LGA, update none
33 * Frame 2 Inter, use LGA, update L
34 * Frame 3 Inter, use LGA, update none
35 * Frame 4 Inter, use GA, update L&G
36 * Frame 5 Inter, use LGA, update none
37 * Frame 6 Inter, use LGA, update L
38 * Frame 7 Inter, use LGA, update none
39 * Frame 8 Inter, use A, update L&G&
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
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
  /external/chromium/base/data/valgrind/
DIRECTORY_MOVED 1 For those who got a merge conflict in this directory on update:

Completed in 1542 milliseconds

1 2 3 4 5 6 7 8 91011>>