Searched refs:out_ (Results 1 – 7 of 7) sorted by relevance
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/common_to_x86/ |
D | text_assembler_common.h | 210 TextAssemblerX86(int indent, FILE* out) : indent_(indent), out_(out) {} in TextAssemblerX86() 246 fprintf(out_, "%*s\"%zd:\\n\"\n", indent_ + 2, "", label->id); in Bind() 259 fprintf(out_, "%*s\"", indent_ + 2, ""); in Byte() 260 (fprintf(out_, "%s%" PRIu8, print_kwd ? print_kwd = false, ".byte " : ", ", args), ...); in Byte() 261 fprintf(out_, "\\n\"\n"); in Byte() 268 fprintf(out_, "%*s\"", indent_ + 2, ""); in TwoByte() 269 (fprintf(out_, "%s%" PRIu16, print_kwd ? print_kwd = false, ".2byte " : ", ", args), ...); in TwoByte() 270 fprintf(out_, "\\n\"\n"); in TwoByte() 277 fprintf(out_, "%*s\"", indent_ + 2, ""); in FourByte() 278 (fprintf(out_, "%s%" PRIu32, print_kwd ? print_kwd = false, ".4byte " : ", ", args), ...); in FourByte() [all …]
|
/frameworks/base/tools/aapt2/io/ |
D | Util.h | 54 explicit OutputStreamAdaptor(::google::protobuf::io::ZeroCopyOutputStream* out) : out_(out) { in OutputStreamAdaptor() 59 bool result = out_->Next(data, &out_size); in Next() 68 out_->BackUp(static_cast<int>(count)); in BackUp() 72 return static_cast<size_t>(out_->ByteCount()); in ByteCount() 82 ::google::protobuf::io::ZeroCopyOutputStream* out_;
|
/frameworks/base/tools/aapt2/text/ |
D | Printer.cpp | 54 if (!io::Copy(out_, " ")) { in Print() 62 if (!io::Copy(out_, str_to_copy)) { in Print() 70 if (!io::Copy(out_, "\n")) { in Print()
|
D | Printer.h | 30 explicit Printer(android::OutputStream* out) : out_(out) { in Printer() 43 android::OutputStream* out_; variable
|
/frameworks/base/tools/aapt2/ |
D | Main.cpp | 103 : Command("daemon", "m"), out_(out), diagnostics_(diagnostics) { in DaemonCommand() 112 text::Printer printer(out_); in Action() 138 out_->Flush(); in Action() 150 android::FileOutputStream* out_; member in aapt::DaemonCommand
|
/frameworks/base/tools/aapt2/format/ |
D | Container.cpp | 36 : out_(out), total_entry_count_(entry_count), current_entry_count_(0u) { in ContainerWriter() 37 CodedOutputStream coded_out(out_); in ContainerWriter() 73 CodedOutputStream coded_out(out_); in AddResTableEntry() 106 CodedOutputStream coded_out(out_); in AddResFileEntry() 140 if (!io::Copy(out_, in)) { in AddResFileEntry()
|
D | Container.h | 49 ::google::protobuf::io::ZeroCopyOutputStream* out_;
|