/third_party/boost/boost/test/impl/ |
D | execution_monitor.ipp | 212 // ************** report_error ************** // 254 report_error( execution_exception::error_code ec, boost::exception const* be, char const* format, v… 273 report_error( execution_exception::error_code ec, boost::exception const* be, char const* format, .… 278 report_error( ec, be, format, &args ); 287 report_error( execution_exception::error_code ec, char const* format, ... ) 292 report_error( ec, 0, format, &args ); 392 report_error( execution_exception::system_error, 398 report_error( execution_exception::system_error, 402 report_error( execution_exception::system_error, 408 report_error( execution_exception::system_error, [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 350 static void report_error( struct translate_ctx *ctx, const char *msg ) in report_error() function 391 report_error( ctx, "Unknown header" ); in parse_header() 471 report_error( ctx, "Writemask expected" ); in parse_opt_writemask() 492 report_error( ctx, "Unknown register file" ); in parse_register_file_bracket() 497 report_error( ctx, "Expected `['" ); in parse_register_file_bracket() 518 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_file_bracket_index() 537 report_error( ctx, "Expected `]'" ); in parse_register_1d() 591 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'"); in parse_register_bracket() 605 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_bracket() 614 report_error( ctx, "Expected `]'" ); in parse_register_bracket() [all …]
|
D | tgsi_sanity.c | 151 report_error( in report_error() function 194 report_error( ctx, "(%u): Invalid register file name", file ); in check_file_name() 281 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name ); in check_register_usage() 290 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file], in check_register_usage() 294 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file], in check_register_usage() 317 report_error( ctx, "Too many END instructions" ); in iter_instruction() 324 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode ); in iter_instruction() 329 report_error( ctx, "%s: Invalid number of destination operands, should be %u", in iter_instruction() 333 report_error( ctx, "%s: Invalid number of source operands, should be %u", in iter_instruction() 348 report_error(ctx, "Destination register has empty writemask"); in iter_instruction() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross_c.cpp | 70 (context)->report_error(e.what()); \ 120 void report_error(std::string msg); 123 void spvc_context_s::report_error(std::string msg) in report_error() function in spvc_context_s 247 context->report_error("Out of memory."); in spvc_context_parse_spirv() 270 context->report_error("Out of memory."); in spvc_context_create_compiler() 278 context->report_error("Invalid argument for capture mode."); in spvc_context_create_compiler() 337 context->report_error("Invalid backend."); in spvc_context_create_compiler() 355 compiler->context->report_error("Out of memory."); in spvc_compiler_create_compiler_options() 411 options->context->report_error("Option is not supported by current backend."); in spvc_compiler_options_set_uint() 717 options->context->report_error("Unknown option."); in spvc_compiler_options_set_uint() [all …]
|
/third_party/boost/boost/test/ |
D | minimal.hpp | 43 : boost::minimal_test::report_error(#exp,__FILE__,__LINE__, BOOST_CURRENT_FUNCTION) ) 51 boost::minimal_test::report_error( (msg_),__FILE__,__LINE__, BOOST_CURRENT_FUNCTION, true ) 86 report_error( const char* msg, const char* file, int line, const_string func_name, bool is_msg = fa… in report_error() function 105 report_error( msg, file, line, func_name, is_msg ); in report_critical_error()
|
/third_party/boost/boost/dll/ |
D | runtime_symbol_info.hpp | 105 … boost::dll::detail::report_error(ec, "boost::dll::symbol_location_ptr(T ptr_to_symbol) failed"); in symbol_location_ptr() 162 … boost::dll::detail::report_error(ec, "boost::dll::symbol_location(const T& symbol) failed"); in symbol_location() 194 boost::dll::detail::report_error(ec, "boost::dll::this_line_location() failed"); in this_line_location() 226 boost::dll::detail::report_error(ec, "boost::dll::program_location() failed"); in program_location()
|
D | shared_library.hpp | 151 boost::dll::detail::report_error(ec, "boost::dll::shared_library::operator= failed"); in operator =() 226 boost::dll::detail::report_error(ec, "boost::dll::shared_library::assign() failed"); in assign() 250 boost::dll::detail::report_error(ec, "boost::dll::shared_library::load() failed"); in load() 422 boost::dll::detail::report_error(ec, "boost::dll::shared_library::get() failed"); in get_void() 469 boost::dll::detail::report_error(ec, "boost::dll::shared_library::location() failed"); in location()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh264dec.c | 82 if (decoder->report_error) { in gst_msdkh264dec_configure() 118 dec->report_error = g_value_get_boolean (value); in gst_msdkdec_h264_set_property() 145 g_value_set_boolean (value, dec->report_error); in gst_msdkdec_h264_get_property()
|
D | gstmsdkh265dec.c | 104 if (decoder->report_error) { in gst_msdkh265dec_configure() 140 dec->report_error = g_value_get_boolean (value); in gst_msdkdec_h265_set_property() 167 g_value_set_boolean (value, dec->report_error); in gst_msdkdec_h265_get_property()
|
D | gstmsdkdec.h | 102 gboolean report_error; member
|
D | gstmsdkdec.c | 665 if (!thiz->report_error || !corruption) in gst_msdkdec_frame_corruption_report() 1023 if (!thiz->report_error) in gst_msdkdec_error_report() 1157 if (thiz->report_error) in gst_msdkdec_handle_frame() 1250 if (thiz->report_error) in gst_msdkdec_handle_frame() 1275 if (thiz->report_error) in gst_msdkdec_handle_frame() 1656 if (thiz->report_error) in gst_msdkdec_drain() 1905 thiz->report_error = FALSE; in gst_msdkdec_init()
|
/third_party/boost/libs/wave/samples/waveidl/idllexer/ |
D | idl_re2c_lexer.hpp | 81 static int report_error(scanner_t const *s, int code, char const *, ...); 105 scanner.error_proc = report_error; in lexer() 162 lexer<IteratorT, PositionT>::report_error(scanner_t const *s, int errcode, in report_error() function in boost::wave::idllexer::re2clex::lexer
|
/third_party/python/Lib/idlelib/ |
D | searchengine.py | 79 self.report_error(pat, "Empty regular expression") 88 self.report_error(pat, e.msg, e.pos) 92 def report_error(self, pat, msg, col=None): member in SearchEngine
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | cpp_re2c_lexer.hpp | 92 static int report_error(Scanner<IteratorT> const* s, int code, char const *, ...); 129 scanner.error_proc = report_error; in lexer() 304 lexer<IteratorT, PositionT, TokenT>::report_error(Scanner<IteratorT> const *s, int errcode, in report_error() function in boost::wave::cpplexer::re2clex::lexer
|
/third_party/boost/boost/dll/detail/ |
D | system_error.hpp | 32 inline void report_error(const boost::dll::fs::error_code& ec, const char* message) { in report_error() function
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | Orthogonal-deferred2.cpp | 183 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 213 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
D | Orthogonal-deferred.cpp | 195 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 223 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
D | Visitor.cpp | 267 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 295 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
D | BoostCon09Full.cpp | 211 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 250 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
D | SM-2Arg.cpp | 320 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 349 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | Visitor.cpp | 267 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 295 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
D | Orthogonal-deferred2.cpp | 183 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 213 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
D | Orthogonal-deferred.cpp | 195 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 223 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
D | BoostCon09Full.cpp | 211 void report_error(error_found const&) {std::cout << "player::report_error\n";} in report_error() function 250 a_row < AllOk , error_found ,ErrorMode, &p::report_error >,
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_searchengine.py | 192 Equal(self.engine.report_error(pat, msg), None) 197 Equal(self.engine.report_error(pat, msg, 5), None)
|