Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dlog_severity_test.cc48 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"),
Dlog_severity.h71 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/
Dgmock-internal-utils_test.cc379 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/
Dgmock-internal-utils.cc141 return severity == kWarning; in LogIsVisible()
159 if (severity == kWarning) { in Log()
Dgmock-spec-builders.cc259 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/
DEffects.cpp99 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/
DExitCode.h11 kWarning = 1, // Non fatal error(s) occurred enumerator
/third_party/skia/modules/skottie/src/layers/
DAudioLayer.cpp74 this->log(Logger::Level::kWarning, nullptr, in attachAudioLayer()
DTextLayer.cpp96 abuilder->log(Logger::Level::kWarning, nullptr, "Unknown font style: %s.", style); in FontStyle()
/third_party/skia/modules/skottie/src/animator/
DAnimator.cpp63 abuilder.log(Logger::Level::kWarning, jprop, in bindImpl()
/third_party/skia/modules/skottie/src/text/
DRangeSelector.cpp38 abuilder->log(Logger::Level::kWarning, nullptr, in ParseEnum()
250 abuilder->log(Logger::Level::kWarning, nullptr, in Make()
DTextValue.cpp133 abuilder.log(Logger::Level::kWarning, nullptr, in Parse()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Draw_logging.h95 #define ABSL_RAW_LOGGING_INTERNAL_WARNING ::absl::LogSeverity::kWarning
/third_party/node/deps/v8/src/inspector/
Dv8-console-message.cc38 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()
Dv8-console-message.h33 kWarning, enumerator
Dv8-console.cc120 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/
DComposition.cpp81 abuilder.log(Logger::Level::kWarning, jlayer, in CompositionBuilder()
DSkottie.cpp119 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/
DGPUShaderModule.cpp45 return interop::GPUCompilationMessageType::kWarning; in compilationInfo()
/third_party/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp37 static const char * const kWarning = "WARNING: "; variable
191 *_se << endl << (isWarning ? kWarning : kError) in CommonError()
/third_party/skia/modules/skottie/include/
DSkottie.h49 kWarning, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dmarshalling.cc215 *dst = absl::LogSeverity::kWarning; in AbslParseFlag()
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h271 enum LogSeverity { kInfo = 0, kWarning = 1 }; enumerator
/third_party/node/deps/v8/src/torque/ls/
Dmessage.h273 kWarning = 2, enumerator
Dmessage-handler.cc152 return Diagnostic::kWarning; in ServerityFor()

12