/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainer.java | 19 import org.eclipse.core.runtime.IPath; 30 private final IPath mContainerPath; 43 AndroidClasspathContainer(IClasspathEntry[] entries, IPath path, String name, int kind) { 62 public IPath getPath() {
|
AndroidClasspathContainerPage.java | 24 import org.eclipse.core.runtime.IPath; 66 IPath path = new Path(AdtConstants.CONTAINER_FRAMEWORK); 82 final IPath path = cpentry == null ? null : cpentry.getPath();
|
AndroidClasspathContainerInitializer.java | 36 import org.eclipse.core.runtime.IPath; 112 public void initialize(IPath containerPath, IJavaProject project) throws CoreException { 268 public IPath getPath() { 460 IPath androidLib = new Path(paths[CACHE_INDEX_JAR]); 462 IPath androidSrc = null; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoringTest.java | 24 import org.eclipse.core.runtime.IPath; 72 Map<IPath, String> extraFiles = new HashMap<IPath, String>(); 88 Map<IPath, String> extraFiles = new HashMap<IPath, String>(); 105 Map<IPath, String> extraFiles = new HashMap<IPath, String>(); 134 boolean replaceOccurrences, Map<IPath,String> extraFiles, 151 Map<IPath,String> fileToGolden = new HashMap<IPath,String>() [all...] |
ExtractStyleRefactoringTest.java | 21 import org.eclipse.core.runtime.IPath; 213 Map<IPath,String> fileToGolden = new HashMap<IPath,String>(); 214 IPath sourcePath = file.getProjectRelativePath(); 216 IPath newPath = refactoring.getStyleFile(getProject()).getProjectRelativePath();
|
RefactoringTest.java | 30 import org.eclipse.core.runtime.IPath; 141 Map<IPath, String> fileToGoldenName) throws BadLocationException { 146 Map<IPath, String> fileToGoldenName, boolean createDiffs) throws BadLocationException { 152 IPath path = file.getProjectRelativePath();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/build/ |
NdkCommandLauncher.java | 23 import org.eclipse.core.runtime.IPath;
31 public Process execute(IPath commandPath, String[] args, String[] env, IPath changeToDirectory,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/ |
NdkDiscoveredPathInfo.java | 28 import org.eclipse.core.runtime.IPath;
47 private IPath[] mIncludePaths;
50 private static final IPath ANDROID_MK = new Path("jni/Android.mk");
64 public IPath[] getIncludePaths() {
78 mIncludePaths = new IPath[pathStrings.size()];
141 for (IPath include : mIncludePaths) {
169 List<IPath> includes = new ArrayList<IPath>();
193 mIncludePaths = includes.toArray(new IPath[includes.size()]);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
BinaryXMLMultiPageEditorPart.java | 23 import org.eclipse.core.runtime.IPath; 59 IPath path = fragmentRoot.getPath(); 65 IPath filePath = path.append(SdkConstants.FD_DATA).append(
|
FileStorage.java | 23 import org.eclipse.core.runtime.IPath; 72 public IPath getFullPath() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PostCompilerDeltaVisitor.java | 30 import org.eclipse.core.runtime.IPath; 84 private List<IPath> mSourceFolders; 86 private IPath mOutputPath; 88 private IPath mAssetPath; 90 private IPath mResPath; 92 private IPath mLibFolder; 101 public PostCompilerDeltaVisitor(BaseBuilder builder, List<IPath> sourceFolders, 161 IPath path = resource.getFullPath(); 204 IPath parentPath = path.removeLastSegments(1); 274 for (IPath sourcePath : mSourceFolders) [all...] |
LibraryDeltaVisitor.java | 25 import org.eclipse.core.runtime.IPath; 54 IPath path = resource.getFullPath();
|
PreCompilerDeltaVisitor.java | 40 import org.eclipse.core.runtime.IPath; 90 private final List<IPath> mSourceFolders; 99 public PreCompilerDeltaVisitor(BaseBuilder builder, List<IPath> sourceFolders, 173 IPath path = resource.getFullPath(); 361 for (IPath sourceFolderPath : mSourceFolders) { 394 * <p/>The different with {@link IContainer#getFolder(IPath)} is that this returns a non 399 private IFolder getFolder(IPath path) {
|
ResourceManagerBuilder.java | 39 import org.eclipse.core.runtime.IPath; 143 IPath path = e.getPath(); 183 List<IPath> sourceFolders = BaseProjectHelper.getSourceClasspaths(javaProject); 185 for (IPath path : sourceFolders) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
Mocks.java | 35 import org.eclipse.core.runtime.IPath; 45 public static IJavaProject createProject(IClasspathEntry[] entries, IPath outputLocation) 49 Capture<IPath> capturedOutput = new Capture<IPath>(); 165 public static IClasspathEntry createClasspathEntry(IPath path, int kind) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/ |
Activator.java | 20 import org.eclipse.core.runtime.IPath;
81 public static URL findFile(IPath path) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
RenderScriptProcessor.java | 41 import org.eclipse.core.runtime.IPath; 85 IPath relative = file.getFullPath().makeRelativeTo(genFolder.getFullPath()); 93 List<IPath> sourceFolders = BaseProjectHelper.getSourceClasspaths( 97 for (IPath sourceFolderPath : sourceFolders) { 137 List<IPath> sourceFolders, List<IFile> notCompiledOut, IProgressMonitor monitor) 185 IPath sourceFolderPath = getSourceFolderFor(sourceFile); 188 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); 204 IPath sourcePath = sourceFile.getLocation(); 412 IPath sourceFolderPath = getSourceFolderFor(sourceFile); 418 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath) [all...] |
AidlProcessor.java | 36 import org.eclipse.core.runtime.IPath; 95 List<IPath> sourceFolders, List<IFile> notCompiledOut, IProgressMonitor monitor) 106 for (IPath p : sourceFolders) { 122 IPath sourceFolderPath = getSourceFolderFor(sourceFile); 125 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); 135 IPath sourcePath = sourceFile.getLocation(); 314 IPath sourceFolderPath = getSourceFolderFor(sourceFile); 320 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath);
|
SourceProcessor.java | 32 import org.eclipse.core.runtime.IPath; 222 List<IPath> sourceFolders, IProgressMonitor monitor) throws CoreException { 275 List<IPath> sourceFolders, List<IFile> notCompiledOut, IProgressMonitor monitor) 311 protected IPath getSourceFolderFor(IFile file) { 314 List<IPath> sourceFolders = BaseProjectHelper.getSourceClasspaths(getJavaProject()); 317 for (IPath sourceFolderPath : sourceFolders) { 344 List<IPath> sourceFolderPathList = BaseProjectHelper.getSourceClasspaths(mJavaProject); 346 for (IPath sourceFolderPath : sourceFolderPathList) {
|
BuildHelper.java | 52 import org.eclipse.core.runtime.IPath; 217 IPath cacheLocation = cacheFolder.getLocation(); 218 IPath resLocation = resFolder.getLocation(); 219 IPath manifestLocation = manifestFile.getLocation(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
XmlFormatStyle.java | 22 import org.eclipse.core.runtime.IPath; 95 public static XmlFormatStyle getForFile(IPath path) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/ |
AdtSourceLookupDirector.java | 27 import org.eclipse.core.runtime.IPath;
81 IPath sourceAttachmentPath = androidEntry.getSourceAttachmentPath();
|
/prebuilt/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectClassLoader.java | 29 import org.eclipse.core.runtime.IPath; 115 IPath outputLocation = project.getOutputLocation(); 269 // get the IPath 270 IPath path = e.getPath();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
DebuggerConnector.java | 26 import org.eclipse.core.runtime.IPath; 106 public void projectRenamed(IProject project, IPath from) {
|