Home
last modified time | relevance | path

Searched refs:kError (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dlog_severity.h72 kError = 2, member in absl::LogSeverity
82 absl::LogSeverity::kError, absl::LogSeverity::kFatal}}; in LogSeverities()
94 : s == absl::LogSeverity::kError in LogSeverityName()
102 // normalize to `kError` (**NOT** `kFatal`).
106 : s > absl::LogSeverity::kFatal ? absl::LogSeverity::kError : s; in NormalizeLogSeverity()
H A Dlog_severity_test.cc49 EXPECT_THAT(StreamHelper(absl::LogSeverity::kError), Eq("ERROR")); in TEST()
98 std::make_tuple("2", absl::LogSeverity::kError),
139 std::make_tuple("ERROR", absl::LogSeverity::kError),
140 std::make_tuple("error", absl::LogSeverity::kError),
141 std::make_tuple("kError", absl::LogSeverity::kError),
142 std::make_tuple("eRrOr", absl::LogSeverity::kError),
143 std::make_tuple("kErRoR", absl::LogSeverity::kError),
174 std::make_tuple(absl::LogSeverity::kError, "ERROR"),
/third_party/node/deps/undici/src/lib/fileapi/
H A Dutil.js5 kError,
46 fr[kError] = null
146 fr[kError] = error
174 fr[kError] = error
H A Dsymbols.js6 kError: Symbol('FileReader error'),
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc99 return {Token::Type::kError, begin_source(), "invalid character found"}; in next()
218 return {Token::Type::kError, source, "unterminated block comment"}; in skip_comment()
270 return {Token::Type::kError, source, in try_float()
300 return {Token::Type::kError, source, in try_float()
305 return {Token::Type::kError, source, in try_float()
309 return {Token::Type::kError, source, in try_float()
439 return {Token::Type::kError, source, in try_hex_float()
469 return {Token::Type::kError, source, in try_hex_float()
509 return {Token::Type::kError, source, in try_hex_float()
523 return {Token::Type::kError, sourc in try_hex_float()
[all...]
H A Dtoken.h32 kError = -2, member in tint::reader::wgsl::Token::Type
378 bool IsError() const { return type_ == Type::kError; } in IsError()
445 Type type_ = Type::kError;
H A Dlexer_test.cc123 ASSERT_TRUE(t.Is(Token::Type::kError)); in TEST_F()
350 ASSERT_TRUE(t.Is(Token::Type::kError)); in TEST_F()
359 ASSERT_TRUE(t.Is(Token::Type::kError)); in TEST_F()
369 ASSERT_TRUE(t.Is(Token::Type::kError)); in TEST_F()
378 ASSERT_TRUE(t.Is(Token::Type::kError)); in TEST_F()
425 ASSERT_TRUE(t.Is(Token::Type::kError)); in TEST_F()
463 ASSERT_TRUE(t.Is(Token::Type::kError)); in TEST_F()
504 ASSERT_TRUE(t.Is(Token::Type::kError)); in TEST_F()
/third_party/skia/modules/skottie/src/
H A DComposition.cpp26 abuilder->log(Logger::Level::kError, nullptr, "Layer missing refId."); in ScopedAssetRef()
32 abuilder->log(Logger::Level::kError, nullptr, "Asset not found: '%s'.", refId.c_str()); in ScopedAssetRef()
37 abuilder->log(Logger::Level::kError, nullptr, in ScopedAssetRef()
H A DSkottie.cpp353 fLogger->log(Logger::Level::kError, "Cannot parse streaming content.\n"); in make()
361 fLogger->log(Logger::Level::kError, "Failed to read the input stream.\n"); in make()
388 fLogger->log(Logger::Level::kError, "Failed to parse JSON input.\n"); in make()
412 fLogger->log(Logger::Level::kError, msg.c_str()); in make()
432 fLogger->log(Logger::Level::kError, "Could not parse animation.\n"); in make()
/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp221 this->log(Logger::Level::kError, jfont, "Invalid font."); in parseFonts()
285 this->log(Logger::Level::kError, nullptr, "Could not create typeface for %s|%s.", in resolveNativeTypefaces()
332 this->log(Logger::Level::kError, jchar, "Invalid glyph."); in resolveEmbeddedTypefaces()
341 this->log(Logger::Level::kError, jchar, "Unsupported glyph ID."); in resolveEmbeddedTypefaces()
362 this->log(Logger::Level::kError, nullptr, in resolveEmbeddedTypefaces()
H A DFootageLayer.cpp94 this->log(Logger::Level::kError, nullptr, "Could not load image asset: %s/%s (id: '%s').", in loadFootageAsset()
133 this->log(Logger::Level::kError, nullptr, "Could not load single-frame image asset."); in attachFootageAsset()
H A DSolidLayer.cpp30 this->log(Logger::Level::kError, &jlayer, "Could not parse solid layer."); in attachSolidLayer()
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp35 static const char * const kError = "ERROR: "; variable
66 *_se << endl << kError << NError::MyFormatMessage(systemError) << endl; in ScanError()
314 case NUserAnswerMode::kError: return E_FAIL; in AskOverwrite()
409 *_se << kError << message << endl; in MessageError()
453 dest += kError; in SetExtractErrorMessage()
753 *_se << kError; in OpenResult() local
838 *_se << endl << kError; in ExtractResult() local
H A DUserInputUtils.cpp36 return NUserAnswerMode::kError; in ScanUserYesNoAllQuit()
38 return NUserAnswerMode::kError; in ScanUserYesNoAllQuit()
H A DUserInputUtils.h19 kError enumerator
/third_party/skia/modules/skottie/src/animator/
H A DAnimator.cpp86 abuilder.log(Logger::Level::kError, jprop, in bindImpl()
100 abuilder.log(Logger::Level::kError, jprop, "Could not parse keyframed property."); in bindImpl()
/third_party/node/deps/undici/src/lib/
H A Dclient.js53 kError,
432 this[kSocket][kError] = err
441 this[kSocket][kError] = err
813 socket[kError] = null
1082 this[kError] = err
1125 if (!this[kError] && parser.statusCode && !parser.shouldKeepAlive) {
1134 const err = this[kError] || new SocketError('closed', util.getSocketInfo(this))
1266 socket[kError] = null
2074 if (socket[kError]) {
2075 reject(socket[kError])
[all...]
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp274 static constexpr SkQP::RenderOutcome kError = {INT_MAX, INT_MAX, INT64_MAX}; in evaluateGM() local
279 return std::make_tuple(kError, "Skia Failure: test context"); in evaluateGM()
298 return std::make_tuple(kError, "Skia Failure: gr-context"); in evaluateGM()
309 return std::make_tuple(kError, "Skia Failure: read pixels"); in evaluateGM()
320 return std::make_tuple(kError, std::move(modelResult.fErrorString)); in evaluateGM()
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dtoken.js17 kError: "error",
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dtoken.js17 kError: "error",
/third_party/spirv-tools/tools/sva/src/
H A Dtoken.js17 kError: "error",
/third_party/node/lib/
H A D_http_client.js112 const kError = Symbol('kError');
429 this[kError] = err;
892 finished(socket.destroy(err || req[kError]), (er) => {
902 _destroy(req, err || req[kError]);
H A Dzlib.js78 const kError = Symbol('kError');
193 self[kError] = error;
291 this[kError] = null;
466 else if (self[kError])
467 throw self[kError];
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc36 case ConsoleAPIType::kError: in consoleAPITypeValue()
234 else if (m_type == ConsoleAPIType::kError || in reportToFrontend()
371 case ConsoleAPIType::kError: in reportToFrontend()
465 } else if (type == ConsoleAPIType::kError || in createForConsoleAPI()
547 } else if (type == ConsoleAPIType::kError) { in TraceV8ConsoleMessageEvent()
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp319 return ErrorCode::kError; in addToAtlas()
347 return ErrorCode::kError; in addToAtlas()
355 return ErrorCode::kError; in addToAtlas()
363 return ErrorCode::kError; in addToAtlas()
368 return ErrorCode::kError; in addToAtlas()

Completed in 16 milliseconds

1234