Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_for_stmt_test.cc169 void TestForWithError(std::string for_str, std::string error_str) { in TestForWithError() argument
177 EXPECT_EQ(p_for->error(), error_str); in TestForWithError()
184 std::string error_str = "1:5: expected '(' for for loop"; in TEST_F() local
186 TestForWithError(for_str, error_str); in TEST_F()
192 std::string error_str = "1:6: expected ';' for initializer in for loop"; in TEST_F() local
194 TestForWithError(for_str, error_str); in TEST_F()
200 std::string error_str = "1:7: expected ';' for condition in for loop"; in TEST_F() local
202 TestForWithError(for_str, error_str); in TEST_F()
208 std::string error_str = "1:9: expected ')' for for loop"; in TEST_F() local
210 TestForWithError(for_str, error_str); in TEST_F()
[all …]
/third_party/cef/libcef/browser/
Dxml_reader_impl.cc59 std::string error_str(msg); in xml_error_callback() local
60 if (!error_str.empty() && error_str[error_str.length() - 1] == '\n') in xml_error_callback()
61 error_str.resize(error_str.length() - 1); in xml_error_callback()
64 ss << error_str << ", line " << xmlTextReaderLocatorLineNumber(locator); in xml_error_callback()
84 std::string error_str(error->message); in xml_structured_error_callback() local
85 if (!error_str.empty() && error_str[error_str.length() - 1] == '\n') in xml_structured_error_callback()
86 error_str.resize(error_str.length() - 1); in xml_structured_error_callback()
89 ss << error_str << ", line " << error->line; in xml_structured_error_callback()
441 void CefXmlReaderImpl::AppendError(const CefString& error_str) { in AppendError() argument
444 error_buf_ << error_str.ToString(); in AppendError()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c67 const char *error_str = in brw_codegen_cs_prog() local
69 ralloc_strcat(&cp->program.sh.data->InfoLog, error_str); in brw_codegen_cs_prog()
70 _mesa_problem(NULL, "Failed to link compute shader: %s\n", error_str); in brw_codegen_cs_prog()
106 ralloc_strcat(&cp->program.sh.data->InfoLog, params.error_str); in brw_codegen_cs_prog()
107 _mesa_problem(NULL, "Failed to compile compute shader: %s\n", params.error_str); in brw_codegen_cs_prog()
Dbrw_tes.c78 char *error_str; in brw_codegen_tes_prog() local
81 nir, st_index, NULL, &error_str); in brw_codegen_tes_prog()
84 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tes_prog()
87 "%s\n", error_str); in brw_codegen_tes_prog()
Dbrw_gs.c131 char *error_str; in brw_codegen_gs_prog() local
135 NULL, &error_str); in brw_codegen_gs_prog()
137 ralloc_strcat(&gp->program.sh.data->InfoLog, error_str); in brw_codegen_gs_prog()
138 _mesa_problem(NULL, "Failed to compile geometry shader: %s\n", error_str); in brw_codegen_gs_prog()
Dbrw_tcs.c111 char *error_str; in brw_codegen_tcs_prog() local
114 NULL, &error_str); in brw_codegen_tcs_prog()
118 ralloc_strcat(&tep->program.sh.data->InfoLog, error_str); in brw_codegen_tcs_prog()
122 "%s\n", error_str); in brw_codegen_tcs_prog()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_non_semantic_test.cpp34 error_str(in_error_str), in TestResult()
37 const char* error_str; member
93 if (test_result.error_str) { in TEST_P()
95 testing::ContainsRegex(test_result.error_str)); in TEST_P()
Dval_builtins_test.cpp43 error_str(in_error_str), in TestResult()
46 const char* error_str; member
168 if (test_result.error_str) { in TEST_P()
169 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
198 if (test_result.error_str) { in TEST_P()
199 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
228 if (test_result.error_str) { in TEST_P()
229 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
336 if (test_result.error_str) { in TEST_P()
337 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
[all …]
/third_party/spirv-tools/test/val/
Dval_non_semantic_test.cpp34 error_str(in_error_str), in TestResult()
37 const char* error_str; member
93 if (test_result.error_str) { in TEST_P()
95 testing::ContainsRegex(test_result.error_str)); in TEST_P()
Dval_builtins_test.cpp43 error_str(in_error_str), in TestResult()
46 const char* error_str; member
168 if (test_result.error_str) { in TEST_P()
169 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
198 if (test_result.error_str) { in TEST_P()
199 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
228 if (test_result.error_str) { in TEST_P()
229 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
336 if (test_result.error_str) { in TEST_P()
337 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_non_semantic_test.cpp34 error_str(in_error_str), in TestResult()
37 const char* error_str; member
93 if (test_result.error_str) { in TEST_P()
95 testing::ContainsRegex(test_result.error_str)); in TEST_P()
Dval_builtins_test.cpp43 error_str(in_error_str), in TestResult()
46 const char* error_str; member
168 if (test_result.error_str) { in TEST_P()
169 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
198 if (test_result.error_str) { in TEST_P()
199 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
228 if (test_result.error_str) { in TEST_P()
229 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
336 if (test_result.error_str) { in TEST_P()
337 EXPECT_THAT(getDiagnosticString(), HasSubstr(test_result.error_str)); in TEST_P()
[all …]
/third_party/mesa3d/src/vulkan/util/
Dvk_log.c292 const char *error_str = vk_Result_to_str(error); in __vk_errorv() local
301 "%s (%s)", message, error_str); in __vk_errorv()
306 "%s (%s)", message, error_str); in __vk_errorv()
313 "%s", error_str); in __vk_errorv()
318 "%s", error_str); in __vk_errorv()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.c948 gulong * error_code, gchar ** error_str) in gst_ks_video_device_request_frame() argument
995 if (error_str != NULL) in gst_ks_video_device_request_frame()
996 *error_str = NULL; in gst_ks_video_device_request_frame()
1002 error_code, error_str); in gst_ks_video_device_request_frame()
1013 GstClockTime * presentation_time, gulong * error_code, gchar ** error_str) in gst_ks_video_device_read_frame() argument
1030 if (!gst_ks_video_device_request_frame (self, req, error_code, error_str)) in gst_ks_video_device_read_frame()
1126 if (!gst_ks_video_device_request_frame (self, req, error_code, error_str)) in gst_ks_video_device_read_frame()
1146 if (error_str != NULL) in gst_ks_video_device_read_frame()
1147 *error_str = NULL; in gst_ks_video_device_read_frame()
1154 GetLastError (), error_code, error_str); in gst_ks_video_device_read_frame()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dgifdec.c302 const char* error_str = (const char*)GifErrorString( in GIFDisplayError() local
305 const char* error_str = (const char*)GifErrorString(); in GIFDisplayError()
308 if (error_str == NULL) error_str = "Unknown error"; in GIFDisplayError()
309 fprintf(stderr, "GIFLib Error %d: %s\n", gif_error, error_str); in GIFDisplayError()
/third_party/skia/third_party/externals/libwebp/examples/
Dgifdec.c302 const char* error_str = (const char*)GifErrorString( in GIFDisplayError() local
305 const char* error_str = (const char*)GifErrorString(); in GIFDisplayError()
308 if (error_str == NULL) error_str = "Unknown error"; in GIFDisplayError()
309 fprintf(stderr, "GIFLib Error %d: %s\n", gif_error, error_str); in GIFDisplayError()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp366 char **error_str) in brw_compile_tcs() argument
465 if (error_str) in brw_compile_tcs()
466 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
493 if (error_str) in brw_compile_tcs()
494 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tcs()
Dbrw_compiler.h1522 char *error_str; member
1552 char **error_str);
1568 char **error_str);
1583 char **error_str);
1641 char *error_str; member
1675 char *error_str; member
1705 char **error_str);
Dbrw_shader.cpp1339 char **error_str) in brw_compile_tes() argument
1365 if (error_str) in brw_compile_tes()
1366 *error_str = ralloc_strdup(mem_ctx, "DS outputs exceed maximum size"); in brw_compile_tes()
1428 if (error_str) in brw_compile_tes()
1429 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
1456 if (error_str) in brw_compile_tes()
1457 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_tes()
Dbrw_vec4_gs_visitor.cpp593 char **error_str) in brw_compile_gs() argument
844 if (error_str) in brw_compile_gs()
845 *error_str = ralloc_strdup(mem_ctx, v.fail_msg); in brw_compile_gs()
939 if (error_str) in brw_compile_gs()
940 *error_str = ralloc_strdup(mem_ctx, gs->fail_msg); in brw_compile_gs()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.c61 const char *error_str = vk_Result_to_str(error); in __vk_startup_errorf() local
73 mesa_loge("%s:%d: %s (%s)\n", file, line, buffer, error_str); in __vk_startup_errorf()
75 mesa_loge("%s:%d: %s\n", file, line, error_str); in __vk_startup_errorf()
/third_party/cef/tests/cefclient/browser/
Dpreferences_test.cc313 CefString error_str; in SetPref() local
314 if (!context->SetPreference(name, value, error_str)) { in SetPref()
315 error = error_str.ToString() + ": " + name; in SetPref()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Diomgr.pyx.pxi24 error_str = "{} failed: {}".format(syscall, err)
25 error_bytes = str_to_bytes(error_str)
/third_party/cef/tests/ceftests/
Dxml_reader_unittest.cc611 CefString error_str; in TEST() local
617 &error_str)); in TEST()
618 ASSERT_EQ(error_str, in TEST()
631 CefString error_str; in TEST() local
637 &error_str)); in TEST()
638 ASSERT_EQ(error_str, "Value following child element, line 4"); in TEST()
/third_party/node/src/
Dstream_base-inl.h278 void StreamReq::Done(int status, const char* error_str) { in Done() argument
281 if (error_str != nullptr) { in Done()
285 OneByteString(env->isolate(), error_str)) in Done()

12