Home
last modified time | relevance | path

Searched refs:notStrippable (Results 1 – 3 of 3) sorted by relevance

/build/tools/droiddoc/src/
DStubs.java29 private static HashSet<ClassInfo> notStrippable; field in Stubs
33 notStrippable = new HashSet(); in writeStubs()
50 cantStripThis(cl, notStrippable, "0:0"); in writeStubs()
56 for (ClassInfo cl: notStrippable) { in writeStubs()
132 for (ClassInfo cl: notStrippable) { in writeStubs()
149 writeXML(xmlWriter, packages, notStrippable); in writeStubs()
158 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why) { in cantStripThis() argument
160 if (!notStrippable.add(cl)) { in cantStripThis()
180 cantStripThis(fInfo.type().asClassInfo(), notStrippable, in cantStripThis() local
186 cantStripThis(tTypeInfo.asClassInfo(), notStrippable, in cantStripThis() local
[all …]
DMethodInfo.java96 … public MethodInfo findRealOverriddenMethod(String name, String signature, HashSet notStrippable) { in findRealOverriddenMethod() argument
117 && notStrippable.contains(me.containingClass())) { in findRealOverriddenMethod()
125 public MethodInfo findSuperclassImplementation(HashSet notStrippable) { in findSuperclassImplementation() argument
150 && notStrippable.contains(me.containingClass())) { in findSuperclassImplementation()
DDroidDoc.java709 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable) { in cantStripThis() argument
710 if (!notStrippable.add(cl)) { in cantStripThis()
717 cantStripThis(supr, notStrippable); in cantStripThis()
720 cantStripThis(iface, notStrippable); in cantStripThis()
742 HashSet<ClassInfo> notStrippable = new HashSet<ClassInfo>(); in writeKeepList() local
750 cantStripThis(cl, notStrippable); in writeKeepList()
756 for (ClassInfo cl: notStrippable) { in writeKeepList()