OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refactoring
(Results
101 - 125
of
358
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
IDLAttributes.txt
63
# FIXME: We should remove this extended attribute once the needed
refactoring
is complete.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
common.py
30
# into a shared location and
refactoring
appropriately.
/external/chromium_org/ui/native_theme/
native_theme_gtk.cc
58
// widget being styled. After
refactoring
, that widget is not available
/external/clang/docs/
ClangTools.rst
9
refactoring
, etc.
44
shared logic used by many different tools in the form of
refactoring
and
50
common
refactoring
and rewriting toolkit-style library is also part of
93
refactoring
tools, e.g. to do a reformatting of all the lines changed during a
Tooling.rst
68
*
refactoring
tools
96
* Core
refactoring
tools
/external/clang/lib/Tooling/
Refactoring.cpp
1
//===---
Refactoring
.cpp - Framework for clang
refactoring
tools ----------===//
20
#include "clang/Tooling/
Refactoring
.h"
105
// to handle ranges for
refactoring
in general first - there is no obvious
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py
28
A
refactoring
tool that can avoid overwriting its input files.
45
show_diffs: Should diffs of the
refactoring
be printed to stdout?
161
help="Don't show diffs of the
refactoring
")
220
# Initialize the
refactoring
tool
refactor.py
4
"""
Refactoring
framework.
8
provides infrastructure to write your own
refactoring
tool.
200
# files processed even if they were not changed during
refactoring
. If
347
self.log_debug("
Refactoring
doctests in %s", filename)
385
self.log_debug("
Refactoring
%s", name)
392
self.log_debug("
Refactoring
doctests in stdin")
636
self.log_message("Warnings/messages while
refactoring
:")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py
28
A
refactoring
tool that can avoid overwriting its input files.
45
show_diffs: Should diffs of the
refactoring
be printed to stdout?
161
help="Don't show diffs of the
refactoring
")
220
# Initialize the
refactoring
tool
refactor.py
4
"""
Refactoring
framework.
8
provides infrastructure to write your own
refactoring
tool.
200
# files processed even if they were not changed during
refactoring
. If
347
self.log_debug("
Refactoring
doctests in %s", filename)
385
self.log_debug("
Refactoring
%s", name)
392
self.log_debug("
Refactoring
doctests in stdin")
636
self.log_message("Warnings/messages while
refactoring
:")
/sdk/eclipse/
dictionary.txt
239
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/editors/layout/refactoring/
JavaQuickAssistant.java
17
package com.android.ide.eclipse.adt.internal.editors.layout.
refactoring
;
/external/zlib/src/contrib/minizip/
MiniZip64_info.txt
17
some
refactoring
and code cleanup was also done.
28
* Did some
refactoring
and code cleanup
/frameworks/base/docs/html/tools/
index.jd
24
<li>Android-specific
refactoring
, quick fixes, integrated navigation between Java and XML resources.</li>
39
<li>Visual
refactoring
lets you extracts layout for inclusion, convert layouts, extract styles.</li>
/sdk/eclipse/features/com.android.ide.eclipse.adt.package/
feature.xml
54
<import plugin="org.eclipse.ltk.core.
refactoring
"/>
55
<import plugin="org.eclipse.ltk.ui.
refactoring
"/>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java
36
import org.eclipse.ltk.core.
refactoring
.Change;
37
import org.eclipse.ltk.core.
refactoring
.CompositeChange;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoringTest.java
124
ApplicationPackageNameRefactoring
refactoring
=
local
126
checkRefactoring(
refactoring
, expected);
/external/chromium_org/third_party/WebKit/Source/web/
WebSearchableFormData.cpp
87
// FIXME: Consider
refactoring
this code so that we don't call form->associatedElements() twice.
161
// FIXME: Consider
refactoring
this code so that we don't call form->associatedElements() twice.
204
// FIXME: Consider
refactoring
this code so that we don't call form->associatedElements() twice.
/external/chromium_org/tools/clang/scripts/
run_tool.py
16
information, which documents the entire automated
refactoring
flow in Chromium.
229
This rewriter helper makes it easy for
refactoring
tools to remove elements
235
With this helper,
refactoring
tools can simply remove the list element and not
/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/chromium_org/base/
safe_numerics_unittest.cc
15
// This is far (far, far) too slow to run normally, but if you're
refactoring
/external/chromium_org/chrome/browser/
DEPS
52
# TODO(stuartmorgan): Remove these by
refactoring
necessary code out of
Completed in 1305 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>