Searched defs:print (Results 1 - 5 of 5) sorted by relevance

/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/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/extras/sane_schedstat/
H A Dsane_schedstat.c69 static int print() { function
153 print();
/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 1894 milliseconds