/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl_for_stmt_test.cc | 169 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/ |
D | xml_reader_impl.cc | 59 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/ |
D | brw_cs.c | 67 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()
|
D | brw_tes.c | 78 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()
|
D | brw_gs.c | 131 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()
|
D | brw_tcs.c | 111 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/ |
D | val_non_semantic_test.cpp | 34 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()
|
D | val_builtins_test.cpp | 43 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/ |
D | val_non_semantic_test.cpp | 34 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()
|
D | val_builtins_test.cpp | 43 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/ |
D | val_non_semantic_test.cpp | 34 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()
|
D | val_builtins_test.cpp | 43 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/ |
D | vk_log.c | 292 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/ |
D | gstksvideodevice.c | 948 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/ |
D | gifdec.c | 302 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/ |
D | gifdec.c | 302 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/ |
D | brw_vec4_tcs.cpp | 366 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()
|
D | brw_compiler.h | 1522 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);
|
D | brw_shader.cpp | 1339 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()
|
D | brw_vec4_gs_visitor.cpp | 593 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/ |
D | tu_util.c | 61 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/ |
D | preferences_test.cc | 313 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/ |
D | iomgr.pyx.pxi | 24 error_str = "{} failed: {}".format(syscall, err) 25 error_bytes = str_to_bytes(error_str)
|
/third_party/cef/tests/ceftests/ |
D | xml_reader_unittest.cc | 611 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/ |
D | stream_base-inl.h | 278 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()
|