Lines Matching refs:endl
97 << std::endl; in getFlag()
103 std::cerr << "Cannot parse " << envValue << "." << std::endl; in getFlag()
123 std::cerr << "Cannot parse " << envValue << "." << std::endl; in getFlagIfUnset()
133 << envKey << " (which is " << envValue << ")." << std::endl; in getFlagIfUnset()
140 << std::endl; in getFlagIfUnset()
157 std::cerr << "Error: " << key << " must be a number." << std::endl; in getIntegerFlag()
199 << std::endl; in generateCondition()
250 std::cerr << "No " << gBaseConfig << " is found in these paths:" << std::endl; in parseFilesForKernelConfigs()
252 std::cerr << " " << namedStream.name() << std::endl; in parseFilesForKernelConfigs()
268 std::cerr << "Not compatible: " << error << std::endl; in checkDualFile()
278 << "not specified in framework compatibility matrix: " << std::endl in checkDualFile()
279 << " " << android::base::Join(unused, "\n ") << std::endl in checkDualFile()
280 << "Suggested fix:" << std::endl in checkDualFile()
282 << "matrices with FCM version >= " << matrix.level() << "." << std::endl in checkDualFile()
284 << "version >= " << matrix.level() << " where applicable." << std::endl in checkDualFile()
286 << "or DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE." << std::endl; in checkDualFile()
301 out() << "<!--" << std::endl; in outputInputs()
302 out() << " Input:" << std::endl; in outputInputs()
305 out() << " " << base::Basename(e.name) << std::endl; in outputInputs()
308 out() << "-->" << std::endl; in outputInputs()
318 << "Only the first one will be used." << std::endl; in setDeviceManifestKernel()
326 << "device manfiest. Only the first one will be used." << std::endl; in setDeviceManifestKernel()
352 std::cerr << "Inconsistent FCM Version in HAL manifests:" << std::endl in assembleHalManifest()
354 << halManifest->level() << std::endl in assembleHalManifest()
356 << std::endl; in assembleHalManifest()
362 std::cerr << "File \"" << path << "\" cannot be added: " << error << std::endl; in assembleHalManifest()
395 << std::endl; in assembleHalManifest()
414 << std::endl; in assembleHalManifest()
438 std::cerr << "Error:" << error << std::endl; in assembleFrameworkCompatibilityMatrixKernels()
464 << "Declare Shipping FCM Version in device manifest directly." << std::endl; in setDeviceFcmVersion()
470 << std::endl; in setDeviceFcmVersion()
478 std::cerr << "Warning: Shipping FCM Version cannot be inferred, because:" << std::endl in setDeviceFcmVersion()
479 << " (1) It is not explicitly declared in device manifest;" << std::endl in setDeviceFcmVersion()
480 << " (2) PRODUCT_ENFORCE_VINTF_MANIFEST is set to true;" << std::endl in setDeviceFcmVersion()
481 << " (3) PRODUCT_SHIPPING_API_LEVEL is undefined." << std::endl in setDeviceFcmVersion()
482 << "Assuming 'unspecified' Shipping FCM Version. " << std::endl in setDeviceFcmVersion()
484 << std::endl; in setDeviceFcmVersion()
507 std::cerr << "Cannot parse check file as a HAL manifest: " << error << std::endl; in assembleCompatibilityMatrix()
517 std::cerr << error << std::endl; in assembleCompatibilityMatrix()
528 << "from BOARD_VNDK_VERSION '" << vndkVersion << "'" << std::endl; in assembleCompatibilityMatrix()
548 << std::endl; in assembleCompatibilityMatrix()
555 std::cerr << error << std::endl; in assembleCompatibilityMatrix()
624 << schemaName << "). Error: " << *error << std::endl; in tryAssemble()
630 << " is expected)." << std::endl; in tryAssemble()
642 std::cerr << "Missing input file." << std::endl; in assemble()
662 std::cerr << "Input file has unknown format." << std::endl in assemble()
663 << "Error when attempting to convert to manifest: " << manifestError << std::endl in assemble()
665 << std::endl; in assemble()
706 std::cerr << "Error: Cannot set --hals-only with --no-hals." << std::endl; in setHalsOnly()
718 std::cerr << "Error: Cannot set --hals-only with --no-hals." << std::endl; in setNoHals()
760 std::cerr << "Unrecognized --kernel option '" << kernelArg << "'" << std::endl; in addKernel()
765 std::cerr << "Unrecognized kernel version '" << tokens.front() << "'" << std::endl; in addKernel()
769 std::cerr << "Multiple --kernel for " << kernelVer << " is specified." << std::endl; in addKernel()
778 std::cerr << "Cannot open file '" << *it << "'." << std::endl; in addKernel()