Searched refs:error_message (Results 1 – 5 of 5) sorted by relevance
330 list(GET downloadStatus 1 error_message)332 message(FATAL_ERROR "Failed downloading ${JAVA_JUNIT_JAR}: ${error_message}")340 list(GET downloadStatus 1 error_message)342 message(FATAL_ERROR "Failed downloading ${JAVA_HAMCR_JAR}: ${error_message}")350 list(GET downloadStatus 1 error_message)352 message(FATAL_ERROR "Failed downloading ${JAVA_MOCKITO_JAR}: ${error_message}")360 list(GET downloadStatus 1 error_message)362 message(FATAL_ERROR "Failed downloading ${JAVA_CGLIB_JAR}: ${error_message}")370 list(GET downloadStatus 1 error_message)372 message(FATAL_ERROR "Failed downloading ${JAVA_ASSERTJ_JAR}: ${error_message}")
197 auto error_message = ParsePlainTableOptions( in GetPlainTableOptionsFromMap() local199 if (error_message != "") { in GetPlainTableOptionsFromMap()214 o.first + " " + error_message); in GetPlainTableOptionsFromMap()
568 auto error_message = ParseBlockBasedTableOption( in GetBlockBasedTableOptionsFromMap() local571 if (error_message != "") { in GetBlockBasedTableOptionsFromMap()586 o.first + " " + error_message); in GetBlockBasedTableOptionsFromMap()
2901 std::string error_message = in CreateIndexReader() local2903 return Status::InvalidArgument(error_message.c_str()); in CreateIndexReader()
8018 const std::string error_message = GetCapturedStderr(); in Passed() local8027 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()8031 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()8035 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()8041 const bool matched = RE::PartialMatch(error_message, *regex()); in Passed()8043 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); in Passed()8050 << "Actual msg:\n" << FormatDeathTestOutput(error_message); in Passed()8055 << "Actual msg:\n" << FormatDeathTestOutput(error_message); in Passed()