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

1 2 3 4 5 67 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 20 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.AdtProjectTest;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 52 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
53 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
352 // Special case: Use Extract String refactoring wizard UI
  /external/clang/www/
features.html 236 transformation, like refactoring).</li>
245 some actions for indexing. If you want a refactoring, static analysis, or
275 <p>On the opposite side of the spectrum, some clients (like refactoring) want
277 AST to describe it with. Refactoring wants to have information about macro
279 position information, and much more. Further, refactoring wants to look
index.html 42 <li>Support diverse clients (refactoring, static analysis, code generation,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapTestSuiteBuilder.java 261 // TODO: with appropriate refactoring of OneSizeGenerator, we can perhaps
  /external/stressapptest/src/
pattern.cc 250 // Consider refactoring to the form:
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 27 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.AdtProjectTest;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategyTest.java 18 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.AdtProjectTest;
HyperlinksTest.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.AdtProjectTest;
  /external/webkit/Source/WebKit/wince/
ChangeLog 14 [Refactoring] SpellCheckingResult should be replaced with TextCheckingResult
205 Refactoring: Extract TextCheckerClient from EditorClient
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
75 + "internal/editors/layout/refactoring/testdata";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 70 import org.eclipse.ltk.core.refactoring.Change;
71 import org.eclipse.ltk.core.refactoring.NullChange;
72 import org.eclipse.ltk.core.refactoring.TextFileChange;
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 54 * Note: This class was created by refactoring parsing code located in
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 249 // further refactoring.
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 459 // a larger refactoring. The code will change and be much cleaner and
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 65 // refactoring steps as this entire function will disapear.
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.mm 294 // use refactoring to reduce this duplication. http://crbug.com/38924
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.mm 271 // Consider passing in |control_view|. Or refactoring to be
  /external/clang/docs/
IntroductionToTheClangAST.html 28 form in the AST. This makes Clang's AST a good fit for refactoring tools.</p>
  /external/icu4c/i18n/
uspoof_wsconf.cpp 13 * created on: 2009Jan05 (refactoring earlier files)
  /external/jsr305/javadoc/javax/annotation/
Syntax.html 103 refactoring that renames method x() to y() update the String constant "x()").
  /external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.cpp 398 // FIXME: We need to implement access control for each redirect. This will require some refactoring though, because the code
  /frameworks/base/docs/html/distribute/googleplay/strategies/
app-quality.jd 74 A great way to improve UI performance is to minimize the complexity of your layouts. If you open up <a href="{@docRoot}tools/help/hierarchy-viewer.html">hierarchyviewer</a> and see that your layouts are more than 5 levels deep, it may be time to simplify your layout. Consider refactoring those deeply nested LinearLayouts into RelativeLayout. The impact of View objects is cumulative &mdash; each one costs about 1 to 2 KB of memory, so large view hierarchies can be a recipe for disaster, causing frequent VM garbage collection passes which block the main (UI) thread. You can learn more in <a href="http://www.youtube.com/watch?v=wDBM6wVEO70">World of ListView</a>, another session at Google I/O.</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
114 RelativeLayoutConversionHelper(ChangeLayoutRefactoring refactoring,
116 mRefactoring = refactoring;
281 * Creates refactoring edits which adds or updates constraints for the given list of
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.AdtProjectTest;

Completed in 915 milliseconds

1 2 3 4 5 67 8 91011