Searched refs:print (Results 1 - 15 of 15) sorted by relevance

/system/core/libutils/
H A DCallStack.cpp56 print(printer);
61 print(printer);
68 print(printer);
73 void CallStack::print(Printer& printer) const { function in class:android::CallStack
H A DProcessCallStack.cpp195 print(printer);
198 void ProcessCallStack::print(Printer& printer) const { function in class:android::ProcessCallStack
219 threadInfo.callStack.print(csPrinter);
233 print(printer);
240 print(printer);
/system/libhwbinder/include/hwbinder/
H A DTextOutput.h37 virtual status_t print(const char* txt, size_t len) = 0;
75 to.print(str.c_str(), str.size());
133 to.print(&c, 1);
139 if (val) to.print("true", 4);
140 else to.print("false", 5);
155 to.print("\n", 1);
H A DBufferedTextOutput.h39 virtual status_t print(const char* txt, size_t len);
H A DParcel.h266 void print(TextOutput& to, uint32_t flags = 0) const;
315 parcel.print(to);
/system/core/include/utils/
H A DCallStack.h32 // Collect/print the call stack (function, file, line) traces for a single thread.
61 void print(Printer& printer) const;
H A DProcessCallStack.h32 // Collect/print the call stack (function, file, line) traces for all threads in a process.
55 void print(Printer& printer) const;
/system/core/libutils/include/utils/
H A DCallStack.h32 // Collect/print the call stack (function, file, line) traces for a single thread.
61 void print(Printer& printer) const;
H A DProcessCallStack.h32 // Collect/print the call stack (function, file, line) traces for all threads in a process.
55 void print(Printer& printer) const;
/system/extras/sane_schedstat/
H A Dsane_schedstat.c69 static int print() { function
153 print();
/system/libhwbinder/
H A DTextOutput.cpp43 ((TextOutput*)cookie)->print(txt, strlen(txt));
H A DBufferedTextOutput.cpp162 status_t BufferedTextOutput::print(const char* txt, size_t len) function in class:android::hardware::BufferedTextOutput
H A DParcel.cpp1851 void Parcel::print(TextOutput& to, uint32_t /*flags*/) const function in class:android::Parcel
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc1263 auto print = [&]() { local
1276 EXPECT_STREQ("", print().c_str());
1279 EXPECT_STREQ("10#a[10,]", print().c_str());
1281 EXPECT_STREQ("10#a[10,100,]", print().c_str());
1283 EXPECT_STREQ("1#a[1,10,100,]", print().c_str());
1285 EXPECT_STREQ("1#a[1,10,100,]", print().c_str());
1287 EXPECT_STREQ("1#a[1,2,10,100,]", print().c_str());
1290 EXPECT_STREQ("1#a[1,2,10,100,]200#b[200,]", print().c_str());
1292 EXPECT_STREQ("1#a[1,2,10,100,]199#b[199,200,]", print().c_str());
1295 EXPECT_STREQ("1#a[1,2,10,]50#c[50,]100#a[100,]199#b[199,200,]", print()
[all...]
/system/core/liblog/
H A Dlogprint.c575 msgStart = buf->len - 1; /* All tag, no message, print truncates */
1218 bool print = p != NULL; local
1259 if (print) {
1843 * Either print or do not print log line, based on filter

Completed in 2468 milliseconds