/external/image_io/includes/image_io/base/ |
D | message.h | 19 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/ |
D | gmock-internal-utils_test.cc | 363 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/ |
D | gmock-internal-utils_test.cc | 383 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/ |
D | message_stats_writer.h | 30 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/ |
D | message_writer.cc | 32 case Message::kWarning: in GetTypeCategory() 54 case Message::kWarning: in GetTypeDescription()
|
/external/google-breakpad/src/testing/src/ |
D | gmock-internal-utils.cc | 120 return severity == kWarning; in LogIsVisible() 143 if (severity == kWarning) { in Log()
|
D | gmock-spec-builders.cc | 220 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/ |
D | gmock-internal-utils.cc | 120 return severity == kWarning; in LogIsVisible() 143 if (severity == kWarning) { in Log()
|
D | gmock-spec-builders.cc | 220 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/ |
D | gmock-internal-utils.cc | 138 return severity == kWarning; in LogIsVisible() 157 if (severity == kWarning) { in Log()
|
D | gmock-spec-builders.cc | 252 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/ |
D | ExitCode.h | 11 kWarning = 1, // Non fatal error(s) occurred enumerator
|
/external/skia/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 73 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()
|
D | SkottieAnimator.cpp | 75 abuilder->log(Logger::Level::kWarning, nullptr, in parseKeyFrames() 267 abuilder->log(Logger::Level::kWarning, nullptr, "Unsupported expression."); in BindPropertyImpl()
|
/external/skqp/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 73 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()
|
D | SkottieLayerEffect.cpp | 80 this->log(Logger::Level::kWarning, nullptr, "Unsupported layer effect type: %d.", ty); in attachLayerEffects()
|
D | SkottieAnimator.cpp | 75 abuilder->log(Logger::Level::kWarning, nullptr, in parseKeyFrames() 269 abuilder->log(Logger::Level::kWarning, nullptr, "Unsupported expression."); in BindPropertyImpl()
|
/external/libbrillo/brillo/http/ |
D | http_request.h | 79 BRILLO_EXPORT extern const char kWarning[]; 111 BRILLO_EXPORT extern const char kWarning[];
|
D | http_request.cc | 71 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/ |
D | Skottie.h | 99 kWarning, enumerator
|
/external/v8/src/inspector/ |
D | v8-console.cc | 103 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()
|
D | v8-console-message.h | 30 kWarning, enumerator
|
D | v8-console-message.cc | 33 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/ |
D | Skottie.h | 99 kWarning, enumerator
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 34 static const char * const kWarning = "WARNING: "; variable 188 *_se << endl << (isWarning ? kWarning : kError) in CommonError()
|