/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoring.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 62 import org.eclipse.ltk.core.refactoring.Change; 63 import org.eclipse.ltk.core.refactoring.Refactoring; 64 import org.eclipse.ltk.core.refactoring.RefactoringStatus; 65 import org.eclipse.ltk.core.refactoring.TextFileChange; 99 * to replay a previous refactoring. 543 // Sometimes refactoring has modified attribute; not removing 544 // it is non-fatal so just warn instead of letting refactoring 548 "already modified during refactoring?", //$NON-NLS-1 [all...] |
ChangeViewWizard.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 191 ChangeViewRefactoring refactoring = local 193 refactoring.setType(type);
|
ExtractIncludeRefactoring.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 65 import org.eclipse.ltk.core.refactoring.Change; 66 import org.eclipse.ltk.core.refactoring.NullChange; 67 import org.eclipse.ltk.core.refactoring.Refactoring; 68 import org.eclipse.ltk.core.refactoring.RefactoringStatus; 69 import org.eclipse.ltk.core.refactoring.TextFileChange; 109 * to replay a previous refactoring. 163 status.addWarning("No point in refactoring a single include tag"); 397 * than the given source layout where the refactoring was initiated. Never null [all...] |
ExtractStyleRefactoring.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 63 import org.eclipse.ltk.core.refactoring.Change; 64 import org.eclipse.ltk.core.refactoring.Refactoring; 65 import org.eclipse.ltk.core.refactoring.RefactoringStatus; 66 import org.eclipse.ltk.core.refactoring.TextFileChange; 127 /** The full list of available attributes in the refactoring */ 132 * to replay a previous refactoring. 516 super("com.android.ide.eclipse.adt.refactoring.extract.style", //$NON-NLS-1$ 521 protected Refactoring createRefactoring(Map<String, String> args) [all...] |
VisualRefactoring.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 64 import org.eclipse.ltk.core.refactoring.Change; 65 import org.eclipse.ltk.core.refactoring.ChangeDescriptor; 66 import org.eclipse.ltk.core.refactoring.CompositeChange; 67 import org.eclipse.ltk.core.refactoring.Refactoring; 68 import org.eclipse.ltk.core.refactoring.RefactoringChangeDescriptor; 69 import org.eclipse.ltk.core.refactoring.RefactoringDescriptor; 70 import org.eclipse.ltk.core.refactoring.RefactoringStatus; 104 * Parent class for the various visual refactoring operations; contains share [all...] |
JavaQuickAssistant.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 35 import org.eclipse.ltk.core.refactoring.Change; 36 import org.eclipse.ltk.core.refactoring.TextFileChange; 126 System.out.println("Ignoring non-textfilechange in refactoring result"); 187 System.out.println("Ignoring non-textfilechange in refactoring result");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | 67 import org.eclipse.ltk.core.refactoring.Change; 68 import org.eclipse.ltk.core.refactoring.ChangeDescriptor; 69 import org.eclipse.ltk.core.refactoring.CompositeChange; 70 import org.eclipse.ltk.core.refactoring.Refactoring; 71 import org.eclipse.ltk.core.refactoring.RefactoringChangeDescriptor; 72 import org.eclipse.ltk.core.refactoring.RefactoringStatus; 73 import org.eclipse.ltk.core.refactoring.TextEditChangeGroup; 74 import org.eclipse.ltk.core.refactoring.TextFileChange; 103 * This refactoring extracts a string from a file and replaces it by an Android resource I [all...] |
/frameworks/base/docs/html/tools/help/ |
adt.jd | 25 <li><a href="#refactoring">Layout Factoring Support</a></li> 343 "#extract-as-include">Layout Refactoring Support</a> for more information.</dd> 462 <h2 id="refactoring">Layout Refactoring Support</h2> 469 "http://www.youtube.com/watch?v=Oq05KqjXTvs#t=18m00s">refactoring features</a> for a rundown 470 of the more important refactoring features.</p> 476 refactor your layouts. The following list describes the major refactoring support:</p> 482 You can apply this refactoring to any layout and the layout is converted to the new type if 508 <code>styles.xml</code> file. You can select multiple views and this refactoring extracts all 514 will be transferred to the new root. This refactoring also transfers <code>layout_</code [all...] |
/external/chromium/base/test/ |
multiprocess_test.h | 76 // TODO(port): with the CommandLine refactoring, this code is very similar
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8WebKitCSSMatrixConstructor.cpp | 55 // Consider refactoring to reduce duplication.
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
common.py | 30 # into a shared location and refactoring appropriately.
|
/sdk/eclipse/ |
dictionary.txt | 234 refactoring
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DynamicContextMenu.java | 42 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ChangeLayoutAction; 43 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ChangeViewAction; 44 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ExtractIncludeAction; 45 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ExtractStyleAction; 46 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UnwrapAction; 47 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableAction; 48 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.WrapInAction; 244 // Extract As <include> refactoring, Wrap In Refactoring, etc.
|
/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;
|
/external/zlib/src/contrib/minizip/ |
MiniZip64_info.txt | 17 some refactoring and code cleanup was also done. 28 * Did some refactoring and code cleanup
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
FixImportsJob.java | 17 package com.android.ide.eclipse.adt.internal.refactoring.core; 50 * The helper class which fixes the import errors after refactoring
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewTemplateWizardState.java | 39 import org.eclipse.ltk.core.refactoring.Change; 40 import org.eclipse.ltk.core.refactoring.NullChange;
|
TemplateWizard.java | 36 import org.eclipse.ltk.core.refactoring.Change; 37 import org.eclipse.ltk.core.refactoring.CompositeChange;
|
/external/clang/docs/ |
ClangTools.html | 19 syntax checking, automatic formatting, refactoring, etc.</p> 58 in the form of refactoring and rewriting libraries, and the tools 64 refactoring and rewriting toolkit-style library is also part of LibTooling
|
/external/llvm/docs/HistoricalNotes/ |
2007-OriginalClangReadme.txt | 58 higher-level clients and libraries such as code refactoring. 77 indexing. If you want a refactoring, static analysis, or source-to-source 137 like, e.g. in an IDE or refactoring tool) through DiagnosticClient interface.
|
/external/antlr/antlr-3.4/gunit/ |
CHANGES.txt | 123 * Kenny MacDermid helps with code refactoring
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_pattern.h | 69 // refactoring pending to fully integrate scheme support in content settings
|
/external/clang/include/clang/Tooling/ |
RefactoringCallbacks.h | 33 #include "clang/Tooling/Refactoring.h"
|
/external/valgrind/main/coregrind/ |
pub_core_vki.h | 41 refactoring of the sources. Anyway, we live with this kludge, and
|