HomeSort by relevance Sort by last modified time
    Searched full:update (Results 651 - 675 of 9150) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 63 public void update( method in class:LongDigest
77 public void update( method in class:LongDigest
87 update(in[inOff]);
110 update(in[inOff]);
127 update((byte)128); method
131 update((byte)0); method
  /external/chromium/chrome/browser/
background_application_list_model.cc 158 Update();
247 Update();
276 Update();
283 Update();
291 // Update queries the extensions service of the profile with which the model was
295 void BackgroundApplicationListModel::Update() {
  /external/chromium/chrome/browser/instant/
instant_loader.h 45 // arguments differ from the last call to |Update|.
46 bool Update(TabContentsWrapper* tab_contents,
112 // Invoked when the page wants to update the suggested text. If |user_text_|
195 // Transition type of the match last passed to Update.
198 // Timer used to update the bounds of the omnibox.
204 // Last value of verbatim passed to |Update|.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.h 57 // During the course of an update, uncommitted data is stored in a
161 // Update store file with pending full hashes.
182 // or if a failure prevents the update from succeeding.
231 // Clear all buffers used during update.
255 // main file didn't exist when the update was started.
276 // update, so that only one instance is recorded in the stats.
  /external/eigen/Eigen/src/IterativeLinearSolvers/
ConjugateGradient.h 59 x += alpha * p; // update solution
60 residual -= alpha * tmp; // update residue
69 absNew = internal::real(residual.dot(z)); // update the absolute value of r
71 p = z + beta * p; // update search direction
121 * // update b, and solve again
175 * this class becomes invalid. Call compute() to update it with the new
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportConnection.java 187 send_mac.update(send_packet_header_buffer, 0, 5);
188 send_mac.update(message, off, len);
189 send_mac.update(send_padding_buffer, 0, padd_len);
264 recv_mac.update(recv_packet_header_buffer, 0, 5);
265 recv_mac.update(buffer, off, payload_length);
266 recv_mac.update(recv_padding_buffer, 0, padding_length);
  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicDouble.java 129 * @param update the new value
133 public final boolean compareAndSet(double expect, double update) {
136 doubleToRawLongBits(update));
151 * @param update the new value
154 public final boolean weakCompareAndSet(double expect, double update) {
157 doubleToRawLongBits(update));
AtomicDoubleArray.java 141 * @param update the new value
145 public final boolean compareAndSet(int i, double expect, double update) {
148 doubleToRawLongBits(update));
165 * @param update the new value
168 public final boolean weakCompareAndSet(int i, double expect, double update) {
171 doubleToRawLongBits(update));
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 164 signer.update(content.trim().getBytes());
165 signer.update(version.trim().getBytes());
166 signer.update(requiredHash.getBytes());
177 signer.update(content.trim().getBytes());
178 signer.update(version.trim().getBytes());
179 signer.update(requiredPrevious.trim().getBytes());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 320 * javax.crypto.Cipher#update(byte[], int, int)
348 byte[] output = c.update(input, 0, bytesRead);
371 cipher.update(new byte[64], 0, 32);
406 byte[] output = c.update(input, 0, bytesRead);
431 c.update(b, 0, 10, b1, 5);
454 c.update(b1, 0, 24, b, 0);
483 * Class under test for int update(byte[], int, int, byte[], int)
491 c.update(b, 0, 10, b1, 5);
498 c.update(b, 0, 10, b1, 5);
504 c.update(b, 0, 10, b1, 5)
    [all...]
  /packages/apps/PackageInstaller/res/values-de/
strings.xml 30 <string name="install_confirm_question_update" msgid="4624159567361487964">"Möchten Sie ein Update für diese vorhandene App installieren? Ihre vorhandenen Daten bleiben erhalten. Die aktualisierte App erhält Zugriff auf:"</string>
31 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Möchten Sie ein Update für diese integrierte App installieren? Ihre vorhandenen Daten bleiben erhalten. Die aktualisierte App erhält Zugriff auf:"</string>
32 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Möchten Sie ein Update für diese bestehende App installieren? Ihre vorhandenen Daten bleiben erhalten. Sie benötigen keine besonderen Zugriffsrechte."</string>
33 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Möchten Sie ein Update für diese integrierte App installieren? Ihre vorhandenen Daten bleiben erhalten. Sie benötigen keine besonderen Zugriffsrechte."</string>
63 <string name="uninstall_update_title" msgid="4146940097553335390">"Update deinstallieren"</string>
80 <string name="no_new_perms" msgid="6657813692169565975">"Für dieses Update sind keine neuen Berechtigungen erforderlich."</string>
  /packages/apps/PackageInstaller/res/values-en-rGB/
strings.xml 30 <string name="install_confirm_question_update" msgid="4624159567361487964">"Do you want to install an update to this existing application? Your existing data will not be lost. The updated application will get access to:"</string>
31 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Do you want to install an update to this built-in application? Your existing data will not be lost. The updated application will get access to:"</string>
32 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Do you want to install an update to this existing application? Your existing data will not be lost. It does not require any special access."</string>
33 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Do you want to install an update to this built-in application? Your existing data will not be lost. It does not require any special access."</string>
63 <string name="uninstall_update_title" msgid="4146940097553335390">"Uninstall update"</string>
80 <string name="no_new_perms" msgid="6657813692169565975">"This update requires no new permissions."</string>
  /packages/apps/PackageInstaller/res/values-nl/
strings.xml 30 <string name="install_confirm_question_update" msgid="4624159567361487964">"Wilt u een update voor deze bestaande app installeren? Uw huidige gegevens gaan niet verloren. De bijgewerkte app krijgt toegang tot:"</string>
31 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Wilt u een update van deze ingebouwde app installeren? Uw huidige gegevens gaan niet verloren. De bijgewerkte app krijgt toegang tot:"</string>
32 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Wilt u een update voor deze bestaande app installeren? Uw huidige gegevens gaan niet verloren. Hiervoor is geen speciale toegang vereist."</string>
33 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Wilt u een update voor deze ingebouwde app installeren? Uw huidige gegevens gaan niet verloren. Hiervoor is geen speciale toegang vereist."</string>
63 <string name="uninstall_update_title" msgid="4146940097553335390">"Update verwijderen"</string>
80 <string name="no_new_perms" msgid="6657813692169565975">"Voor deze update zijn geen nieuwe rechten vereist."</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 33 * used to dynamically update the position and text of the tip, and it does not seem to
34 * have setter methods to update the text or position without recreating the tip.
119 * which case the update is applied immediately.)
126 public void update(final String text, boolean below, boolean toRightOf) { method in class:GestureToolTip
144 // change first, and then the location will update later - so there will be a
198 update(text, mBelow, mToRightOf);
  /frameworks/base/core/java/android/widget/
PopupWindow.java 139 update(p.x, p.y, -1, -1, true);
344 * the {@link #update()} methods.</p>
346 * @see #update()
358 * the {@link #update()} methods.</p>
364 * @see #update()
435 * the {@link #update()} methods.</p>
441 * @see #update()
464 * the {@link #update()} methods.</p>
467 * @see #update()
515 * the {@link #update()} methods.</p
1300 public void update() { method
1336 public void update(int width, int height) { method
1339 update(p.x, p.y, width, height, false); method
1353 public void update(int x, int y, int width, int height) { method
1354 update(x, y, width, height, false); method
1370 public void update(int x, int y, int width, int height, boolean force) { method
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DataUtil.java 83 public static void update(ContentResolver resolver, long dataId, ContentValues values) { method in class:DataUtil
85 resolver.update(uri, values, null, null);
  /dalvik/dx/src/com/android/dx/io/
DexHasher.java 48 digest.update(bytes, offset, bytes.length - offset);
60 adler32.update(bytes, offset, bytes.length - offset);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentMenuFragment.java 40 // Update fragment visibility when check boxes are changed.
86 // Update fragment visibility based on current check box state.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentMenuFragmentSupport.java 41 // Update fragment visibility when check boxes are changed.
87 // Update fragment visibility based on current check box state.
  /development/samples/training/device-management-policy/res/values/
strings.xml 30 <string name="setup_action_enforce_policy">Update Password</string>
31 <string name="setup_message_enforce_policy">Current password doesn\'t conform to the policy.\nPress button to update password.</string>
  /device/sample/sdk_addon/
manifest.ini 42 # 'android update' adb' must be run to update a file that adb reads during
  /external/chromium/android/ui/base/l10n/
l10n_util.h 90 // Don't forget to update the count if you add a new message ID!
91 // (And also update frameworks/base/core/java/android/webkit/L10nUtils.java)
  /external/chromium/chrome/browser/chromeos/
google_update_chromeos.cc 58 if (chromeos::Update) {
59 success = chromeos::Update(&result);
setting_level_bubble.h 29 // Update the bubble's current level without showing the bubble onscreen.
41 // If we didn't update our internal state to 25% after 2), then the animation
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc 282 // schedule a task to update the prefs cache, and the prefs observer is
283 // disabled while the update runs.
350 // Since this isn't called often, let the normal observer behavior update the
354 ListPrefUpdate update(prefs, prefs::kDesktopNotificationAllowedOrigins);
355 ListValue* allowed_sites = update.Get();
367 // Since this isn't called often, let the normal observer behavior update the
371 ListPrefUpdate update(prefs, prefs::kDesktopNotificationDeniedOrigins);
372 ListValue* denied_sites = update.Get();

Completed in 1278 milliseconds

<<21222324252627282930>>