Home
last modified time | relevance | path

Searched refs:keepStubComments (Results 1 – 2 of 2) sorted by relevance

/external/doclava/src/com/google/doclava/
DStubs.java53 boolean keepStubComments) { in writeStubsAndApi() argument
263 writeClassFile(stubsDir, notStrippable, cl, keepStubComments); in writeStubsAndApi()
592 …ssFile(String stubsDir, HashSet<ClassInfo> notStrippable, ClassInfo cl, boolean keepStubComments) { in writeClassFile() argument
612 writeClassFile(stream, notStrippable, cl, keepStubComments); in writeClassFile()
622 …ile(PrintStream stream, HashSet<ClassInfo> notStrippable, ClassInfo cl, boolean keepStubComments) { in writeClassFile() argument
630 writeClass(stream, notStrippable, cl, keepStubComments); in writeClassFile()
681 …ass(PrintStream stream, HashSet<ClassInfo> notStrippable, ClassInfo cl, boolean keepStubComments) { in writeClass() argument
682 if (keepStubComments) { in writeClass()
760 writeClass(stream, notStrippable, inner, keepStubComments); in writeClass()
767 writeMethod(stream, method, true, keepStubComments); in writeClass()
[all …]
DDoclava.java198 boolean keepStubComments = false; in start()
308 keepStubComments = true; in start()
585 stubPackages, stubImportPackages, stubSourceOnly, keepStubComments); in start()