Lines Matching refs:endl
62 err() << "lshal: List and debug HIDL HALs." << std::endl in usage()
63 << " (for AIDL HALs, see `dumpsys`)" << std::endl << std::endl in usage()
64 << "commands:" << std::endl; in usage()
72 if (!first) err() << std::endl; in usage()
77 err() << std::endl << "If no command is specified, `" << ListCommand::GetName() in usage()
78 << "` is the default." << std::endl << std::endl; in usage()
82 if (!first) err() << std::endl; in usage()
116 err << msg << std::endl; in emitDebugInfo()
125 err << msg << std::endl; in emitDebugInfo()
134 err << msg << std::endl; in emitDebugInfo()
149 err << msg << std::endl; in emitDebugInfo()
165 err << msg << std::endl; in emitDebugInfo()
190 err() << arg.argv[0] << ": unrecognized option `" << arg.argv[optind] << "'" << std::endl; in parseArgs()