/external/chromium/chrome/browser/password_manager/ |
password_store_change.h | 17 UPDATE,
|
/external/llvm/ |
Makefile | 242 SVN-UPDATE-OPTIONS = 248 update: 249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT) 250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update 252 happiness: update all check-all 254 .PHONY: srpm rpm update happiness
|
/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/nist-sip/java/javax/sip/message/ |
Request.java | 21 String UPDATE = "UPDATE";
|
/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 | 55 UPDATE, // The extension is being updated to a newer version.
|
/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/ |
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...] |
/frameworks/base/core/java/android/webkit/ |
WebStorage.java | 54 static final int UPDATE = 0; 229 case UPDATE: 271 update(); method 404 public void update() { method in class:WebStorage 408 postMessage(Message.obtain(null, UPDATE));
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
Package.java | 62 * but just not an update.
73 UPDATE;
391 * be provided to {@code 'android update sdk --no-ui --filter'} to select
567 * Computes whether the given package is a suitable update for the current package.
569 * An update is just that: a new package that supersedes the current one. If the new
571 * current one, it's not an update.
590 return UpdateInfo.UPDATE;
|
/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/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/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...] |
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
SQLiteDatabaseTest.java | 47 private static final int UPDATE = 2; 141 * a transaction should be started before a standalone-update/insert/delete statement 146 runTestForStartXactBeforeUpdateSql(UPDATE); 159 case UPDATE: 161 mDatabase.update(TEST_TABLE, values, "i = " + i, null); 170 // insert/update/deletes are done in transactions automatically. 189 case UPDATE: 191 mDatabase.update(TEST_TABLE, values, "i = " + i, null); 408 // update count of reads [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |