Searched refs:docs (Results 1 – 4 of 4) sorted by relevance
95 … item("$rootProject.projectDir.parentFile/prebuilts/tools/common/proguard/proguard4.7/docs") {96 into 'proguard/docs'
87 docs
36 As stated in development/docs/howto_build_SDK.txt, one can't build the whole
449 File docs = new File(sdkLocation, FD_DOCS + File.separator + FD_DOCS_REFERENCE); in getDocUrl() local451 if (docs.exists()) { in getDocUrl()452 String s = docs.toURI().toURL().toExternalForm(); in getDocUrl()461 AdtPlugin.log(e, "Can't create URL for %1$s", docs); in getDocUrl()