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

1 23 4 5 6 7 8 91011

  /frameworks/base/services/java/com/android/server/
AttributeCache.java 85 int changes = mConfiguration.updateFrom(config); local
86 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE |
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoringTest.java 128 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
129 checkEdits(basename, changes);
ExtractStyleRefactoringTest.java 212 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
213 assertEquals(expectedModifiedFileCount, changes.size());
221 checkEdits(changes, fileToGolden, true);
224 for (Change change : changes) {
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) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeMoveParticipant.java 23 import com.android.ide.eclipse.adt.internal.refactoring.changes.AndroidLayoutChange;
24 import com.android.ide.eclipse.adt.internal.refactoring.changes.AndroidLayoutChangeDescription;
25 import com.android.ide.eclipse.adt.internal.refactoring.changes.AndroidLayoutFileChanges;
26 import com.android.ide.eclipse.adt.internal.refactoring.changes.AndroidTypeMoveChange;
225 * Adds layout changes for project
240 Set<AndroidLayoutChangeDescription> changes = parse(file, className); local
241 if (changes.size() > 0) {
243 fileChange.getChanges().addAll(changes);
261 Set<AndroidLayoutChangeDescription> changes = new HashSet<AndroidLayoutChangeDescription>(); local
296 changes.add(layoutChange)
    [all...]
  /external/mesa3d/docs/
MESA_resize_buffers.spec 39 changes.
42 when a window size changes but would still like Mesa to adjust to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 178 List<Change> changes = new ArrayList<Change>(); local
180 return changes;
225 changes.add(change);
226 return changes;
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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidLayoutChangeDescription.java 17 package com.android.ide.eclipse.adt.internal.refactoring.changes;
20 * This class describes the text changes of android layout files
  /external/llvm/docs/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
164 if "%1" == "changes" (
165 %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
168 echo.The overview file is in %BUILDDIR%/changes.
  /external/chromium/base/
process_util_unittest.cc 541 base::environment_vector changes; local
544 e = base::AlterEnvironment(changes, empty);
548 changes.push_back(std::make_pair(std::string("A"), std::string("1")));
549 e = base::AlterEnvironment(changes, empty);
554 changes.clear();
555 changes.push_back(std::make_pair(std::string("A"), std::string("")));
556 e = base::AlterEnvironment(changes, empty);
560 changes.clear();
561 e = base::AlterEnvironment(changes, a2);
566 changes.clear()
    [all...]
  /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 323 StringBuilder changes = new StringBuilder(); local
336 changes.append(" New service added: ").append(info).append("\n");
344 changes.append(" Existing service (nop): ").append(info).append("\n");
350 changes.append(" System service replacing existing: ").append(info)
353 changes.append(" Existing service replacing a removed service: ")
361 changes.append(" Existing service with new uid ignored: ").append(info)
374 changes.append(" Service removed: ").append(v1).append("\n");
377 if (changes.length() > 0) {
380 serviceInfos.size() + " services:\n" + changes);
  /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,
  /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/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/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",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 144 /** Computes the changes this wizard will make */
159 List<Change> changes = getTemplateHandler().render(project, parameters); local
164 changes.add(new NullChange(title) {
177 return changes;

Completed in 2049 milliseconds

1 23 4 5 6 7 8 91011