HomeSort by relevance Sort by last modified time
    Searched refs:Change (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplatePreviewPage.java 18 import org.eclipse.ltk.core.refactoring.Change;
38 List<Change> changes = mValues.computeChanges();
40 changes.toArray(new Change[changes.size()]));
TemplateWizard.java 36 import org.eclipse.ltk.core.refactoring.Change;
152 protected abstract List<Change> computeChanges();
155 List<Change> changes = computeChanges();
160 changes.toArray(new Change[changes.size()]));
NewTemplateWizardState.java 41 import org.eclipse.ltk.core.refactoring.Change;
148 List<Change> computeChanges() {
164 List<Change> changes = getTemplateHandler().render(project, parameters);
171 public Change perform(IProgressMonitor pm) throws CoreException {
175 // Not undoable: just return null instead of an undo-change.
NewProjectWizard.java 44 import org.eclipse.ltk.core.refactoring.Change;
257 protected List<Change> computeChanges() {
261 // (NOTE: After the change from direct file manipulation to creating a list of Change
263 // in case we want to generate change objects that makes backups of merged files)
312 List<Change> changes = computeChanges();
317 changes.toArray(new Change[changes.size()]));
397 List<Change> changes = activityTemplate.render(project, parameters);
402 changes.toArray(new Change[changes.size()]));
CreateFileChange.java 36 import org.eclipse.ltk.core.refactoring.Change;
45 /** Change which lazily copies a file */
82 public Change perform(IProgressMonitor pm) throws CoreException {
  /development/samples/SpellChecker/HelloSpellChecker/
Android.mk 8 # TODO: Change sdk version to 16
  /development/samples/SpellChecker/SampleSpellCheckerService/
Android.mk 8 # TODO: Change sdk version to 16
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 32 ATTRIBUTE MS-ARAP-PW-Change-Reason 21 integer Microsoft
60 # MS-ARAP-Password-Change-Reason Values
62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1
63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2
64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3
65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java 22 import org.eclipse.ltk.core.refactoring.Change;
56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
UnwrapRefactoringTest.java 20 import org.eclipse.ltk.core.refactoring.Change;
55 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
WrapInRefactoringTest.java 23 import org.eclipse.ltk.core.refactoring.Change;
56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
UseCompoundDrawableRefactoringTest.java 24 import org.eclipse.ltk.core.refactoring.Change;
105 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
108 changes.toArray(new Change[changes.size()]));
ExtractIncludeRefactoringTest.java 27 import org.eclipse.ltk.core.refactoring.Change;
147 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
163 for (Change change : changes) {
164 if (change instanceof TextFileChange) {
ChangeLayoutRefactoringTest.java 26 import org.eclipse.ltk.core.refactoring.Change;
133 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
RefactoringTest.java 35 import org.eclipse.ltk.core.refactoring.Change;
105 protected void checkEdits(String basename, List<Change> changes) throws BadLocationException,
115 for (Change change : changes) {
116 if (change instanceof TextFileChange) {
117 TextFileChange tf = (TextFileChange) change;
143 protected void checkEdits(List<Change> changes,
148 protected void checkEdits(List<Change> changes,
151 for (Change change : changes)
    [all...]
  /sdk/files/proguard/bin/
proguard.bat 6 rem Change current directory and drive to where the script is, to avoid
proguardgui.bat 6 rem Change current directory and drive to where the script is, to avoid
retrace.bat 6 rem Change current directory and drive to where the script is, to avoid
  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 114 void AddInsertDelta(unsigned OrigOffset, int Change) {
115 return Deltas.AddDelta(2*OrigOffset, Change);
120 void AddReplaceDelta(unsigned OrigOffset, int Change) {
121 return Deltas.AddDelta(2*OrigOffset+1, Change);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 35 import org.eclipse.ltk.core.refactoring.Change;
84 Change change = refactoring.createChange(new NullProgressMonitor()); local
85 assertNotNull(change);
86 String explanation = "CHANGES:\n-------\n" + describe(change);
120 public static String describe(Change change) throws Exception {
122 describe(sb, change, 0);
135 protected static void describe(StringBuilder sb, Change change, int indent) throws Exception
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 35 import org.eclipse.ltk.core.refactoring.Change;
170 protected @NonNull List<Change> computeChanges(IProgressMonitor monitor) {
178 List<Change> changes = new ArrayList<Change>();
222 TextFileChange change = new TextFileChange(file.getName(), file); local
223 change.setEdit(rootEdit);
224 change.setTextType(EXT_XML);
225 changes.add(change);
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 196 // Second pass, change any tail calls to loops.
199 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail,
201 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
202 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry,
205 MadeChange |= Change;
605 bool Change = false;
630 Change = true;
634 return Change;
  /external/chromium/chrome/browser/resources/
bug_report.js 127 // TODO(rkc): Change this to use a class instead.
160 * Change the type of screenshot we're showing to the user from
167 // Change the link to say "go to original"
175 * Change the type of screenshot we're showing to the user from
182 // Change the link to say "go to original"
  /external/grub/docs/
menu.lst 80 # Change the colors.
81 title Change the colors
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceProcessor.java 29 import org.eclipse.ltk.core.refactoring.Change;
173 public Change createChange(IProgressMonitor pm) throws CoreException {

Completed in 460 milliseconds

1 2 3 4 5