Lines Matching refs:StringPrintf
37 using ::android::base::StringPrintf;
55 printer_->Print(StringPrintf(" size=%zd", attr->symbols.size())); in Visit()
60 printer_->Print(StringPrintf("(style) size=%zd", style->entries.size())); in Visit()
92 printer_->Print(StringPrintf("(array) size=%zd", array->elements.size())); in Visit()
98 printer_->Print(StringPrintf("(plurals) size=%zd", count)); in Visit()
102 printer_->Println(StringPrintf("(styleable) size=%zd", styleable->entries.size())); in Visit()
146 printer_->Println(StringPrintf("=0x%08x", symbol.value)); in Visit()
202 printer_->Print(StringPrintf("%s=", kPluralNames[i])); in Visit()
262 printer->Print(StringPrintf(" id=%02x", package->id.value())); in PrintTable()
271 printer->Print(StringPrintf(" id=%02x", type->id.value())); in PrintTable()
273 printer->Println(StringPrintf(" entryCount=%zd", type->entries.size())); in PrintTable()
437 printer->Print(StringPrintf("String pool of %zd unique %s %s strings, %zd entries and %zd styles " in DumpResStringPool()
446 printer->Print(StringPrintf("String #%zd : %s\n", s, str.string())); in DumpResStringPool()
461 printer_->Println(StringPrintf("N: %s=%s (line=%zu)", decl.prefix.c_str(), decl.uri.c_str(), in Visit()
471 printer_->Println(StringPrintf("%s (line=%zu)", el->name.c_str(), el->line_number)); in Visit()
516 printer_->Println(StringPrintf("T: '%s'", text->text.c_str())); in Visit()