Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DRenderScriptProcessor.java85 IPath relative = file.getFullPath().makeRelativeTo(genFolder.getFullPath()); in handleGeneratedFile() local
188 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in doCompileFiles() local
418 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in getDependencyFolder() local
DAidlProcessor.java125 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in doCompileFiles() local
320 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in getAidlOutputFile() 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/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DClassContext.java161 String relative = file.getParent() + File.separator + source; in getSourceFile() local
175 String relative = parentPath.substring(topPath.length() + 1); in getSourceFile() local
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
DAbstractCheckTest.java186 private File makeTestFile(String name, String relative, in makeTestFile()
232 String relative = null; in getTestfile() 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/anttasks/src/com/android/ant/
DRenderScriptTask.java148 String relative = filePath.substring(sourceFolder.length()); in getDependencyFolder() local
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DLintClient.java230 String relative = ".android" + File.separator + "cache"; //$NON-NLS-1$ //$NON-NLS-2$ in getCacheDir() 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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java286 String relative = "android/Manifest.permission.html#" //$NON-NLS-1$ in openManifestName() local
300 String relative; in openManifestName() local
400 private static URL getDocUrl(String relative) { in getDocUrl()