Home
last modified time | relevance | path

Searched refs:kWarning (Results 1 – 25 of 37) sorted by relevance

12

/external/image_io/includes/image_io/base/
Dmessage.h19 kWarning, enumerator
74 return type_ != Message::kStatus && type_ != Message::kWarning; in IsError()
78 bool IsWarning() const { return type_ == Message::kWarning; } in IsWarning()
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc363 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
369 EXPECT_FALSE(LogIsVisible(kWarning)); in TEST_F()
375 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
393 severity == kWarning ? in TestLogWithSeverity()
417 Log(kWarning, "Test log.\n", 100); in TEST()
440 TestLogWithSeverity(kInfoVerbosity, kWarning, true); in TEST()
447 TestLogWithSeverity(kWarningVerbosity, kWarning, true); in TEST()
454 TestLogWithSeverity(kErrorVerbosity, kWarning, false); in TEST()
461 TestLogWithSeverity("invalid", kWarning, true); in TEST()
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc383 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
389 EXPECT_FALSE(LogIsVisible(kWarning)); in TEST_F()
395 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F()
413 severity == kWarning ? in TestLogWithSeverity()
448 Log(kWarning, "Test log.\n", 100); in TEST()
483 TestLogWithSeverity(kInfoVerbosity, kWarning, true); in TEST()
490 TestLogWithSeverity(kWarningVerbosity, kWarning, true); in TEST()
497 TestLogWithSeverity(kErrorVerbosity, kWarning, false); in TEST()
504 TestLogWithSeverity("invalid", kWarning, true); in TEST()
/external/image_io/includes/image_io/utils/
Dmessage_stats_writer.h30 const string kWarning = stats_->warning_count == 1 ? "warning" : "warnings"; in ~MessageStatsWriter() local
34 << stats_->warning_count << " " << kWarning << std::endl; in ~MessageStatsWriter()
/external/image_io/src/base/
Dmessage_writer.cc32 case Message::kWarning: in GetTypeCategory()
54 case Message::kWarning: in GetTypeDescription()
/external/google-breakpad/src/testing/src/
Dgmock-internal-utils.cc120 return severity == kWarning; in LogIsVisible()
143 if (severity == kWarning) { in Log()
Dgmock-spec-builders.cc220 Log(kWarning, ss.str(), -1); // -1 means "don't print stack trace". in CheckActionCountIfNotDone()
253 Log(kWarning, msg, 3); in ReportUninterestingCall()
351 reaction == kWarn ? LogIsVisible(kWarning) : in UntypedInvokeWith()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-internal-utils.cc120 return severity == kWarning; in LogIsVisible()
143 if (severity == kWarning) { in Log()
Dgmock-spec-builders.cc220 Log(kWarning, ss.str(), -1); // -1 means "don't print stack trace". in CheckActionCountIfNotDone()
256 Log(kWarning, in ReportUninterestingCall()
361 reaction == kWarn ? LogIsVisible(kWarning) : in UntypedInvokeWith()
/external/googletest/googlemock/src/
Dgmock-internal-utils.cc138 return severity == kWarning; in LogIsVisible()
157 if (severity == kWarning) { in Log()
Dgmock-spec-builders.cc252 Log(kWarning, ss.str(), -1); // -1 means "don't print stack trace". in CheckActionCountIfNotDone()
288 Log(kWarning, in ReportUninterestingCall()
397 ? LogIsVisible(kWarning) in UntypedInvokeWith()
/external/lzma/CPP/7zip/UI/Common/
DExitCode.h11 kWarning = 1, // Non fatal error(s) occurred enumerator
/external/skia/modules/skottie/src/
DSkottieTextLayer.cpp73 abuilder->log(Logger::Level::kWarning, nullptr, "Unknown font style: %s.", style); in FontStyle()
276 this->log(Logger::Level::kWarning, nullptr, "Unsupported animated text properties."); in attachTextLayer()
DSkottieAnimator.cpp75 abuilder->log(Logger::Level::kWarning, nullptr, in parseKeyFrames()
267 abuilder->log(Logger::Level::kWarning, nullptr, "Unsupported expression."); in BindPropertyImpl()
/external/skqp/modules/skottie/src/
DSkottieTextLayer.cpp73 abuilder->log(Logger::Level::kWarning, nullptr, "Unknown font style: %s.", style); in FontStyle()
276 this->log(Logger::Level::kWarning, nullptr, "Unsupported animated text properties."); in attachTextLayer()
DSkottieLayerEffect.cpp80 this->log(Logger::Level::kWarning, nullptr, "Unsupported layer effect type: %d.", ty); in attachLayerEffects()
DSkottieAnimator.cpp75 abuilder->log(Logger::Level::kWarning, nullptr, in parseKeyFrames()
269 abuilder->log(Logger::Level::kWarning, nullptr, "Unsupported expression."); in BindPropertyImpl()
/external/libbrillo/brillo/http/
Dhttp_request.h79 BRILLO_EXPORT extern const char kWarning[];
111 BRILLO_EXPORT extern const char kWarning[];
Dhttp_request.cc71 const char request_header::kWarning[] = "Warning"; member in brillo::http::request_header
101 const char response_header::kWarning[] = "Warning"; member in brillo::http::response_header
/external/skqp/modules/skottie/include/
DSkottie.h99 kWarning, enumerator
/external/v8/src/inspector/
Dv8-console.cc103 reportCall(ConsoleAPIType::kWarning, arguments); in reportDeprecatedCall()
226 .reportCall(ConsoleAPIType::kWarning); in Warn()
330 helper.reportCallWithArgument(ConsoleAPIType::kWarning, in CountReset()
378 ConsoleAPIType::kWarning, in timeFunction()
397 ConsoleAPIType::kWarning, in timeEndFunction()
Dv8-console-message.h30 kWarning, enumerator
Dv8-console-message.cc33 case ConsoleAPIType::kWarning: in consoleAPITypeValue()
228 else if (m_type == ConsoleAPIType::kWarning) in reportToFrontend()
413 } else if (type == ConsoleAPIType::kWarning) { in createForConsoleAPI()
/external/skia/modules/skottie/include/
DSkottie.h99 kWarning, enumerator
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp34 static const char * const kWarning = "WARNING: "; variable
188 *_se << endl << (isWarning ? kWarning : kError) in CommonError()

12