/external/chromium/chrome/browser/resources/options/ |
about_page.css | 18 .update-icon { 26 .update-icon.fail { 29 .update-icon.available { 32 .update-icon.up-to-date {
|
/external/chromium/net/data/valgrind/ |
DIRECTORY_MOVED | 1 For those who got a merge conflict in this directory on update:
|
/external/javassist/sample/evolve/ |
CannotUpdateException.java | 4 * Signals that VersionManager.update() fails.
|
/ndk/tests/build/import-static/ |
build.sh | 4 # Update NDK_MODULE_PATH so we can find our imported modules
|
/sdk/emulator/skins/assets/ |
README.txt | 3 other SVG editor and just export as png to update the assets.
|
/build/core/ |
apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command: 10 make update-api
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/io/ |
MacOutputStream.java | 22 mac.update((byte)b); 31 mac.update(b, off, len);
|
/frameworks/testing/uiautomator/library/ |
apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command: 10 make update-uiautomator-api
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/ |
HashForSSH2Types.java | 43 md.update(tmp); 48 md.update(b); 53 md.update((byte) (v >> 24)); 54 md.update((byte) (v >> 16)); 55 md.update((byte) (v >> 8)); 56 md.update((byte) (v));
|
MAC.java | 71 mac.update((byte) (seq >> 24)); 72 mac.update((byte) (seq >> 16)); 73 mac.update((byte) (seq >> 8)); 74 mac.update((byte) (seq)); 77 public void update(byte[] packetdata, int off, int len) method in class:MAC 79 mac.update(packetdata, off, len);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.update.configurator_3.3.100.v20100512.jar | |
/libcore/luni/src/main/java/java/util/zip/ |
Adler32.java | 48 * Update this {@code Adler32} checksum with the single byte provided as 52 * the byte to update checksum with. 54 public void update(int i) { method in class:Adler32 59 * Update this {@code Adler32} checksum using the contents of {@code buf}. 62 * bytes to update checksum with. 64 public void update(byte[] buf) { method in class:Adler32 65 update(buf, 0, buf.length); method 69 * Update this {@code Adler32} checksum with the contents of {@code buf}, 72 public void update(byte[] buf, int offset, int byteCount) { method in class:Adler32
|
/external/chromium/chrome/browser/google/ |
google_update.h | 29 // An update is available. 42 // Google Update only supports upgrading if Chrome is installed in the default 46 // Failed to create Google Update JobServer COM class. 48 // Failed to create Google Update OnDemand COM class. 50 // Google Update OnDemand COM class reported an error during a check for 51 // update (or while upgrading). 57 // An error occurred while upgrading (or while checking for update). 58 // Check the Google Update log in %TEMP% for more details. 65 // notifications about the results of an Google Update operation. 68 // This function is called when Google Update has finished its operation an [all...] |
/external/webkit/LayoutTests/http/tests/appcache/ |
fail-on-update-2.html | 1 <html manifest="resources/fail-on-update-2.php"> 11 req.open("GET", "resources/fail-on-update.php?command=" + (state ? "delete" : "reset"), false); 20 applicationCache.update(); 24 ifr.setAttribute("src", 'resources/fail-on-update-2.html'); 29 ifr.setAttribute("src", 'resources/fail-on-update-2.html');
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
SignerWithRecovery.java | 25 * Perform an update with the recovered message before adding any other data. This must 26 * be the first update method called, and calling it will result in the signer assuming 27 * that further calls to update will include message content past what is recoverable.
|
/external/webkit/Source/WebKit/gtk/po/ |
README | 9 run `make webkit.pot-update'. To update the .po files using the new 10 .pot file run `make update-po'. This will also build the .mo files.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
GeneralDigest.java | 41 public void update( method in class:GeneralDigest 55 public void update( method in class:GeneralDigest 65 update(in[inOff]); 88 update(in[inOff]); 102 update((byte)128); method 106 update((byte)0); method
|
NullDigest.java | 23 public void update(byte in) method in class:NullDigest 28 public void update(byte[] in, int inOff, int len) method in class:NullDigest
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
DigestInputStream.java | 29 digest.update((byte)b); 43 digest.update(b, off, n);
|
DigestOutputStream.java | 22 digest.update((byte)b); 31 digest.update(b, off, len);
|
MacOutputStream.java | 22 mac.update((byte)b); 31 mac.update(b, off, len);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/ |
BCMessageDigest.java | 28 digest.update(input); 36 digest.update(input, offset, len);
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSListener.java | 18 * Update a DNS record. 23 * update date
|
/external/nist-sip/java/javax/sip/message/ |
Request.java | 21 String UPDATE = "UPDATE";
|
/external/openssl/crypto/evp/ |
m_wp.c | 17 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function 30 update,
|