/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | log_severity_test.cc | 48 EXPECT_THAT(StreamHelper(absl::LogSeverity::kWarning), Eq("WARNING")); in TEST() 96 std::make_tuple("1", absl::LogSeverity::kWarning), 97 std::make_tuple("+1", absl::LogSeverity::kWarning), 134 std::make_tuple("WARNING", absl::LogSeverity::kWarning), 135 std::make_tuple("warning", absl::LogSeverity::kWarning), 136 std::make_tuple("kWarning", absl::LogSeverity::kWarning), 137 std::make_tuple("WaRnInG", absl::LogSeverity::kWarning), 138 std::make_tuple("KwArNiNg", absl::LogSeverity::kWarning), 173 std::make_tuple(absl::LogSeverity::kWarning, "WARNING"),
|
D | log_severity.h | 71 kWarning = 1, enumerator 81 return {{absl::LogSeverity::kInfo, absl::LogSeverity::kWarning, in LogSeverities() 92 : s == absl::LogSeverity::kWarning in LogSeverityName()
|
/third_party/googletest/googlemock/test/ |
D | gmock-internal-utils_test.cc | 379 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F() 385 EXPECT_FALSE(LogIsVisible(kWarning)); in TEST_F() 391 EXPECT_TRUE(LogIsVisible(kWarning)); in TEST_F() 409 ContainsRegex(severity == kWarning in TestLogWithSeverity() 444 Log(kWarning, "Test log.\n", 100); in TEST() 480 TestLogWithSeverity(kInfoVerbosity, kWarning, true); in TEST() 487 TestLogWithSeverity(kWarningVerbosity, kWarning, true); in TEST() 494 TestLogWithSeverity(kErrorVerbosity, kWarning, false); in TEST() 501 TestLogWithSeverity("invalid", kWarning, true); in TEST()
|
/third_party/googletest/googlemock/src/ |
D | gmock-internal-utils.cc | 141 return severity == kWarning; in LogIsVisible() 159 if (severity == kWarning) { in Log()
|
D | gmock-spec-builders.cc | 259 Log(kWarning, ss.str(), -1); // -1 means "don't print stack trace". in CheckActionCountIfNotDone() 295 Log(kWarning, in ReportUninterestingCall()
|
/third_party/skia/modules/skottie/src/effects/ |
D | Effects.cpp | 99 fBuilder->log(Logger::Level::kWarning, &jeffect, in findBuilder() 163 fBuilder->log(Logger::Level::kWarning, jstyle, "Unsupported layer style."); in attachStyles()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | ExitCode.h | 11 kWarning = 1, // Non fatal error(s) occurred enumerator
|
/third_party/skia/modules/skottie/src/layers/ |
D | AudioLayer.cpp | 74 this->log(Logger::Level::kWarning, nullptr, in attachAudioLayer()
|
D | TextLayer.cpp | 96 abuilder->log(Logger::Level::kWarning, nullptr, "Unknown font style: %s.", style); in FontStyle()
|
/third_party/skia/modules/skottie/src/animator/ |
D | Animator.cpp | 63 abuilder.log(Logger::Level::kWarning, jprop, in bindImpl()
|
/third_party/skia/modules/skottie/src/text/ |
D | RangeSelector.cpp | 38 abuilder->log(Logger::Level::kWarning, nullptr, in ParseEnum() 250 abuilder->log(Logger::Level::kWarning, nullptr, in Make()
|
D | TextValue.cpp | 133 abuilder.log(Logger::Level::kWarning, nullptr, in Parse()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | raw_logging.h | 95 #define ABSL_RAW_LOGGING_INTERNAL_WARNING ::absl::LogSeverity::kWarning
|
/third_party/node/deps/v8/src/inspector/ |
D | v8-console-message.cc | 38 case ConsoleAPIType::kWarning: in consoleAPITypeValue() 237 else if (m_type == ConsoleAPIType::kWarning) in reportToFrontend() 373 case ConsoleAPIType::kWarning: in reportToFrontend() 468 } else if (type == ConsoleAPIType::kWarning) { in createForConsoleAPI()
|
D | v8-console-message.h | 33 kWarning, enumerator
|
D | v8-console.cc | 120 reportCall(ConsoleAPIType::kWarning, arguments); in reportDeprecatedCall() 222 .reportCall(ConsoleAPIType::kWarning); in Warn() 343 helper.reportCallWithArgument(ConsoleAPIType::kWarning, in CountReset() 405 ConsoleAPIType::kWarning, in timeFunction() 423 ConsoleAPIType::kWarning, in timeEndFunction()
|
/third_party/skia/modules/skottie/src/ |
D | Composition.cpp | 81 abuilder.log(Logger::Level::kWarning, jlayer, in CompositionBuilder()
|
D | Skottie.cpp | 119 abuilder->log(Logger::Level::kWarning, &jobject, in GetBlendMode() 234 this->log(Logger::Level::kWarning, m, "Ignoring unexpected marker."); in dispatchMarkers()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUShaderModule.cpp | 45 return interop::GPUCompilationMessageType::kWarning; in compilationInfo()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 37 static const char * const kWarning = "WARNING: "; variable 191 *_se << endl << (isWarning ? kWarning : kError) in CommonError()
|
/third_party/skia/modules/skottie/include/ |
D | Skottie.h | 49 kWarning, enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | marshalling.cc | 215 *dst = absl::LogSeverity::kWarning; in AbslParseFlag()
|
/third_party/googletest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 271 enum LogSeverity { kInfo = 0, kWarning = 1 }; enumerator
|
/third_party/node/deps/v8/src/torque/ls/ |
D | message.h | 273 kWarning = 2, enumerator
|
D | message-handler.cc | 152 return Diagnostic::kWarning; in ServerityFor()
|