OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JavaCore
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java
35
import org.eclipse.jdt.core.
JavaCore
;
63
JavaCore
.setClasspathContainer(
78
JavaCore
.setClasspathContainer(new Path(AdtConstants.CONTAINER_LIBRARIES),
117
JavaCore
.newContainerEntry(new Path(AdtConstants.CONTAINER_LIBRARIES)));
144
IClasspathEntry entry =
JavaCore
.newLibraryEntry(
AndroidClasspathContainerInitializer.java
51
import org.eclipse.jdt.core.
JavaCore
;
116
JavaCore
.setClasspathContainer(new Path(AdtConstants.CONTAINER_FRAMEWORK),
146
JavaCore
.setClasspathContainer(
519
IClasspathAttribute cpAttribute =
JavaCore
.newClasspathAttribute(
527
IAccessRule accessRule =
JavaCore
.newAccessRule(new Path("com/android/internal/**"), //$NON-NLS-1$
530
IClasspathEntry frameworkClasspathEntry =
JavaCore
.newLibraryEntry(androidLib,
550
JavaCore
.newClasspathAttribute(
555
IClasspathEntry entry =
JavaCore
.newLibraryEntry(
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java
58
import org.eclipse.jdt.core.
JavaCore
;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java
45
import org.eclipse.jdt.core.
JavaCore
;
413
containerElement =
JavaCore
.create(containerHandle);
596
return
JavaCore
.create(getWorkspaceRoot());
658
IJavaProject javaProject =
JavaCore
.create(project);
[
all
...]
Completed in 243 milliseconds