Lines Matching refs:endl
125 std::cerr << "unrecognized option `" << argv[optind - 1] << "'" << std::endl; in parseOptions()
134 std::cerr << "unrecognized option `" << argv[optind] << "'" << std::endl; in parseOptions()
141 std::cerr << me << ": dump VINTF metadata via libvintf." << std::endl; in usage()
150 << std::endl; in usage()
254 std::cout << "======== HALs =========" << std::endl in main()
256 << "!: required and not in manifest." << std::endl in main()
257 << "DM: device manifest. FM: framework manifest." << std::endl in main()
259 << std::endl in main()
260 << std::endl; in main()
264 std::cout << pair.second << kColumnSeperator << pair.first << std::endl; in main()
266 std::cout << std::endl; in main()
273 std::cout << "======== Device HAL Manifest =========" << std::endl; in main()
275 std::cout << "======== Framework HAL Manifest =========" << std::endl; in main()
277 std::cout << "======== Device Compatibility Matrix =========" << std::endl; in main()
279 std::cout << "======== Framework Compatibility Matrix =========" << std::endl; in main()
282 std::cout << "======== Runtime Info =========" << std::endl; in main()
285 std::cout << std::endl; in main()
287 std::cout << "======== Summary =========" << std::endl; in main()
288 std::cout << "Device Manifest? " << existString(vm != nullptr) << std::endl in main()
289 << "Device Matrix? " << existString(vcm != nullptr) << std::endl in main()
290 << "Framework Manifest? " << existString(fm != nullptr) << std::endl in main()
291 << "Framework Matrix? " << existString(fcm != nullptr) << std::endl; in main()
299 std::cout << std::endl; in main()
307 std::cout << std::endl; in main()
314 std::cout << std::endl; in main()
322 std::cout << std::endl; in main()
330 std::cout << std::endl; in main()