Lines Matching refs:Print
408 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
411 printer.Print("-keep class ").Print(entry.first).Println(" { <init>(); }"); in WriteKeepSet()
427 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
429 printer.Print("-if class **.R$layout { int ") in WriteKeepSet()
430 .Print(JavaClassGenerator::TransformToFieldName(location.name.entry)) in WriteKeepSet()
433 printer.Print("-keep class ").Print(entry.first.name).Print(" { <init>("); in WriteKeepSet()
434 printer.Print((minimal_keep) ? entry.first.signature : "..."); in WriteKeepSet()
440 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
444 printer.Print("-keep class ").Print(entry.first.name).Print(" { <init>("); in WriteKeepSet()
445 printer.Print((minimal_keep) ? entry.first.signature : "..."); in WriteKeepSet()
454 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
457 printer.Print("-keepclassmembers class * { *** ").Print(entry.first.name) in WriteKeepSet()
458 .Print("(").Print(entry.first.signature).Println("); }"); in WriteKeepSet()