HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 51 - 75 of 208) sorted by null

1 23 4 5 6 7 8 9

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 120 parties that need to know about address space changes. */
124 AixCodeSegChange* changes; local
130 changes = VG_(arena_malloc)(VG_AR_CORE, "syswrap-aix5.arpalou.1",
132 vg_assert(changes);
135 VG_(am_aix5_reread_procmap)( changes, &changes_used );
138 /* And notify all parties of the changes. */
141 changes[i].code_start,
142 changes[i].code_len,
143 changes[i].data_start,
144 changes[i].data_len
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 220 * Stops the monitoring of package additions, removals and changes.
279 StringBuilder changes = new StringBuilder(); local
292 changes.append(" New service added: ").append(info).append("\n");
300 changes.append(" Existing service (nop): ").append(info).append("\n");
306 changes.append(" System service replacing existing: ").append(info)
309 changes.append(" Existing service replacing a removed service: ")
317 changes.append(" Existing service with new uid ignored: ").append(info)
330 changes.append(" Service removed: ").append(v1).append("\n");
333 if (changes.length() > 0) {
335 serviceInfos.size() + " services:\n" + changes);
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 770 PasswordStoreChangeList changes; local
771 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
775 Details<PasswordStoreChangeList>(&changes));
796 PasswordStoreChangeList changes; local
799 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD,
803 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE,
806 if (!changes.empty()) {
810 Details<PasswordStoreChangeList>(&changes));
836 PasswordStoreChangeList changes; local
837 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form))
866 PasswordStoreChangeList changes; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc 185 const sync_api::SyncManager::ChangeRecord* changes,
207 changes[i].action) {
208 DCHECK(changes[i].specifics.HasExtension(sync_pb::typed_url)) <<
210 GURL url(changes[i].specifics.GetExtension(sync_pb::typed_url).url());
216 if (!sync_node.InitByIdLookup(changes[i].id)) {
230 if (sync_api::SyncManager::ChangeRecord::ACTION_ADD == changes[i].action) {
bookmark_change_processor.cc 193 // We shouldn't see changes to the top-level nodes.
227 // We shouldn't see changes to the top-level nodes.
346 // ApplyModelChanges is called by the sync backend after changes have been made
347 // to the sync engine's model. Apply these changes to the browser bookmark
351 const sync_api::SyncManager::ChangeRecord* changes,
367 // For the most part, applying these changes in the order given will yield
374 // We are going to make changes to the bookmarks model, but don't want to end
376 // changes.
384 model_associator_->GetChromeNodeFromSyncId(changes[i].id);
385 // Ignore changes to the permanent top-level nodes. We only care abou
    [all...]
autofill_profile_change_processor.h 40 const sync_api::SyncManager::ChangeRecord* changes,
bookmark_change_processor.h 19 // This class is responsible for taking changes from the BookmarkModel
53 // The change processor implementation, responsible for applying changes from
57 const sync_api::SyncManager::ChangeRecord* changes,
161 // The bookmark model we are processing changes from. Non-NULL when
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 105 protected void checkEdits(String basename, List<Change> changes) throws BadLocationException,
115 for (Change change : changes) {
140 protected void checkEdits(List<Change> changes,
142 checkEdits(changes, fileToGoldenName, false);
145 protected void checkEdits(List<Change> changes,
147 for (Change change : changes) {
  /external/chromium/net/base/
cookie_monster_unittest.cc     [all...]
cookie_monster_store_test.h 88 const std::vector<CookieNotification>& changes() const { return changes_; } function in class:net::MockCookieMonsterDelegate
  /external/icu4c/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu4c/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/strace/
Android.mk 23 # changes. Sigh.
  /external/v8/test/mjsunit/compiler/
simple-deopt.js 49 // Test deopt when global function changes.
58 // Test deopt when map changes.
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 224 Property changes on: Makefile.shared
233 expectedNextLine => "Property changes on: Makefile.shared\n",
242 Property changes on: Makefile.shared
252 expectedNextLine => "Property changes on: Makefile.shared\r\n",
304 Property changes on: Makefile.shared
313 expectedNextLine => "Property changes on: Makefile.shared\n",
324 Property changes on: Makefile.shared
334 expectedNextLine => "Property changes on: Makefile.shared\r\n",
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 83 <li><a href="<?cs var:toroot ?>sdk/api_diff/14/changes.html">API Differences Report &raquo;</a></li>
91 <li><a href="<?cs var:toroot ?>sdk/api_diff/13/changes.html">API Differences Report &raquo;</a></li>
99 <li><a href="<?cs var:toroot ?>sdk/api_diff/12/changes.html">API Differences Report &raquo;</a></li>
107 <li><a href="<?cs var:toroot ?>sdk/api_diff/11/changes.html">API Differences Report &raquo;</a></li>
115 <li><a href="<?cs var:toroot ?>sdk/api_diff/10/changes.html">API Differences Report &raquo;</a></li>
123 <li><a href="<?cs var:toroot ?>sdk/api_diff/8/changes.html">API Differences Report &raquo;</a></li>
130 <li><a href="<?cs var:toroot ?>sdk/api_diff/7/changes.html">API Differences Report &raquo;</a></li>
141 <li><a href="<?cs var:toroot ?>sdk/api_diff/9/changes.html">API Differences Report &raquo;</a></li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 174 List<Change> changes = new ArrayList<Change>(); local
218 changes.add(change);
219 return changes;
ChangeViewRefactoring.java 59 * Changes the type of the given widgets to the given target type
154 List<Change> changes = new ArrayList<Change>(); local
159 changes.add(change);
210 return changes;
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 501 history::URLsDeletedDetails changes; local
502 changes.all_history = false;
503 changes.urls.insert(GURL("http://mine.com"));
506 Details<history::URLsDeletedDetails>(&changes));
536 history::URLsDeletedDetails changes; local
537 changes.all_history = true;
540 Details<history::URLsDeletedDetails>(&changes));
profile_sync_service_autofill_unittest.cc 628 // TODO(skrul): Test processing of cloud changes.
878 AutofillChangeList changes; local
940 AutofillChangeList changes; local
970 AutofillChangeList changes; local
1035 AutofillChangeList changes; local
    [all...]
  /external/icu4c/test/intltest/
tzbdtest.cpp 458 int32_t changes = 0;
467 lastState = state;++changes;
471 if (changes == 0) {
476 else if (changes != 2) {
477 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2");
480 errln("FAIL: useDaylightTime false but 2 changes seen");
482 if (changes != expectedChanges) {
483 dataerrln(UnicodeString("FAIL: ") + changes + " changes seen; expected " + expectedChanges)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 121 * and compute the actual changes.
122 * <li> When all changes are computed, {@link #createChange(IProgressMonitor)} is invoked.
125 * The list of changes are:
197 /** The list of changes computed by {@link #checkFinalConditions(IProgressMonitor)} and
911 List<Change> changes = null; local
958 List<Change> changes = computeJavaChanges( local
971 List<Change> changes = computeXmlSourceChanges(xmlFile, local
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragaph (page 177) to say (spec changes identical
340 Change the second and third paragraphs (page 179) to say (spec changes
372 Change section (page 180) to say (spec changes identical to
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 928 AutofillChangeList changes; local
929 if (!db_->GetAutofillTable()->AddFormFieldValues(form_fields, &changes)) {
934 new WDResult<AutofillChangeList>(AUTOFILL_CHANGES, changes));
966 AutofillChangeList changes; local
995 AutofillChangeList changes; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidLayoutChange.java 17 package com.android.ide.eclipse.adt.internal.refactoring.changes;
55 * It is base class for Rename Package and Rename Type changes
76 * @param changes the list of changes
79 Set<AndroidLayoutChangeDescription> changes) {
84 mChanges = changes;
157 * Returns the text changes which change class (custom layout viewer) in layout file
162 * @return list of text changes

Completed in 2340 milliseconds

1 23 4 5 6 7 8 9