/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
D | SdkToolsLocator.java | 56 return new File(getSdkPlatformToolsFolder(), SdkConstants.FN_ADB).getAbsolutePath(); in getAdbLocation() 60 return new File(getSdkToolsFolder(), FN_TRACEVIEW).getAbsolutePath(); in getTraceViewLocation() 64 return new File(getSdkPlatformToolsFolder(), FN_HPROF_CONV).getAbsolutePath(); in getHprofConvLocation() 68 return new File(mSdkFolder, SdkConstants.FD_TOOLS).getAbsolutePath(); in getSdkToolsFolder() 72 return new File(mSdkFolder, SdkConstants.FD_PLATFORM_TOOLS).getAbsolutePath(); in getSdkPlatformToolsFolder()
|
D | MonitorStartup.java | 46 String toolsPath = new File(sdkFolder, SdkConstants.FD_TOOLS).getAbsolutePath(); in earlyStartup()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
D | FileStorage.java | 65 .getSymbolicName(), IStatus.ERROR, mFile.getAbsolutePath(), e)); in getContents() 75 return new Path(mFile.getAbsolutePath()); in getFullPath()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | ExportHelper.java | 262 helper.setProguardOutput(obfuscatedJar.getAbsolutePath()); in exportReleaseApk() 265 dxInput = Collections.singletonList(obfuscatedJar.getAbsolutePath()); in exportReleaseApk() 274 helper.executeDx(javaProject, dxInput, dexFile.getAbsolutePath()); in exportReleaseApk() 279 resourceFile.getAbsolutePath(), in exportReleaseApk() 280 dexFile.getAbsolutePath(), in exportReleaseApk() 281 outputFile.getAbsolutePath(), in exportReleaseApk() 417 String rootPath = rootDirectory.getAbsolutePath(); in addFileToJar() 418 String path = file.getAbsolutePath(); in addFileToJar()
|
D | LibraryClasspathContainerInitializer.java | 229 String jarPath = jarFile.getAbsolutePath(); in convertJarsToClasspathEntries() 246 sourceAttachmentPath = new Path(srcPath.getAbsolutePath()); in convertJarsToClasspathEntries() 260 jarProperties.getAbsolutePath()); in convertJarsToClasspathEntries() 268 AdtPlugin.log(e, "Failed to read %s", jarProperties.getAbsolutePath()); in convertJarsToClasspathEntries() 350 buildToolInfo.getLocation().getAbsolutePath()); in allocateDependencyContainer() 608 super(file.getAbsolutePath()); in CPEFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | RenderScriptLauncher.java | 82 StringBuilder sb = new StringBuilder(executable.getAbsolutePath()); in launch() 91 commandArray[0] = executable.getAbsolutePath(); in launch() 146 executable.getName(), executable.getAbsolutePath()); in launch() 155 executable.getName(), executable.getAbsolutePath()); in launch()
|
D | BuildHelper.java | 311 pathList.add(testFile.getAbsolutePath()); in addFolderToList() 483 mBuildToolInfo.getLocation().getAbsolutePath()); in finalPackage() 526 command.add(quotePath(configFile.getAbsolutePath())); in runProguard() 530 StringBuilder sb = new StringBuilder(quotePath(inputJar.getAbsolutePath())); in runProguard() 538 command.add(quotePath(obfuscatedJar.getAbsolutePath())); in runProguard() 557 command.add(new File(logOutput, "dump.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard() 560 command.add(new File(logOutput, "seeds.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard() 563 command.add(new File(logOutput, "usage.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard() 566 command.add(new File(logOutput, "mapping.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard() 684 commandArray[2] = "@" + argsFile.getAbsolutePath(); //$NON-NLS-1$ in createWindowsProguardConfig() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/ |
D | NdkEnvSupplier.java | 57 return bin.getAbsolutePath(); in init() 62 return bin.getAbsolutePath(); in init()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | FinalPage.java | 84 sb.append("\n").append(file.getAbsolutePath()); in setVisible() 104 sb.append(bGradle.getAbsolutePath()); in setVisible()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
D | WelcomeWizard.java | 159 path.getAbsolutePath()); in installSdk() 185 path.getAbsolutePath()); in installSdk()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
D | DexDumpAction.java | 168 command[0] = dexDumpFile.getAbsolutePath(); in runDexDump() 169 command[1] = classesDexFile.getAbsolutePath(); in runDexDump() 223 final String dstPath = dstFile.getAbsolutePath(); in runDexDump()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
D | DdmsPlugin.java | 517 missing += adb.getAbsolutePath() + " "; in setToolsLocation() 520 missing += hprofConverter.getAbsolutePath() + " "; in setToolsLocation() 523 missing += traceview.getAbsolutePath() + " "; in setToolsLocation() 535 sHprofConverter = hprofConverter.getAbsolutePath(); in setToolsLocation() 536 DdmUiPreferences.setTraceviewLocation(traceview.getAbsolutePath()); in setToolsLocation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/ |
D | SdkManagerAction.java | 42 androidBat.getAbsolutePath(), in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
D | ExportWizard.java | 207 mDestinationFile.getAbsolutePath()); in performFinish() 282 mDestinationFile.getAbsolutePath()), in doExport() 564 command[3] = source.getAbsolutePath(); in zipAlign() 565 command[4] = destination.getAbsolutePath(); in zipAlign()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | UseCompoundDrawableRefactoringTest.java | 110 addCleanupDir(AdtUtils.getAbsolutePath(getProject()).toFile()); in checkRefactoring()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
D | AdtTestData.java | 133 return path.getAbsolutePath(); in getTestFilePath()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
D | SampleProjectTest.java | 79 doTestSampleProject(file.getName(), file.getAbsolutePath(), target); in doTestSamplesForTarget() 182 failureBuilder.append("Project location: " + AdtUtils.getAbsolutePath(iproject)); in validateNoProblems()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | ProjectLintConfiguration.java | 51 File dir = AdtUtils.getAbsolutePath(project).toFile(); in create()
|
D | LintFixGenerator.java | 227 File dir = AdtUtils.getAbsolutePath(eclipseProject).toFile(); in suppressDetector() 232 File file = AdtUtils.getAbsolutePath(resource).toFile(); in suppressDetector()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | TexImageTransform.java | 148 return f.getAbsolutePath(); in createTexture() 179 return f.getAbsolutePath(); in updateTextureData()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | ExportGradleTest.java | 250 addCleanupDir(AdtUtils.getAbsolutePath(project).toFile()); in getProject() 260 addCleanupDir(AdtUtils.getAbsolutePath(project).toFile()); in getJavaProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/ |
D | NdkDiscoveryUpdater.java | 70 IPath changeToDirectory = new Path(projectDir.getAbsolutePath()); in runUpdate() 98 String testFileName = testFile.getAbsolutePath().replace('\\', '/'); in runUpdate()
|
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
D | EventAnalyzer.java | 296 parseFolder(f.getAbsolutePath()); in parseFolder() 298 parseTextLogFile(f.getAbsolutePath()); in parseFolder()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/ |
D | UiAutomatorViewer.java | 121 new Path(r.uiHierarchy.getAbsolutePath())); in openEditor()
|
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
D | MyActivity.java | 145 Uri.parse("file://" + devicesXml.getAbsolutePath())); in onClick()
|