/external/chromium_org/sync/internal_api/public/ |
sync_manager.h | 91 // Notify the delegate that changes have been applied to the sync model. 94 // called. |changes| is an array of size |change_count|, and contains the 95 // ID of each individual item that was changed. |changes| exists only for 97 // the same time, this method is invoked once per data type and |changes| 103 // The SyncManager constructs |changes| in the following guaranteed order: 108 // 4. Items with parents & predecessors in |changes|. 109 // 5. Repeat #4 until all items are in |changes|. 120 const ImmutableChangeRecordList& changes) = 0; 127 // split-transactions changes. For example, if a model processor wants to 128 // perform blocking I/O due to a change, it should calculate the changes [all...] |
/external/chromium_org/third_party/icu/source/data/misc/ |
miscfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re-
|
/external/chromium_org/third_party/icu/source/data/sprep/ |
sprepfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or
|
/external/chromium_org/v8/test/mjsunit/ |
array-push7.js | 20 function somethingChanged(changes) {
|
/external/icu/icu4c/source/data/misc/ |
miscfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re-
|
/external/icu/icu4c/source/data/sprep/ |
sprepfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or
|
/external/ant-glob/ |
NOTICE | 225 3. Notice of any changes or modifications to the files, including the date 226 changes were made. (We recommend you provide URIs to the location from
|
/external/chromium_org/build/git-hooks/ |
pre-commit | 27 echo "You are trying to commit changes to the following submodules:" 1>&2 55 To make changes to submodule names/paths, edit DEPS.
|
/external/chromium_org/chrome/browser/themes/ |
theme_syncable_service.cc | 146 // generates multiple changes. When we fix syncapi to not do that, 150 string err_msg = base::StringPrintf("Received %d theme changes: ", 331 syncer::SyncChangeList changes; local 335 changes.push_back( 342 << changes.back().ToString(); 344 return sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
|
/external/chromium_org/extensions/browser/value_store/ |
leveldb_value_store.h | 66 // Adds a setting to a WriteBatch, and logs the change in |changes|. For use 72 ValueStoreChangeList* changes); 74 // Commits the changes in |batch| to the database.
|
/external/chromium_org/remoting/host/installer/linux/ |
build-deb.sh | 142 mv ../${PACKAGE}_*.changes "$OUTPUT_PATH"/
|
/external/chromium_org/sync/tools/ |
sync_client.cc | 133 const ImmutableChangeRecordList& changes) OVERRIDE { 134 LOG(INFO) << "Changes applied for " 137 size_t change_count = changes.Get().size(); 139 changes.Get().begin(); it != changes.Get().end(); ++it) { 154 LOG(INFO) << "Changes complete for "
|
/external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/ |
Android.mk | 15 # The debug build results in changes to the Skia headers. This means that those 22 # (b) If libskia is built with debugging (see step 2), then no changes are
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
simple-deopt.js | 49 // Test deopt when global function changes. 58 // Test deopt when map changes.
|
/external/skia/platform_tools/android/tests/expectations/ |
Android.mk | 15 # The debug build results in changes to the Skia headers. This means that those 22 # (b) If libskia is built with debugging (see step 2), then no changes are
|
/external/valgrind/main/auxprogs/ |
update-demangler | 12 # - a patch file with local changes that were applied to the C++ 24 # changes below this line should be necessary. 97 # (This gets us the changes we made to the demangler). 100 diff -r -u $old_gcc_revision old_m_demangle > our-changes 101 echo "Patch file 'our-changes' created" 106 patch --dry -p1 < ../our-changes
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSync.java | 110 final List<MessageStateChange> changes = MessageStateChange.getChanges(mContext, local 112 if (changes == null) { 116 MessageStateChange.convertToChangesMap(changes); 121 final long[][] messageIds = new long[2][changes.size()];
|
/prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/ |
NOTICE | 225 3. Notice of any changes or modifications to the files, including the date 226 changes were made. (We recommend you provide URIs to the location from
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoring.java | 62 * Changes the type of the given widgets to the given target type 160 List<Change> changes = new ArrayList<Change>(); local 162 return changes; 168 changes.add(change); 219 return changes;
|
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_event_router_chromeos.cc | 58 // Decide if we should listen for network changes or not. If there are any 61 // Otherwise, we want to unregister and not be listening to network changes. 158 std::vector<std::string> changes; local 163 changes.push_back((*iter)->guid()); 167 api::networking_private::OnNetworkListChanged::Create(changes));
|
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/ |
synced_notifications_shim.cc | 173 const syncer::SyncChangeList& changes) { 175 for (size_t i = 0; i < changes.size(); ++i) 176 js_changes.push_back(BuildNewJSSyncChange(changes[i]));
|
/external/chromium_org/chrome/browser/ui/passwords/ |
manage_passwords_ui_controller.cc | 100 const password_manager::PasswordStoreChangeList& changes) { 103 changes.begin(); 104 it != changes.end();
|
/external/chromium_org/components/dom_distiller/core/ |
dom_distiller_model.cc | 133 const SyncChangeList& changes, 139 for (SyncChangeList::const_iterator it = changes.begin(); it != changes.end();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewTemplateWizardState.java | 146 /** Computes the changes this wizard will make */ 166 List<Change> changes = getTemplateHandler().render(project, parameters); local 171 changes.add(new NullChange(title) { 184 return changes;
|
/external/chromium_org/chrome/browser/webdata/ |
autocomplete_syncable_service.cc | 288 const AutofillChangeList& changes) { 294 ActOnChanges(changes); 390 const AutofillChangeList& changes) { 393 for (AutofillChangeList::const_iterator change = changes.begin(); 394 change != changes.end(); ++change) {
|