Lines Matching full:endl
32 cerr << __func__ << ":" << __LINE__ << " condition:" << #cond << " failed\n" << endl; \
48 using std::endl;
94 cout << "--------------------------------------------------" << endl;
96 << " cpu: " << sched_getcpu() << endl;
102 cout << setw(12) << left << s << param.sched_priority << endl;
150 cerr << "Failed to register service " << serviceName.c_str() << endl;
268 cout << "usage:" << endl;
269 cout << "-i 1 # number of iterations" << endl;
270 cout << "-pair 4 # number of process pairs" << endl;
271 cout << "-deadline_us 2500 # deadline in us" << endl;
272 cout << "-v # debug" << endl;
273 cout << "-raw_data # dump raw data" << endl;
274 cout << "-trace # halt the trace on a dealine hit" << endl;
347 cerr << "trace is not running" << endl;
348 cerr << "check " << TRACE_PATH "/tracing_on" << endl;
349 cerr << "use atrace --async_start first" << endl;
353 cout << "{" << endl;
356 << endl;
395 cout << "\"inheritance\": " << (nNotInherent == 0 ? "\"PASS\"" : "\"FAIL\"") << endl;
396 cout << "}" << endl;