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

12 3 4

  /external/smack/src/org/xbill/DNS/
Update.java 9 * A helper class for constructing dynamic DNS (DDNS) update messages.
14 public class Update extends Message {
20 * Creates an update message.
25 Update(Name zone, int dclass) {
30 getHeader().setOpcode(Opcode.UPDATE);
38 * Creates an update message. The class is assumed to be IN.
42 Update(Name zone) {
53 addRecord(rec, Section.UPDATE);
78 * and type in the update message must be identical to the set of all records
91 * and type in the update message must be identical to the set of all record
    [all...]
Message.java 89 * Creates a new Message to contain a dynamic update. A random Message ID
95 return new Update(zone);
100 boolean isUpdate = (header.getOpcode() == Opcode.UPDATE);
582 if (header.getOpcode() != Opcode.UPDATE)
  /external/chromium_org/chrome/browser/password_manager/
password_store_default.cc 57 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
password_store_default_unittest.cc 239 PasswordStoreChange(PasswordStoreChange::UPDATE, *form),
password_store_x.cc 54 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
  /external/chromium_org/third_party/sqlite/src/test/
boundary4.tcl 194 maketest 2.1 {UPDATE t1 SET rowid=a, a=rowid} {}
242 maketest 3.1 {UPDATE t1 SET rowid=a, a=rowid} {}
243 maketest 3.2 {ALTER TABLE t1 ADD COLUMN z; UPDATE t1 SET z=zeroblob(600)} {}
292 maketest 4.1 {UPDATE t1 SET rowid=a, a=rowid, x=z, z=x} {}
  /external/chromium_org/v8/test/mjsunit/regress/
regress-192.js 33 // UPDATE: This bug report is no longer valid. In ES5, creating object
  /external/v8/test/mjsunit/regress/
regress-192.js 33 // UPDATE: This bug report is no longer valid. In ES5, creating object
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 261 /* Update the total nomalization of Alpha */
264 /* Update A[] */
626 /* Update input buffer and multiply signal with window */
627 for (pos1 = 0; pos1 < WINLEN - UPDATE/2; pos1++) {
628 maskdata->DataBufferLoQ0[pos1] = maskdata->DataBufferLoQ0[pos1 + UPDATE/2];
629 maskdata->DataBufferHiQ0[pos1] = maskdata->DataBufferHiQ0[pos1 + UPDATE/2];
635 pos2 = (WebRtc_Word16)(WEBRTC_SPL_MUL_16_16(k, UPDATE)/2);
636 for (n = 0; n < UPDATE/2; n++, pos1++) {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 50 (ALONGSIDE_TEST, PLATFORM_DIR, VERSION_DIR, UPDATE) = ('alongside', 'platform', 'version', 'update')
150 location = self.VERSION_DIR if self._options.add_platform_exceptions else self.UPDATE
167 elif location == self.UPDATE:
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.cc 181 // Only perform the update if the profile exists. It is currently
182 // valid to try to update a missing profile. We simply drop the write and
198 AutofillProfileChange::UPDATE, profile.guid(), &profile);
257 // It is currently valid to try to update a missing profile. We simply drop
333 AutofillProfileChange change(AutofillProfileChange::UPDATE,
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 105 // update the list in PreparePathMappings. Filename, Description/Signer, and
156 static_cast<RecommendedAction>(UPDATE | DISABLE) },
160 static_cast<RecommendedAction>(UPDATE | DISABLE) },
164 static_cast<RecommendedAction>(UPDATE | DISABLE | SEE_LINK) },
854 if (module->recommended_action & ModuleEnumerator::UPDATE) {
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_default.cc 141 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
password_store_x.cc 49 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
  /external/chromium/chrome/browser/profiles/
profile.h 58 UPDATE, // The extension is being updated to a newer version.
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.cc 86 case PasswordStoreChange::UPDATE: {
autofill_profile_change_processor.cc 136 case AutofillProfileChange::UPDATE: {
238 LOG(ERROR) << "Could not find the autofill profile to update for " <<
249 LOG(ERROR) << "Could not update autofill profile for " <<
  /external/chromium/net/http/
http_cache_transaction.h 47 // o If the mode of the transaction is UPDATE, then the transaction may
48 // update existing cache entries, but will never create a new entry or
57 UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
http_cache_transaction.cc 179 // caller to "update" the contents with something new.
598 // Downgrade to UPDATE if the request has been externally conditionalized.
603 mode_ = UPDATE;
700 if (mode_ == READ_WRITE || mode_ == UPDATE) {
777 if (mode_ == UPDATE) {
778 // There is no cache entry to update; proceed without caching.
929 // o if we are set to UPDATE, then we are handling an externally
941 case UPDATE:
988 // We received 304 or 206 and we want to update the cached response headers.
992 // Update cached response based on headers in new_response
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
password_change_processor.cc 91 // Maybe this node already exists and we should update it.
95 // this change as an ADD rather than an UPDATE. Ideally, it would be
98 // to trying to update an existing password node here.
119 case PasswordStoreChange::UPDATE: {
  /external/chromium_org/net/http/
http_cache_transaction.h 49 // o If the mode of the transaction is UPDATE, then the transaction may
50 // update existing cache entries, but will never create a new entry or
59 UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
http_cache_transaction.cc 255 // caller to "update" the contents with something new.
467 DCHECK_NE(mode_, UPDATE);
803 // Downgrade to UPDATE if the request has been externally conditionalized.
808 mode_ = UPDATE;
978 if (mode_ == READ_WRITE || mode_ == UPDATE) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
mkspeedsql.tcl 158 puts "UPDATE t1 SET b=b*2 WHERE a>=$lwr AND a<$upr;"
167 puts "UPDATE t1 SET b=$r WHERE a=$i;"
171 # 1 big text update that touches every row in the table.
174 UPDATE t1 SET c=a;
183 puts "UPDATE t1 SET c='[number_name $r]' WHERE a=$i;"
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 72 * ConversationCursor is a wrapper around a conversation list cursor that provides update/delete
691 // Remove the entry if it was time for an update or the item was deleted by the user.
712 // If the underlying cursor has received an update before we have gotten to this
1446 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:ConversationCursor.ConversationProvider
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 349 AutofillProfileChange::UPDATE, profile1.guid(), &profile1_changed);
359 // Update the profile.
469 AutofillCreditCardChange::UPDATE, card1.guid(), &card1_changed);

Completed in 867 milliseconds

12 3 4