Home
last modified time | relevance | path

Searched refs:errorText (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/src/utils/win/
DSkHRESULT.cpp19 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/
DSkRuntimeEffectTest.cpp34 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 …]
DSkSLSPIRVTestbed.cpp22 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
DSkSLGLSLTestbed.cpp22 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
DSkSLMetalTestbed.cpp22 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str()); in test()
DSkSLES2ConformanceTest.cpp66 ERRORF(r, "%s: %s", testFile, result.errorText.c_str()); in test_expect_pass()
/third_party/cef/tests/cefsimple/
Dsimple_handler.cc109 const CefString& errorText, in OnLoadError() argument
125 << std::string(failedUrl) << " with error " << std::string(errorText) in OnLoadError()
Dsimple_handler.h45 const CefString& errorText,
/third_party/cef/libcef_dll/cpptoc/
Dload_handler_cpptoc.cc105 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/
Dload_handler_ctocpp.cc101 const CefString& errorText, in OnLoadError() argument
128 errorText.GetStruct(), failedUrl.GetStruct()); in OnLoadError()
Dload_handler_ctocpp.h50 const CefString& errorText,
/third_party/skia/src/gpu/vk/
DGrVkUtil.cpp107 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/
DRpcController.java68 String errorText(); in errorText() method
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java350 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/
DRuntimeBlendUtils.cpp20 SkASSERTF(result.effect, "%s", result.errorText.c_str()); in GetRuntimeBlendForBlendMode()
/third_party/skia/src/sksl/
DSkSLMain.cpp316 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/
Dcef_load_handler_capi.h118 const cef_string_t* errorText,
/third_party/cef/include/
Dcef_load_handler.h112 const CefString& errorText, in OnLoadError() argument
/third_party/skia/src/sksl/dsl/
DDSLRuntimeEffects.cpp36 SkASSERTF(result.effect, "%s\n", result.errorText.c_str()); in EndRuntimeShader()
/third_party/cef/libcef/renderer/
Drender_frame_observer.cc238 const std::string& errorText = net::ErrorToString(errorCode); in OnLoadError() local
243 errorText, frame_->GetURL()); in OnLoadError()
/third_party/skia/src/effects/
DSkBlenders.cpp55 SkASSERTF(result.effect, "SkBlenders::Arithmetic: %s", result.errorText.c_str()); in Arithmetic()
/third_party/skia/tools/viewer/
DSkSLSlide.cpp99 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/
DSkRuntimeEffectPriv.h62 SkASSERTF(result.effect, "%s", result.errorText.c_str());
/third_party/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp36 errorHandler->compileError(src.c_str(), compiler->errorText().c_str()); in GrSkSLtoGLSL()
/third_party/skia/modules/skottie/src/effects/
DSkSLEffect.cpp81 result.errorText.c_str()); in SkSLEffectAdapter()

123