HomeSort by relevance Sort by last modified time
    Searched refs:docletpath (Results 1 - 6 of 6) sorted by null

  /frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DoclavaTask.groovy 47 // All lowercase name to match MinimalJavadocOptions#docletpath
141 public void setDocletpath(Collection<File> docletpath) {
142 mDocletpath = docletpath
143 // Go ahead and keep the docletpath in our JavadocOptions object in sync.
144 options.docletpath = docletpath as List
167 options.docletpath = getDocletpath() as List
  /frameworks/support/buildSrc/src/main/java/android/support/jdiff/
JDiffTask.java 120 public void setDocletpath(Collection<File> docletpath) {
121 mDocletpath = docletpath;
124 getOptions().setDocletpath(new ArrayList<>(docletpath));
  /frameworks/opt/setupwizard/tools/gradle/
docs.gradle 29 docletpath = files("$DOCSDIR/doclava.jar", "$DOCSDIR/jsilver.jar").asType(List)
  /frameworks/support/buildSrc/
diff_and_docs.gradle 51 docletpath = configurations.doclava.resolve()
97 docletpath = configurations.doclava.resolve()
220 doclavaClasspath = project.generateApi.docletpath
242 docletpath = configurations.doclava.resolve()
492 docletpath = configurations.jdiff.resolve()
  /build/make/tools/droiddoc/test/stubs/
func.sh 44 -docletpath out/host/$PLATFORM/framework/clearsilver.jar:out/host/$PLATFORM/framework/droiddoc.jar:out/host/$PLATFORM/framework/apicheck.jar \
  /build/make/core/
droiddoc.mk 196 -docletpath $(PRIVATE_DOCLETPATH) \

Completed in 167 milliseconds