/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
RunnerController.java | 97 public void update() { method in class:RunnerController 102 update(); method 108 update(); method
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
NullCipherTest.java | 96 * Class under test for byte[] update(byte[]) 100 byte[] r = c.update(b); 106 * Class under test for byte[] update(byte[], int, int) 110 byte[] r = c.update(b, 0, 5); 114 r = c.update(b, 1, 3); 122 * Class under test for int update(byte[], int, int, byte[]) 127 c.update(b, 0, 5, r); 132 * Class under test for int update(byte[], int, int, byte[], int) 137 c.update(b, 0, 5, r, 0); 185 * Class under test for byte[] update(byte[], int, int [all...] |
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
Cipher_ImplTest.java | 259 * Class under test for byte[] update(byte[]) 268 c.update(b); 278 c.update(null); 282 assertNull(c.update(new byte[0]));
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest1Test.java | 43 * @tests java.security.MessageDigest#update(byte) 47 md.update((byte) 1); 52 * @tests java.security.MessageDigest#update(byte[], int, int) 57 md.update(bytes, 1, 2); 63 md.update(null, 0, 1); 69 md.update(bytes, 0, bytes.length + 1); 75 md.update(bytes, Integer.MAX_VALUE, 1); 91 md.update(bytes, offset, len); 96 * @tests java.security.MessageDigest#update(byte[]) 101 md.update(b) [all...] |
Signature2Test.java | 173 sig.update(MESSAGE.getBytes()); 186 * @tests java.security.Signature#update(byte[]) 193 sig.update(bytes); 197 * @tests java.security.Signature#update(byte[], int, int) 204 sig.update(bytes, 0, bytes.length); 208 * @tests java.security.Signature#update(byte) 214 sig.update(MESSAGE.getBytes()[0]); 223 sig.update(MESSAGE.getBytes()); 228 sig.update(MESSAGE.getBytes());
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
SignatureTest.java | 187 * Class under test for void update(byte) 192 s.update((byte) 1); 198 s.update((byte) 1); 200 s.update((byte) 1); 203 assertTrue("update() failed", s.runEngineUpdate1); 207 * Class under test for void update(byte[]) 213 s.update(b); 219 s.update(b); 221 s.update(b); 224 assertTrue("update() failed", s.runEngineUpdate2) [all...] |
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
Signature_Impl2Test.java | 134 s.update((byte) 1); 137 s.update((byte) 1); 175 s.update(b); 177 s.update(b); 178 assertTrue("update() failed", MySignature2.runEngineUpdate2);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
LongDigest.java | 70 public void update( method in class:LongDigest 84 public void update( method in class:LongDigest 94 update(in[inOff]); 117 update(in[inOff]); 134 update((byte)128); method 138 update((byte)0); method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DSAParametersGenerator.java | 371 d.update(input, 0, input.length);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
DSASigner.java | 124 digest.update(b); 133 digest.update(b, off, len);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
DigestSignatureSpi.java | 122 digest.update(b); 131 digest.update(b, off, len);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/ |
NetscapeCertRequest.java | 211 sig.update(content.getBytes()); 247 sig.update(new DERSequence(pkac).getEncoded(ASN1Encoding.DER));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertBlacklist.java | 213 digest.update(encoded, 0, encoded.length);
|
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
TestContentProvider.java | 92 public int update(Uri uri, ContentValues values, String where, method in class:TestContentProvider
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
options.js | 85 cvox.OptionsPage.update(); 93 cvox.OptionsPage.update(); 107 * Update the value of controls to match the current preferences. 111 cvox.OptionsPage.update = function() {
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
content_editable_extractor.js | 57 * Update the metadata. 60 cvox.ContentEditableExtractor.prototype.update = function(element) {
|
/external/chromium_org/chrome/browser/ui/webui/memory_internals/ |
memory_internals_proxy.cc | 261 // Do not update while no renderers are registered. 343 base::string16 update = local 347 handler_->OnUpdate(update);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/ |
background.js | 286 ManagedBookmarkTree.prototype.update = function(rootNodeId, currentPolicy) { 304 tree.update(policyToNodeId[policyName], policy[policyName]); 317 tree.update(policyToNodeId[policyName], changes[policyName].newValue); 347 chrome.bookmarks.update(id, {
|
/external/chromium_org/components/dom_distiller/core/ |
dom_distiller_service_unittest.cc | 306 DomDistillerObserver::ArticleUpdate update; local 307 update.entry_id = entry_id; 308 update.update_type = DomDistillerObserver::ArticleUpdate::ADD; 309 expected_updates.push_back(update); 320 update.update_type = DomDistillerObserver::ArticleUpdate::REMOVE; 322 expected_updates.push_back(update);
|
dom_distiller_store_unittest.cc | 456 DomDistillerObserver::ArticleUpdate update; local 457 update.entry_id = GetSampleEntry(0).entry_id(); 458 update.update_type = DomDistillerObserver::ArticleUpdate::ADD; 459 expected_updates.push_back(update); 465 update.entry_id = GetSampleEntry(1).entry_id(); 466 update.update_type = DomDistillerObserver::ArticleUpdate::ADD; 467 expected_updates.push_back(update); 473 update.entry_id = GetSampleEntry(0).entry_id(); 474 update.update_type = DomDistillerObserver::ArticleUpdate::REMOVE; 476 expected_updates.push_back(update); [all...] |
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ |
ValidationMessageBubble.java | 90 mPopup.update(origin.x, origin.y, mPopup.getWidth(), mPopup.getHeight());
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_manager.cc | 26 ui::AXTreeUpdate update; local 27 update.nodes.push_back(node1); 29 update.nodes.push_back(node2); 31 update.nodes.push_back(node3); 33 update.nodes.push_back(node4); 35 update.nodes.push_back(node5); 37 update.nodes.push_back(node6); 39 update.nodes.push_back(node7); 41 update.nodes.push_back(node8); 43 update.nodes.push_back(node9) 113 ui::AXTreeUpdate update; local [all...] |
browser_accessibility_manager_android.cc | 97 ui::AXTreeUpdate update; local 98 update.nodes.push_back(empty_document); 99 return update;
|
/external/chromium_org/content/common/ |
plugin_list_win.cc | 439 int major, minor, update; local 443 base::StringToInt(ver[2], &update)) { 444 if (major == 6 && minor == 0 && update < 120) 445 return false; // Java SE6 Update 11 or older.
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update_main.py | 32 import command.update namespace 201 """update a bundle in the SDK to the latest version""" 211 args = [command.update.RECOMMENDED] 214 delegate = command.update.RealUpdateDelegate(USER_DATA_DIR, 216 command.update.Update(delegate, remote_manifest, local_manifest, args, 255 Note that if there is an update to a given bundle, reinstall will not 256 automatically update to the newest version. 267 delegate = command.update.RealUpdateDelegate(USER_DATA_DIR, 269 command.update.Reinstall(delegate, local_manifest, args [all...] |