HomeSort by relevance Sort by last modified time
    Searched full:refactoring (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
39 import org.eclipse.ltk.core.refactoring.Change;
40 import org.eclipse.ltk.core.refactoring.Refactoring;
41 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
42 import org.eclipse.ltk.core.refactoring.TextFileChange;
72 * to replay a previous refactoring.
289 super("com.android.ide.eclipse.adt.refactoring.changeview", //$NON-NLS-1$
294 protected Refactoring createRefactoring(Map<String, String> args) {
VisualRefactoringAction.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
70 // This simply deals with the refactoring based on a non-empty selection.
100 * Create a new instance of our refactoring and a wizard to configure it.
110 * for the refactoring. This check is performed when the refactoring is invoked since
UseCompoundDrawableRefactoring.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
60 import org.eclipse.ltk.core.refactoring.Change;
61 import org.eclipse.ltk.core.refactoring.Refactoring;
62 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
63 import org.eclipse.ltk.core.refactoring.TextFileChange;
102 * previous refactoring.
446 super("com.android.ide.eclipse.adt.refactoring.usecompound", //$NON-NLS-1$
451 protected Refactoring createRefactoring(Map<String, String> args) {
WrapInRefactoring.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
43 import org.eclipse.ltk.core.refactoring.Change;
44 import org.eclipse.ltk.core.refactoring.Refactoring;
45 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
46 import org.eclipse.ltk.core.refactoring.TextFileChange;
77 * to replay a previous refactoring.
430 super("com.android.ide.eclipse.adt.refactoring.wrapin", //$NON-NLS-1$
435 protected Refactoring createRefactoring(Map<String, String> args) {
WrapInWizard.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
144 WrapInRefactoring refactoring = local
146 refactoring.setId(id);
147 refactoring.setType(type);
154 refactoring.setInitializedAttributes(initializedAttributes);
156 refactoring.setInitializedAttributes(null);
ExtractStyleWizard.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
373 ExtractStyleRefactoring refactoring = (ExtractStyleRefactoring) getRefactoring(); local
374 refactoring.setStyleName(text);
375 refactoring.setRemoveExtracted(mRemoveExtracted.getSelection());
376 refactoring.setRemoveAll(mRemoveAll.getSelection());
377 refactoring.setApplyStyle(mSetStyle.getSelection());
379 refactoring.setParent(mParentStyle);
385 refactoring.setChosenAttributes(attributes);
  /external/clang/include/clang/Tooling/
Refactoring.h 1 //===--- Refactoring.h - Framework for clang refactoring tools --*- C++ -*-===//
12 // when refactoring multiple translation units changes must be stored in a
14 // all changes must be applied at once at the end of the refactoring so that
116 /// This is a refactoring specific version of \see ClangTool.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 31 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
32 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
62 ExtractStringRefactoring refactoring = new ExtractStringRefactoring(file, editor, local
65 RefactoringWizard wizard = new ExtractStringWizard(refactoring, file.getProject());
163 return "Initiates the Extract String refactoring operation";
EnabledTextEditGroup.java 26 * Disabling the change is done by the refactoring class when processing
ExtractStringWizard.java 20 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
RefactoringUtil.java 17 package com.android.ide.eclipse.adt.internal.refactoring.core;
35 * The utility class for android refactoring
45 * Called in dispose method of refactoring change classes
AndroidPackageRenameParticipant.java 17 package com.android.ide.eclipse.adt.internal.refactoring.core;
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.AndroidPackageRenameChange;
54 import org.eclipse.jdt.internal.corext.refactoring.changes.RenamePackageChange;
57 import org.eclipse.ltk.core.refactoring.Change;
58 import org.eclipse.ltk.core.refactoring.CompositeChange;
79 * The user can suppress refactoring by disabling the "Update references" checkbox
82 * org.eclipse.ltk.core.refactoring.renameParticipants</code>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java 36 import org.eclipse.ltk.core.refactoring.Change;
37 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
38 import org.eclipse.ltk.core.refactoring.resource.ResourceChange;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistantTest.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
42 // Visual refactoring operations
126 // No "apply" test on these assists since they are interactive. Refactoring
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 47 import org.eclipse.ltk.core.refactoring.Change;
48 import org.eclipse.ltk.core.refactoring.CompositeChange;
49 import org.eclipse.ltk.core.refactoring.Refactoring;
50 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
51 import org.eclipse.ltk.core.refactoring.TextEditChangeGroup;
52 import org.eclipse.ltk.core.refactoring.TextFileChange;
73 * Wrapper class defining the stages of the refactoring process
76 class ApplicationPackageNameRefactoring extends Refactoring {
97 // Accurate refactoring of the "shorthand" names i
    [all...]
  /external/easymock/src/org/easymock/
IAnswer.java 28 * here, using the arguments is not refactoring-safe.
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 15 * refactoring that renames method x() to y() update the String constant "x()").
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidLayoutFileChanges.java 17 package com.android.ide.eclipse.adt.internal.refactoring.changes;
AndroidDocumentChange.java 17 package com.android.ide.eclipse.adt.internal.refactoring.changes;
22 import com.android.ide.eclipse.adt.internal.refactoring.core.RefactoringUtil;
31 import org.eclipse.ltk.core.refactoring.DocumentChange;
32 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
AndroidLayoutChange.java 17 package com.android.ide.eclipse.adt.internal.refactoring.changes;
20 import com.android.ide.eclipse.adt.internal.refactoring.core.RefactoringUtil;
30 import org.eclipse.ltk.core.refactoring.DocumentChange;
31 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
  /frameworks/base/docs/html/tools/
index.jd 24 <li>Android-specific refactoring, quick fixes, integrated navigation between Java and Android XML resources.</li>
38 <li>Visual refactoring lets you extracts layout for inclusion, convert layouts, extract styles</li>
  /external/chromium/base/test/
multiprocess_test.cc 60 // TODO(port): with the CommandLine refactoring, this code is very similar
  /external/clang/lib/Tooling/
Refactoring.cpp 1 //===--- Refactoring.cpp - Framework for clang refactoring tools ----------===//
20 #include "clang/Tooling/Refactoring.h"
103 // to handle ranges for refactoring in general first - there is no obvious
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
text.py 47 # FIXME: Remove this function (requires refactoring unit tests).
  /tools/motodev/src/plugins/certmanager/META-INF/
MANIFEST.MF 12 org.eclipse.ltk.ui.refactoring,

Completed in 1284 milliseconds

1 23 4 5 6 7 8 91011