Searched refs:notStrippable (Results 1 – 4 of 4) sorted by relevance
/external/doclava/src/com/google/doclava/ |
D | Stubs.java | 46 final HashSet<ClassInfo> notStrippable = new HashSet<ClassInfo>(); in writeStubsAndApi() local 87 cantStripThis(cl, notStrippable, "0:0"); in writeStubsAndApi() 93 for (ClassInfo cl : notStrippable) { in writeStubsAndApi() 174 for (ClassInfo cl : notStrippable) { in writeStubsAndApi() 179 writeClassFile(stubsDir, notStrippable, cl); in writeStubsAndApi() 196 writeApi(apiWriter, packages, notStrippable); in writeStubsAndApi() 202 writeKeepList(keepListWriter, packages, notStrippable); in writeStubsAndApi() 219 writeRemovedApi(removedApiWriter, allPackageClassMap, notStrippable); in writeStubsAndApi() 280 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why) { in cantStripThis() argument 282 if (!notStrippable.add(cl)) { in cantStripThis() [all …]
|
D | MethodInfo.java | 92 public MethodInfo findRealOverriddenMethod(String name, String signature, HashSet notStrippable) { in findRealOverriddenMethod() argument 111 && notStrippable.contains(me.containingClass())) { in findRealOverriddenMethod() 119 public MethodInfo findSuperclassImplementation(HashSet notStrippable) { in findSuperclassImplementation() argument 143 && notStrippable.contains(me.containingClass())) { in findSuperclassImplementation()
|
D | Doclava.java | 1083 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable) { in cantStripThis() argument 1084 if (!notStrippable.add(cl)) { in cantStripThis() 1091 cantStripThis(supr, notStrippable); in cantStripThis() 1094 cantStripThis(iface, notStrippable); in cantStripThis() 1116 HashSet<ClassInfo> notStrippable = new HashSet<ClassInfo>(); in writeKeepList() local 1124 cantStripThis(cl, notStrippable); in writeKeepList() 1130 for (ClassInfo cl : notStrippable) { in writeKeepList()
|
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |