Home
last modified time | relevance | path

Searched refs:outputLocation (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
DMocks.java48 public static IJavaProject createProject(IClasspathEntry[] entries, IPath outputLocation) in createProject() argument
54 capturedOutput.setValue(outputLocation); in createProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DProjectClassLoader.java122 IPath outputLocation = project.getOutputLocation(); in loadFromProject() local
123 IResource outRes = root.findMember(outputLocation); in loadFromProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DProjectHelper.java961 IFolder outputLocation = BaseProjectHelper.getAndroidOutputFolder(project); in getApplicationPackage() local
963 if (outputLocation == null) { in getApplicationPackage()
973 IResource r = outputLocation.findMember(packageName); in getApplicationPackage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java1066 IPath outputLocation = mGenFolder.getLocation(); in handleResources() local
1071 if (outputLocation != null && resLocation != null in handleResources()
1073 String osOutputPath = outputLocation.toOSString(); in handleResources()