/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...] |
/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);
|
/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 | 111 // Each sprite update record includes a reference to its associated sprite so we can 133 SpriteUpdate& update = updates.editItemAt(i); local 135 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) { 136 update.state.surfaceWidth = update.state.icon.bitmap.width(); 137 update.state.surfaceHeight = update.state.icon.bitmap.height(); 138 update.state.surfaceDrawn = false; 139 update.state.surfaceVisible = false 151 SpriteUpdate& update = updates.editItemAt(i); local 192 SpriteUpdate& update = updates.editItemAt(i); local 244 SpriteUpdate& update = updates.editItemAt(i); local 330 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/smack/ |
README | 4 To update to the latest smack source. Please run the following: 6 ./update.sh
|
/external/srtp/ |
update.sh | 3 # update.sh 5 # update copyright dates in files
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
plugin.properties | 2 #TODO: update with new year date (search this to find other occurrences to update)
|
/external/smack/src/org/xbill/DNS/ |
Section.java | 25 /* Aliases for dynamic update */ 26 /** The zone (first) section of a dynamic update message */ 29 /** The prerequisite (second) section of a dynamic update message */ 32 /** The update (third) section of a dynamic update message */ 33 public static final int UPDATE = 2; 56 updateSections[UPDATE] = "UPDATE RECORDS"; 77 * Converts a numeric Section into a full description String for an update
|
/external/bouncycastle/bcprov/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:
|