Home
last modified time | relevance | path

Searched defs:stubImportPackages (Results 1 – 2 of 2) sorted by relevance

/external/doclava/src/com/google/doclava/
DStubs.java52 HashSet<String> stubPackages, HashSet<String> stubImportPackages, boolean stubSourceOnly, in writeStubsAndApi()
410 private static ClassInfo findHiddenClasses(TypeInfo ti, HashSet<String> stubImportPackages) { in findHiddenClasses()
431 HashSet<String> stubImportPackages) { in cantStripThis()
458 stubImportPackages); in cantStripThis() local
464 stubImportPackages); in cantStripThis() local
477 stubImportPackages); in cantStripThis() local
485 cantStripThis(cl.allSelfMethods(), notStrippable, stubImportPackages); in cantStripThis() local
486 cantStripThis(cl.allConstructors(), notStrippable, stubImportPackages); in cantStripThis() local
490 stubImportPackages); in cantStripThis() local
519 HashSet<String> stubImportPackages) { in cantStripThis()
[all …]
DDoclava.java196 HashSet<String> stubImportPackages = null; in start() local