| /third_party/skia/src/utils/win/ |
| D | SkHRESULT.cpp | 19 LPSTR errorText = nullptr; in SkTraceHR() local 26 (LPSTR) &errorText, in SkTraceHR() 31 if (nullptr == errorText) { in SkTraceHR() 34 SkDebugf("%s", errorText); in SkTraceHR() 35 LocalFree(errorText); in SkTraceHR() 36 errorText = nullptr; in SkTraceHR()
|
| /third_party/skia/tests/ |
| D | SkRuntimeEffectTest.cpp | 34 auto [effect, errorText] = SkRuntimeEffect::MakeForShader(SkString(src)); in test_invalid_effect() 36 REPORTER_ASSERT(r, errorText.contains(expected), in test_invalid_effect() 38 expected, errorText.c_str()); in test_invalid_effect() 77 auto [effect, errorText] = SkRuntimeEffect::MakeForColorFilter(SkString(R"( in DEF_TEST() 91 REPORTER_ASSERT(r, effect, "%s", errorText.c_str()); in DEF_TEST() 97 auto [effect, errorText] = SkRuntimeEffect::MakeForShader(SkString(sksl), opt); in DEF_TEST() 98 REPORTER_ASSERT(r, effect, "%s", errorText.c_str()); in DEF_TEST() 108 auto [effect, errorText] = SkRuntimeEffect::MakeForColorFilter(SkString(sksl)); in DEF_TEST() 109 REPORTER_ASSERT(r, effect, "%s", errorText.c_str()); in DEF_TEST() 113 auto [effect, errorText] = SkRuntimeEffect::MakeForColorFilter(SkString(sksl)); in DEF_TEST() [all …]
|
| D | SkSLSPIRVTestbed.cpp | 22 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
|
| D | SkSLGLSLTestbed.cpp | 22 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
|
| D | SkSLMetalTestbed.cpp | 22 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
|
| D | SkSLES2ConformanceTest.cpp | 66 ERRORF(r, "%s: %s", testFile, result.errorText.c_str()); in test_expect_pass()
|
| /third_party/cef/tests/cefsimple/ |
| D | simple_handler.cc | 109 const CefString& errorText, in OnLoadError() argument 125 << std::string(failedUrl) << " with error " << std::string(errorText) in OnLoadError()
|
| D | simple_handler.h | 45 const CefString& errorText,
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | load_handler_cpptoc.cc | 105 const cef_string_t* errorText, in load_handler_on_load_error() argument 131 CefString(errorText), CefString(failedUrl)); in load_handler_on_load_error()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | load_handler_ctocpp.cc | 101 const CefString& errorText, in OnLoadError() argument 128 errorText.GetStruct(), failedUrl.GetStruct()); in OnLoadError()
|
| D | load_handler_ctocpp.h | 50 const CefString& errorText,
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkUtil.cpp | 107 gpu->shaderCompiler()->errorText().c_str()); in GrCompileVkShaderModule() 113 gpu->shaderCompiler()->errorText().c_str()); in GrCompileVkShaderModule()
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | RpcController.java | 68 String errorText(); in errorText() method
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
| D | CalendarCalc.java | 350 errorText("Error: no input to parse!"); in textChanged() 364 errorText("Exception: " + e.getClass().toString() + " parsing: "+rightString); in textChanged() 390 errorText("Exception: " + e.getClass().toString() + " formatting " in millisFormat() 446 public void errorText(String s) in errorText() method in CalendarCalcFrame
|
| /third_party/skia/tools/ |
| D | RuntimeBlendUtils.cpp | 20 SkASSERTF(result.effect, "%s", result.errorText.c_str()); in GetRuntimeBlendForBlendMode()
|
| /third_party/skia/src/sksl/ |
| D | SkSLMain.cpp | 316 auto emitCompileError = [&](SkSL::FileOutputStream& out, const char* errorText) { in processCommand() argument 321 errorStream.writeText(errorText); in processCommand() 324 puts(errorText); in processCommand() 336 emitCompileError(out, compiler.errorText().c_str()); in processCommand()
|
| /third_party/cef/include/capi/ |
| D | cef_load_handler_capi.h | 118 const cef_string_t* errorText,
|
| /third_party/cef/include/ |
| D | cef_load_handler.h | 112 const CefString& errorText, in OnLoadError() argument
|
| /third_party/skia/src/sksl/dsl/ |
| D | DSLRuntimeEffects.cpp | 36 SkASSERTF(result.effect, "%s\n", result.errorText.c_str()); in EndRuntimeShader()
|
| /third_party/cef/libcef/renderer/ |
| D | render_frame_observer.cc | 238 const std::string& errorText = net::ErrorToString(errorCode); in OnLoadError() local 243 errorText, frame_->GetURL()); in OnLoadError()
|
| /third_party/skia/src/effects/ |
| D | SkBlenders.cpp | 55 SkASSERTF(result.effect, "SkBlenders::Arithmetic: %s", result.errorText.c_str()); in Arithmetic()
|
| /third_party/skia/tools/viewer/ |
| D | SkSLSlide.cpp | 99 auto [effect, errorText] = SkRuntimeEffect::MakeForShader(sksl); in rebuild() 105 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
|
| /third_party/skia/src/core/ |
| D | SkRuntimeEffectPriv.h | 62 SkASSERTF(result.effect, "%s", result.errorText.c_str());
|
| /third_party/skia/src/gpu/gl/builders/ |
| D | GrGLShaderStringBuilder.cpp | 36 errorHandler->compileError(src.c_str(), compiler->errorText().c_str()); in GrSkSLtoGLSL()
|
| /third_party/skia/modules/skottie/src/effects/ |
| D | SkSLEffect.cpp | 81 result.errorText.c_str()); in SkSLEffectAdapter()
|