Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DStubs.java42 PrintStream keepListWriter = null; in writeStubsAndApi() local
1470 static void writeKeepList(PrintStream keepListWriter, in writeKeepList()
1482 static void writePackageKeepList(PrintStream keepListWriter, PackageInfo pack, in writePackageKeepList()
1497 static void writeClassKeepList(PrintStream keepListWriter, ClassInfo cl, in writeClassKeepList()
1538 static void writeConstructorKeepList(PrintStream keepListWriter, MethodInfo mi) { in writeConstructorKeepList()
1548 static void writeMethodKeepList(PrintStream keepListWriter, MethodInfo mi) { in writeMethodKeepList()
1574 static void writeParametersKeepList(PrintStream keepListWriter, MethodInfo method, in writeParametersKeepList()
1588 static void writeFieldKeepList(PrintStream keepListWriter, FieldInfo fi) { in writeFieldKeepList()