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

/system/core/libutils/
H A DCallStack.cpp55 print(printer);
60 print(printer);
67 print(printer);
72 void CallStack::print(Printer& printer) const { function in class:android::CallStack
H A DProcessCallStack.cpp208 print(printer);
211 void ProcessCallStack::print(Printer& printer) const { function in class:android::ProcessCallStack
232 threadInfo.callStack.print(csPrinter);
246 print(printer);
253 print(printer);
/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/extras/sane_schedstat/
H A Dsane_schedstat.c69 static int print() { function
153 print();
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java221 static String print(PublicKey key, boolean useSHA256) throws Exception { method in class:DumpPublicKey
261 System.out.print(print(key, useSHA256));
/system/core/liblog/
H A Dlogprint.c525 msgStart = buf->len - 1; /* All tag, no message, print truncates */
924 bool print = p != NULL; local
967 if (print) {
1550 * Either print or do not print log line, based on filter

Completed in 3832 milliseconds