HomeSort by relevance Sort by last modified time
    Searched defs:UPDATE (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_observer.h 18 // An update to an article entry.
22 UPDATE,
  /external/chromium_org/components/password_manager/core/browser/
password_store_change.h 18 UPDATE,
  /external/chromium_org/components/search_engines/
keyword_table.h 83 UPDATE,
106 // Performs an arbitrary number of Add/Remove/Update operations as a single
  /external/llvm/
Makefile 259 SVN-UPDATE-OPTIONS =
278 update:
279 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
280 @eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
282 happiness: update all check-all
284 .PHONY: srpm rpm update happiness
  /external/smack/src/org/xbill/DNS/
Opcode.java 27 /** A dynamic update message */
28 public static final int UPDATE = 5;
42 opcodes.add(UPDATE, "UPDATE");
Section.java 25 /* Aliases for dynamic update */
26 /** The zone (first) section of a dynamic update message */
29 /** The prerequisite (second) section of a dynamic update message */
32 /** The update (third) section of a dynamic update message */
33 public static final int UPDATE = 2;
56 updateSections[UPDATE] = "UPDATE RECORDS";
77 * Converts a numeric Section into a full description String for an update
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.h 24 UPDATE,
59 // When |type| == UPDATE, |profile| should be non-NULL.
  /external/nist-sip/java/javax/sip/message/
Request.java 21 String UPDATE = "UPDATE";
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.h 67 // Adds a update task.
70 // Waits for the update task to complete and runs the callback.
94 UPDATE, // Updates an entry's metadata or content on the Drive server.
128 // Performs a UPDATE task.
132 // Adds a UPDATE task.
174 // Used to update entry metadata.
  /external/chromium_org/content/browser/service_worker/
service_worker_register_job.h 23 // subsequent update of existing registrations.
51 // For update jobs.
81 UPDATE,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 37 public final static int UPDATE = 2;
46 } else if (msg.arg1 == UPDATE) {
47 task.onUpdate((ProcessingTask.Update) msg.obj);
  /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/freetype/src/gzip/
infutil.h 65 /* update pointers and return */
69 #define UPDATE {UPDBITS UPDIN UPDOUT}
70 #define LEAVE {UPDATE return inflate_flush(s,z,r);}
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_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/qemu/distrib/zlib-1.2.8/
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/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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java 26 private static final int UPDATE = 5;
53 case UPDATE:
109 public void update(FilterUserPresetRepresentation representation) { method in class:UserPresetsManager
110 Message msg = mProcessingHandler.obtainMessage(UPDATE);
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.h 63 UPDATE = 1 << 3,
136 // observers know when it is time to update the wrench menu badge.
  /external/chromium_org/ui/login/
display_manager.js 13 /** @const */ var SCREEN_OOBE_UPDATE = 'update';
68 UPDATE: 'ui-state-update',
343 // In this case update check will be skipped and OOBE will
709 // TODO(nkostylev): Update screen headers for new OOBE design.
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 48 #define UPDATE 80
50 #define HALF_SUBFRAMELEN 40 /* (UPDATE/2) */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h 48 #define UPDATE 80
50 #define HALF_SUBFRAMELEN 40 /* (UPDATE/2) */
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 29 * Helper class that can enqueue and process adapter update operations.
102 case UpdateOp.UPDATE:
139 // If a ViewHolder exists or this is a newly added item, we can defer this update
154 // This update cannot be recovered because we don't have a ViewHolder representing
193 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount);
201 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount);
212 op = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount);
247 case UpdateOp.UPDATE:
254 throw new IllegalArgumentException("op should be remove or update." + op);
264 case UpdateOp.UPDATE
    [all...]
  /external/chromium_org/net/http/
http_cache_transaction.h 48 // o If the mode of the transaction is UPDATE, then the transaction may
49 // update existing cache entries, but will never create a new entry or
58 UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
  /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...]

Completed in 1059 milliseconds

1 2 3