OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IncludeFinder
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java
35
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
IncludeFinder
;
268
IncludeFinder
.start();
281
IncludeFinder
.stop();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java
81
public class
IncludeFinder
{
88
* {@link
IncludeFinder
} for this project
91
"
includefinder
"); //$NON-NLS-1$
112
* Constructs an {@link
IncludeFinder
} for the given project. Don't use this method;
115
* @param project project to create an {@link
IncludeFinder
} for
117
private
IncludeFinder
(IProject project) {
122
* Returns the {@link
IncludeFinder
} for the given project
125
* @return an {@link
IncludeFinder
} for the given project, never null
128
public static
IncludeFinder
get(IProject project) {
129
IncludeFinder
finder = null
[
all
...]
Completed in 43 milliseconds