HomeSort by relevance Sort by last modified time
    Searched refs:UPDATE (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 245 # Generate and return a fuzzy UPDATE statement.
247 proc Update {} {
249 {UPDATE [Table]
265 {[Update]}
collate4.test 487 UPDATE collate4t1 SET a = 'abc';
515 UPDATE collate4t1 SET a = 'abc';
544 UPDATE collate4t1 SET a = 'abc';
  /external/chromium_org/third_party/zlib/
inflate.c 162 /* update state and reset the rest of it */
345 Update the window with the last wsize (normally 32K) bytes written before
412 # define UPDATE(check, buf, len) \
415 # define UPDATE(check, buf, len) adler32(check, buf, len)
569 When returning, a "goto inf_leave" is used to update the total counters,
570 update the check value, and determine whether any progress has been made
573 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 310 Update the window with the last wsize (normally 32K) bytes written before
377 # define UPDATE(check, buf, len) \
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
534 When returning, a "goto inf_leave" is used to update the total counters,
535 update the check value, and determine whether any progress has been made
538 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /external/zlib/src/
inflate.c 174 /* update state and reset the rest of it */
366 Update the window with the last wsize (normally 32K) bytes written before
433 # define UPDATE(check, buf, len) \
436 # define UPDATE(check, buf, len) adler32(check, buf, len)
585 When returning, a "goto inf_leave" is used to update the total counters,
586 update the check value, and determine whether any progress has been made
589 When there is a window, goto inf_leave will update the window with the last
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 42 // b. Increment an object's generation count and update
177 static const int FLAGS_updateweight = 10; // Weight for picking update
348 enum Type { ALLOC, FREE, UPDATE, PASS };
396 rnd_.AddType(UPDATE, FLAGS_updateweight, "update");
405 case UPDATE: UpdateObject(); break;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 42 // b. Increment an object's generation count and update
177 static const int FLAGS_updateweight = 10; // Weight for picking update
348 enum Type { ALLOC, FREE, UPDATE, PASS };
396 rnd_.AddType(UPDATE, FLAGS_updateweight, "update");
405 case UPDATE: UpdateObject(); break;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 88 ** UPDATE ON (a,b,c)
321 refarg(A) ::= ON UPDATE refact(X). { A.value = X<<8; A.mask = 0x00ff00; }
649 ////////////////////////// The UPDATE command ////////////////////////////////
652 cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W) orderby_opt(O) limit_opt(L). {
655 W = sqlite3LimitWhere(pParse, X, W, O, L.pLimit, L.pOffset, "UPDATE");
660 cmd ::= UPDATE orconf(R) fullname(X) indexed_opt(I) SET setlist(Y) where_opt(W). {
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc     [all...]
autofill_table_unittest.cc 41 case AutofillChange::UPDATE: {
42 os << "UPDATE";
374 EXPECT_EQ(AutofillChange(AutofillChange::UPDATE,
424 EXPECT_EQ(AutofillChange(AutofillChange::UPDATE,
717 // Update the 'Billing' profile, name only.
738 // Update the 'Billing' profile.
798 // Update the values.
839 // Update the values. This update is the "single value" update, it shoul
    [all...]
autofill_table.cc 504 was_removed ? AutofillChange::REMOVE : AutofillChange::UPDATE;
601 "UPDATE autofill SET count = ? WHERE pair_id = ?"));
863 count == 0 ? AutofillChange::ADD : AutofillChange::UPDATE;
981 // Don't update anything until the trash has been emptied. There may be
1020 // Don't update anything until the trash has been emptied. There may be
1035 "UPDATE autofill_profiles "
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 753 public static final int UPDATE = 6;
    [all...]
  /external/chromium/chrome/browser/
background_contents_service.cc 170 // Track when the BackgroundContents navigates to a new URL so we can update
294 case UnloadedExtensionInfo::UPDATE: {
478 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
479 DictionaryValue* pref = update.Get();
499 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
500 update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL);
  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 482 PasswordStoreChange(PasswordStoreChange::UPDATE, *form),
password_store_x_unittest.cc 189 bool CompareForms(const PasswordForm& a, const PasswordForm& b, bool update) {
190 // An update check doesn't care about the submit element.
191 if (!update && a.submit_element != b.submit_element)
562 PasswordStoreChange(PasswordStoreChange::UPDATE, *form),
password_store_mac.cc 572 // If we collide with an existing item, find and update it instead.
793 // The keychain add will update if there is a collision and add if there
794 // isn't, which is the behavior we want, so there's no separate update call.
803 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE,
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 128 case AutofillChange::UPDATE:
228 // Handle an update or add.
277 // Handle update/adds.
295 "Could not update autofill entries.");
381 LOG(ERROR) << "Couldn't update autofill profile: " << guid;
  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 188 bool CompareForms(const PasswordForm& a, const PasswordForm& b, bool update) {
189 // An update check doesn't care about the submit element.
190 if (!update && a.submit_element != b.submit_element)
333 PasswordStoreChange(PasswordStoreChange::UPDATE, *form),
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 93 * Set of target refresh methods, currently: INVITE, UPDATE, SUBSCRIBE, NOTIFY, REFER
111 targetRefreshMethods.add(Request.UPDATE);
130 putName(Request.UPDATE);
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc 44 case AutofillChange::UPDATE: {
45 os << "UPDATE";
299 EXPECT_EQ(AutofillChange(AutofillChange::UPDATE,
334 EXPECT_EQ(AutofillChange(AutofillChange::UPDATE,
568 // Update the 'Billing' profile, name only.
587 // Update the 'Billing' profile.
642 // Update the values.
680 // Update the values.
718 // Update the values.
    [all...]
web_data_service_unittest.cc 412 AutofillProfileChange::UPDATE, profile1.guid(), &profile1_changed);
417 // Update the profile.
autofill_table.cc 535 should_remove ? AutofillChange::REMOVE : AutofillChange::UPDATE;
705 "UPDATE autofill SET count = ? WHERE pair_id = ?"));
940 count == 0 ? AutofillChange::ADD : AutofillChange::UPDATE;
    [all...]
  /external/chromium/chrome/common/extensions/
extension.h 58 // prefs), installed from an update URL.
60 // admin policies), installed from an update URL.
188 // and the |message_id| that's used by install/update UI.
226 // Return the update url used by gallery/webstore extensions.
    [all...]
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc 180 "Failed to update webdata."));
248 // Data is loaded only if we get new ADD/UPDATE change.
300 "Failed to update webdata.");
358 << "Add/Update for old-style autofill profile being dropped!";
388 // Update the sync db if the list of timestamps have changed.
431 case AutofillChange::UPDATE: {
  /external/smack/src/org/xbill/DNS/
Record.java 193 (section == Section.PREREQ || section == Section.UPDATE))
623 * class and ttl. This is most useful for dynamic update.

Completed in 989 milliseconds

1 23 4