OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTAINER_FRAMEWORK
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java
110
if (AdtConstants.
CONTAINER_FRAMEWORK
.equals(containerPath.toString())) {
113
JavaCore.setClasspathContainer(new Path(AdtConstants.
CONTAINER_FRAMEWORK
),
144
new Path(AdtConstants.
CONTAINER_FRAMEWORK
),
199
new Path(AdtConstants.
CONTAINER_FRAMEWORK
),
392
new Path(AdtConstants.
CONTAINER_FRAMEWORK
),
[
all
...]
AndroidClasspathContainerPage.java
67
IPath path = new Path(AdtConstants.
CONTAINER_FRAMEWORK
);
ProjectHelper.java
349
if (AdtConstants.
CONTAINER_FRAMEWORK
.equals(path)) {
375
JavaCore.newContainerEntry(new Path(AdtConstants.
CONTAINER_FRAMEWORK
)));
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java
64
public final static String
CONTAINER_FRAMEWORK
=
Completed in 4373 milliseconds