Home
last modified time | relevance | path

Searched defs:relative (Results 1 – 13 of 13) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DRenderScriptProcessor.java84 IPath relative = file.getFullPath().makeRelativeTo(genFolder.getFullPath()); in handleGeneratedFile() local
188 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in doCompileFiles() local
429 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in getDependencyFolder() local
DAidlProcessor.java152 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in doCompileFiles() local
377 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in getAidlOutputFile() local
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
DAbstractCheckTest.java219 private File makeTestFile(String name, String relative, in makeTestFile()
224 private File makeTestFile(File dir, String name, String relative, in makeTestFile()
269 String relative = null; in getTestfile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParserTest.java140 MockXmlNode relative = new MockXmlNode(null /* namespace */, "RelativeLayout", in setUp() local
/sdk/anttasks/src/com/android/ant/
DAidlExecTask.java98 String relative = filePath.substring(sourceFolder.length()); in process() local
DRenderScriptTask.java148 String relative = filePath.substring(sourceFolder.length()); in getDependencyFolder() local
/sdk/lint/cli/src/com/android/tools/lint/
DMultiProjectHtmlReporter.java115 String relative; in write() local
DReporter.java136 String relative = pathUrl.substring(prefixUrl.length()); in getUrl() local
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DClassContext.java171 String relative = file.getParent() + File.separator + source; in getSourceFile() local
186 String relative = start > parentPath.length() ? // default package? in getSourceFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java219 String relative = basename + "info"; //$NON-NLS-1$ in createInfos() local
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DLintClient.java260 String relative = ".android" + File.separator + "cache"; //$NON-NLS-1$ //$NON-NLS-2$ in getCacheDir() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java291 String relative = "android/Manifest.permission.html#" //$NON-NLS-1$ in openManifestName() local
305 String relative; in openManifestName() local
405 private static URL getDocUrl(String relative) { in getDocUrl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java603 private IPath getTargetPath(@NonNull String relative) { in getTargetPath()