Home
last modified time | relevance | path

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

12

/third_party/typescript_eslint/packages/eslint-plugin/tools/
Dlog.ts11 logError(chalk.bold(ruleName));
16 function logError(...messages: string[]): void { function
20 export { logError, logRule };
/third_party/skia/bench/
DBenchLogger.h38 void logError(const char msg[]) { this->nativeLogError(msg); } in logError() function
43 void logError(const SkString& str) { this->nativeLogError(str.c_str()); } in logError() function
/third_party/flutter/skia/bench/
DBenchLogger.h38 void logError(const char msg[]) { this->nativeLogError(msg); } in logError() function
43 void logError(const SkString& str) { this->nativeLogError(str.c_str()); } in logError() function
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLEPlatform.cpp39 mPlatformMethods.logError = logErrorFunc; in ANGLEPlatform()
150 if (mPlatformMethods.logError) in initAttribs()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLEPlatform.cpp39 mPlatformMethods.logError = logErrorFunc; in ANGLEPlatform()
191 if (mPlatformMethods.logError) in initAttribs()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp45 plat->logError(plat, msg.getMessage().c_str()); in logMessage()
DDisplay.cpp334 platformMethods->logError = Display_logError; in ANGLESetDefaultDisplayPlatform()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp48 plat->logError(plat, msg.getMessage().c_str()); in logMessage()
DDisplay.cpp542 platformMethods->logError = Display_logError; in ANGLESetDefaultDisplayPlatform()
/third_party/flutter/flutter/examples/catalog/bin/
Dsample_page.dart33 void logError(String s) { print(s); }
247 logError(
256 logError(
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.hpp249 …void logError(const char* phase, const char* internalFormat, glw::GLuint component, const char* ex…
DesextcTextureBufferTextureBufferRange.cpp1129 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1156 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1184 logError(phase, glu::getUncompressedTextureFormatName(info.get_internal_format()), i, in checkResult()
1217 void TextureBufferTextureBufferRange::logError(const char* phase, const char* internalFormat, glw::… in logError() function in glcts::TextureBufferTextureBufferRange
/third_party/flutter/skia/third_party/externals/angle2/include/platform/
DPlatform.h245 OP(logError, LogError) \
/third_party/skia/third_party/externals/angle2/include/platform/
DPlatformMethods.h260 OP(logError, LogError) \
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp438 mPlatformMethods.logError = EmptyPlatformMethod; in SetUp()
/third_party/typescript/src/server/
Dsession.ts159 logError(error: Error, message: string): void; method
230 … this.operationHost.logError(e, `delayed processing of request ${this.requestId}`);
757 logError: (err, cmd) => this.logError(err, cmd),
891 public logError(err: Error, cmd: string): void {
1021 this.logError(err, kind);
Dproject.ts1628 … const logError = (message: string) => { (errorLogs || (errorLogs = [])).push(message); }; constant
1630 …roject.resolveModule(pluginConfigEntry.name, searchPath, this.projectService.host, log, logError));
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.hpp492 …void logError(const glw::GLchar* subroutine_names[4][2], const glw::GLuint subroutine_combination[…
569 void logError(const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left,
Dgl4cVertexAttrib64BitTest.cpp665 …void logError(const GLdouble* set_values, const GLdouble* get_values, GLuint length, const char* f…
1039 void GetVertexAttribTest::logError(const GLdouble* set_values, const GLdouble* get_values, GLuint l… in logError() function in VertexAttrib64Bit::GetVertexAttribTest
1147 logError(set_values, results, length, function_name, index, line_number); in verifyResults()
Dgl4cShaderSubroutineTests.cpp4016 logError(subroutine_names, subroutine_combinations[i], input_data, first_routine_result, in iterate()
4054 void FunctionalTest5::logError(const glw::GLchar* subroutine_names[4][2], const glw::GLuint subrout… in logError() function in gl4cts::ShaderSubroutine::FunctionalTest5
4685 void FunctionalTest7_8::logError(const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>&… in logError() function in gl4cts::ShaderSubroutine::FunctionalTest7_8
4913logError(combination, left, right, indices, expected_results, vec4_results, array_length, results); in testDraw()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp718 mPlatformMethods.logError = CustomLogError; in SetUp()
/third_party/typescript/src/tsserver/
DnodeServer.ts869 ioSession.logError(err, "unknown");
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp487 gDefaultPlatformMethods.logError = TestPlatform_logError; in ANGLETestSetUp()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp609 gDefaultPlatformMethods.logError = TestPlatform_logError; in ANGLETestSetUp()
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
DREADME.md1399 otherLogger.logError.apply(otherLogger, arguments);

12