/external/chromium/chrome/browser/password_manager/ |
password_store_change.h | 17 UPDATE,
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_change.h | 16 UPDATE,
|
/external/chromium_org/components/dom_distiller/core/ |
dom_distiller_observer.h | 18 // An update to an article entry. 22 UPDATE,
|
/external/llvm/ |
Makefile | 249 SVN-UPDATE-OPTIONS = 268 update: 269 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT) 270 @eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update 272 happiness: update all check-all 274 .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/chrome/browser/webdata/ |
autofill_change.h | 21 UPDATE, 54 // When |type| == UPDATE, |profile| should be non-NULL. 75 // When |type| == UPDATE, |credit_card| should be non-NULL.
|
/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. 93 UPDATE, // Updates an entry's metadata on the Drive server. 123 // Adds a UPDATE task. 170 // Used to update entry metadata.
|
/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/chrome/browser/ |
enumerate_modules_model_win.h | 61 UPDATE = 1 << 3, 126 // observers know when it is time to update the wrench menu badge.
|
/external/chromium/chrome/browser/profiles/ |
profile.h | 58 UPDATE, // The extension is being updated to a newer version.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
display_manager.js | 12 /** @const */ var SCREEN_OOBE_UPDATE = 'update'; 52 UPDATE: 'ui-state-update', 215 // In this case update check will be skipped and OOBE will 537 // TODO(nkostylev): Update screen headers for new OOBE design.
|
/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...] |
/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/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
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
settings.h | 48 #define UPDATE 80 50 #define HALF_SUBFRAMELEN 40 /* (UPDATE/2) */
|
/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
|
/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/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...] |