Lines Matching refs:Print
404 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
407 printer.Print("-keep class ").Print(entry.first).Println(" { <init>(); }"); in WriteKeepSet()
423 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
425 printer.Print("-if class **.R$layout { int ") in WriteKeepSet()
426 .Print(JavaClassGenerator::TransformToFieldName(location.name.entry)) in WriteKeepSet()
429 printer.Print("-keep class ").Print(entry.first.name).Print(" { <init>("); in WriteKeepSet()
430 printer.Print((minimal_keep) ? entry.first.signature : "..."); in WriteKeepSet()
436 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
440 printer.Print("-keep class ").Print(entry.first.name).Print(" { <init>("); in WriteKeepSet()
441 printer.Print((minimal_keep) ? entry.first.signature : "..."); in WriteKeepSet()
450 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
453 printer.Print("-keepclassmembers class * { *** ").Print(entry.first.name) in WriteKeepSet()
454 .Print("(").Print(entry.first.signature).Println("); }"); in WriteKeepSet()