/external/chromium_org/chrome/browser/resources/help/ |
help.css | 28 #update-buttons-container { 32 #update-status-container { 36 #update-status { 40 #update-percentage { 76 #update-status-icon.up-to-date { 81 #update-status-icon.working { 85 #update-status-icon.failed { 90 #update-status-message-container {
|
/external/chromium_org/chrome/browser/resources/memory_internals/ |
memory_internals.html | 15 <button id="button-update">Update</button>
|
/external/chromium_org/chrome/installer/util/ |
google_update_experiment_util.h | 17 // The name of the value where Google Update reads the list of experiments for 30 // Constructs a date string in the format understood by Google Update for the
|
/external/chromium_org/chromeos/dbus/ |
update_engine_client.h | 18 // UpdateEngineClient is used to communicate with the update engine. 40 // The status of the ongoing update attempt. 62 // Interface for observing changes from the update engine. 78 // - UpdateCheckResult: the result of the update check. 81 // Requests an update check and calls |callback| when completed. 84 // Reboots if update has been performed. 92 // Returns the last status the object received from the update engine. 101 // the next update check). If the target channel is a more stable
|
/external/chromium_org/jingle/notifier/listener/ |
push_notifications_send_update_task.h | 5 // Methods for sending the update stanza to notify peers via xmpp. 33 // Allocates and constructs an buzz::XmlElement containing the update stanza.
|
/external/chromium_org/sync/engine/ |
conflict_util.h | 19 // to 'win' during the next update application step. 22 // Marks the item as no longer requiring update from server data. This will
|
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/ |
uploadform.html | 2 <title>Update rebaseline logs</title> 16 <h1>Update logs</h1>
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts1f.test | 24 # UPDATE, and DELETE statements, so that we'll test both the 38 UPDATE t1 SET content = 'update one three' WHERE rowid = 1; 48 UPDATE t1 SET content = 'update two five' WHERE rowid = 8; 59 UPDATE t1 SET content = 'update' WHERE rowid = 15; 67 execsql {SELECT rowid FROM t1 WHERE content MATCH 'update'}
|
fts2f.test | 24 # UPDATE, and DELETE statements, so that we'll test both the 38 UPDATE t1 SET content = 'update one three' WHERE rowid = 1; 48 UPDATE t1 SET content = 'update two five' WHERE rowid = 8; 59 UPDATE t1 SET content = 'update' WHERE rowid = 15; 67 execsql {SELECT rowid FROM t1 WHERE content MATCH 'update'}
|
fts3af.test | 24 # UPDATE, and DELETE statements, so that we'll test both the 38 UPDATE t1 SET content = 'update one three' WHERE rowid = 1; 48 UPDATE t1 SET content = 'update two five' WHERE rowid = 8; 59 UPDATE t1 SET content = 'update' WHERE rowid = 15; 67 execsql {SELECT rowid FROM t1 WHERE content MATCH 'update'}
|
lastinsert.test | 39 # LIRID unchanged after an update on a table 42 update t1 set k=4 where k=2; 88 update t2 set k=k+10, val2=100+last_insert_rowid(); 89 update t2 set val3=1000+last_insert_rowid(); 110 # LIRID unchanged by update within context of after insert trigger 118 # 3.x - tests with after update trigger 120 # LIRID not changed after an update onto a table containing an after trigger 125 create trigger r1 after update on t1 for each row begin 127 update t2 set k=k+10, val2=100+last_insert_rowid(); 128 update t2 set val3=1000+last_insert_rowid() [all...] |
/external/chromium_org/v8/test/test262/ |
README | 13 If you do update to a newer revision you may have to change the test 16 have to update the test expectation file.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/11/data/982983255/ |
artifacts.xml | 3 <repository name='update site: file:/usr/local/google/home/vsiva/internal/master/out/host/eclipse/rcp/target/repos/platform/' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'> 11 <rule filter='(& (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
buildBugToolsJar.xml | 21 update="true"/> 26 update="true"/>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
buildFeedToolsJar.xml | 22 update="true"/> 28 update="true"/>
|
/external/harfbuzz_ng/test/shaping/ |
Makefile.am | 10 @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" 19 hb-manifest-update \
|
/external/iproute2/man/man8/ |
rtacct.8 | 32 Do not display anything, only update history. 38 Do not update history, so that the next time you will see counters including values accumulated to the moment of this measurement too.
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_update.3 | 3 capng_update \- update the stored capabilities settings 11 capng_update will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
|
/external/v8/test/test262/ |
README | 13 If you do update to a newer revision you may have to change the test 16 have to update the test expectation file.
|
/frameworks/base/core/java/android/database/ |
IContentObserver.aidl | 28 * This method is called when an update occurs to the cursor that is being 29 * observed. selfUpdate is true if the update was caused by a call to
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
Observer.java | 26 * Update the state of the observable. 30 void update(Observable observable); method in interface:Observer
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForStructuredPostal.java | 62 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForStructuredPostal 71 super.update(db, txContext, values, c, callerIsSyncAdapter); 81 private void fixStructuredPostalComponents(ContentValues augmented, ContentValues update) { 82 final String unstruct = update.getAsString(StructuredPostal.FORMATTED_ADDRESS); 85 final boolean touchedStruct = !areAllEmpty(update, STRUCTURED_FIELDS); 91 postal.toValues(update); 93 && (touchedStruct || areAnySpecified(update, STRUCTURED_FIELDS))) { 96 update.put(StructuredPostal.FORMATTED_ADDRESS, joined);
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END; 93 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END; 94 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END; 95 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END; 96 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END; 97 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END; 98 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END; 99 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
TOOLCHAIN_SOURCES | 1 toolchain/binutils.git: d5d495ac8d60e791eab3c6efe795b5c9cff91e33 Update binutils-2.21. Changes are the followings 2 toolchain/build.git: 5ef7fa6f214e96660a9b16343fea904831e5e6e2 Update build scripts
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
TOOLCHAIN_SOURCES | 1 toolchain/binutils.git: d5d495ac8d60e791eab3c6efe795b5c9cff91e33 Update binutils-2.21. Changes are the followings 2 toolchain/build.git: 5ef7fa6f214e96660a9b16343fea904831e5e6e2 Update build scripts
|