HomeSort by relevance Sort by last modified time
    Searched refs:outputLocation (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 115 IPath outputLocation = project.getOutputLocation();
116 IResource outRes = root.findMember(outputLocation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java 45 public static IJavaProject createProject(IClasspathEntry[] entries, IPath outputLocation)
51 capturedOutput.setValue(outputLocation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 787 IFolder outputLocation = BaseProjectHelper.getAndroidOutputFolder(project);
789 if (outputLocation == null) {
799 IResource r = outputLocation.findMember(packageName);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 619 IPath outputLocation = mGenFolder.getLocation();
624 if (outputLocation != null && resLocation != null
626 String osOutputPath = outputLocation.toOSString();
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 52 milliseconds