/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
D | NdkHelper.java | 62 project.getLocation().toOSString(), in getApplicationAbis() 66 launcher.execute(getPathToMake(), args, null, project.getLocation(), monitor); in getApplicationAbis() 109 project.getLocation().toOSString(), in getToolchainPrefix() 114 launcher.execute(getPathToMake(), args, null, project.getLocation(), monitor); in getToolchainPrefix()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | PreCompilerBuilder.java | 676 .getLocation().toFile()); in build() 837 IPath fullPath = resource.getLocation(); in setupSourceProcessors() 845 androidOutputFolder.getLocation().toFile()); in setupSourceProcessors() 863 File buildFolder = androidOutputFolder.getLocation().toFile(); in compileRs() 884 mGenFolder.getLocation().toFile(), in compileRs() 885 resOutFolder.getLocation().toFile(), in compileRs() 919 mGenFolder.getLocation().toOSString(), mManifestPackage, debugMode); in handleBuildConfig() 970 new FileOp().copyFile(manifest.getLocation().toFile(), in mergeManifest() 971 outFile.getLocation().toFile()); in mergeManifest() 1014 .getLocation().toFile(); in mergeManifest() [all …]
|
D | BaseBuilder.java | 467 rootResource.getLocation().toFile().delete(); in removeDerivedResources() 473 rootResource.getLocation().toFile().delete(); in removeDerivedResources()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | BuildHelper.java | 183 resPaths.add(resFolder.getLocation().toOSString()); in updateCrunchCache() 188 String cachePath = cacheFolder.getLocation().toOSString(); in updateCrunchCache() 251 IPath resLocation = resFolder.getLocation(); in packageResources() 252 IPath manifestLocation = manifestFile.getLocation(); in packageResources() 285 osAssetsPath = assetsFolder.getLocation().toOSString(); in packageResources() 309 File testFile = new File(folder.getLocation().toOSString()); in addFolderToList() 469 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile()); in finalPackage() 477 File rsLibFolderFile = rsLibFolder.getLocation().toFile(); in finalPackage() 483 mBuildToolInfo.getLocation().getAbsolutePath()); in finalPackage() 495 apkBuilder.addNativeLibraries(libFolder.getLocation().toFile()); in finalPackage() [all …]
|
D | AidlProcessor.java | 118 commandList.add(quote("-I" + f.getLocation().toOSString())); //$NON-NLS-1$ in doCompileFiles() 167 IPath sourcePath = sourceFile.getLocation(); in doCompileFiles() 186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString()); in doCompileFiles() 204 op.copyFile(sourceFile.getLocation().toFile(), in doCompileFiles() 205 aidlOutFile.getLocation().toFile()); in doCompileFiles()
|
D | RsSourceChangeHandler.java | 60 mMustCompile = oldOutputs.contains(file.getLocation().toFile()); in handleGeneratedFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | ProjectState.java | 106 mPath = project.getProject().getLocation().toOSString(); in setProject() 463 File projectFile = mProject.getLocation().toFile(); in needs() 466 File libraryFile = libraryProject.getProject().getLocation().toFile(); in needs() 531 File projectFile = mProject.getLocation().toFile(); in updateLibrary()
|
D | Sdk.java | 337 String path = mManager == null ? null : mManager.getLocation(); in getSdkOsLocation() 359 return mManager.getLocalSdk().getLocation(); in getSdkFileLocation() 467 IPath location = project.getLocation(); in initProject() 505 IPath location = project.getLocation(); in getProjectState() 933 mDocBaseUrl = getDocumentationBaseUrl(manager.getLocation() + in Sdk() 936 mDeviceManager = DeviceManager.createInstance(manager.getLocalSdk().getLocation(), in Sdk()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateTestWizard.java | 58 File file = mSelectionPage.getLocation(); in getNextPage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | ExportGradleTest.java | 76 File buildfile = new File(javaProject.getResource().getLocation().toString(), in testSimpleAndroidApp() 153 File buildfile = new File(javaProject.getResource().getLocation().toString(), in testSimpleAndroidLib() 221 … File buildfile = new File(javaProject.getResource().getLocation().toString(), "build.gradle"); in testPlainJavaProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | LibraryClasspathContainerInitializer.java | 207 iProject.getFolder(SdkConstants.FD_OUTPUT).getLocation().toFile(), in convertJarsToClasspathEntries() 350 buildToolInfo.getLocation().getAbsolutePath()); in allocateDependencyContainer() 380 jarIFile.getLocation(), in allocateDependencyContainer() 469 IPath location = member.getLocation(); in getJarListFromLibsFolder() 628 jarFiles.add(new CPEFile(resource.getLocation().toFile(), e)); in handleClasspathLibrary()
|
D | ExportHelper.java | 206 proguardConfigFile = new File(project.getLocation().toFile(), path); in exportReleaseApk() 224 proguardConfigFiles.add(proguardFile.getLocation().toFile()); in exportReleaseApk() 260 new File(project.getLocation().toFile(), SdkConstants.FD_PROGUARD)); in exportReleaseApk()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | NewProjectWizardState.java | 69 public File projectLocation = new File(Platform.getLocation().toOSString()); 377 projectPath.startsWith(existingTarget.getLocation())) { in updateSdkTargetToMatchProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | ProjectSetupBuilder.java | 281 String path = getGradlePath(module.getJavaProject().getProject().getLocation(), in computeRootAndPaths() 299 commonRoot = module.getJavaProject().getProject().getLocation(); in determineCommonRoot() 302 module.getJavaProject().getProject().getLocation()); in determineCommonRoot()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
D | DexDumpAction.java | 137 File buildToolsFolder = buildToolInfo.getLocation(); in runDexDump() 140 IPath binPath = project.getFolder(SdkConstants.FD_OUTPUT).getLocation(); in runDexDump()
|
D | AddSupportJarAction.java | 546 IPath relativePath = libraryProject.getLocation().makeRelativeTo( in addLibraryDependency() 547 dependentProject.getLocation()); in addLibraryDependency() 605 IPath loc = destFile.getLocation(); in copyJarIntoProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
D | IFileWrapper.java | 92 return mFile.getLocation().toOSString();
|
D | IFolderWrapper.java | 162 return mContainer.getLocation().toOSString(); in getOsLocation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
D | AaptParserTest.java | 162 String osRoot = project.getLocation().toOSString(); in checkRanges()
|
D | AaptQuickFixTest.java | 92 String osRoot = project.getLocation().toOSString(); in checkResourceFix() 214 String osRoot = project.getLocation().toOSString(); in checkNamespaceFix()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
D | DevTreeProjectProvider.java | 75 if (devTreePath == null || devTreePath.isPrefixOf(p.getLocation())) { in getProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
D | ProjectClassLoader.java | 128 File outFolder = new File(outRes.getLocation().toOSString()); in loadFromProject() 353 oslibraryList.add(new File(resource.getLocation().toOSString()) in handleClassPathEntry()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | NdkGdbLaunchDelegate.java | 224 device.installPackage(apk.getLocation().toOSString(), true); in doLaunch() 260 IPath solibFolder = project.getLocation().append("obj/local").append(compatAbi.getAbi()); in doLaunch() 389 NdkVariables.NDK_PROJECT, true, project.getLocation().toOSString()); in performVariableSubstitutions()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
D | LibraryProperties.java | 173 IPath relativePath = iProject.getLocation().makeRelativeTo( in LibraryProperties() 174 mState.getProject().getLocation()); in LibraryProperties()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RuleLoader.java | 124 pathFile = new File(project.getLocation().toFile(), pathElement); in computeUserClassLoader()
|