Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DStubs.java49 PrintStream keepListWriter = null; in writeStubsAndApi() local
1540 static void writeKeepList(PrintStream keepListWriter, in writeKeepList()
1552 static void writePackageKeepList(PrintStream keepListWriter, PackageInfo pack, in writePackageKeepList()
1567 static void writeClassKeepList(PrintStream keepListWriter, ClassInfo cl, in writeClassKeepList()
1608 static void writeConstructorKeepList(PrintStream keepListWriter, MethodInfo mi) { in writeConstructorKeepList()
1616 static void writeMethodKeepList(PrintStream keepListWriter, MethodInfo mi) { in writeMethodKeepList()
1642 static void writeParametersKeepList(PrintStream keepListWriter, MethodInfo method, in writeParametersKeepList()
1656 static void writeFieldKeepList(PrintStream keepListWriter, FieldInfo fi) { in writeFieldKeepList()