Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/test/impl/
Dexecution_monitor.ipp212 // ************** 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/
Dtgsi_text.c350 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 …]
Dtgsi_sanity.c151 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/
Dspirv_cross_c.cpp70 (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/
Dminimal.hpp43 : 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/
Druntime_symbol_info.hpp105 … 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()
Dshared_library.hpp151 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/
Dgstmsdkh264dec.c82 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()
Dgstmsdkh265dec.c104 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()
Dgstmsdkdec.h102 gboolean report_error; member
Dgstmsdkdec.c665 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/
Didl_re2c_lexer.hpp81 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/
Dsearchengine.py79 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/
Dcpp_re2c_lexer.hpp92 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/
Dsystem_error.hpp32 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/
DOrthogonal-deferred2.cpp183 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 >,
DOrthogonal-deferred.cpp195 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 >,
DVisitor.cpp267 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 >,
DBoostCon09Full.cpp211 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 >,
DSM-2Arg.cpp320 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/
DVisitor.cpp267 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 >,
DOrthogonal-deferred2.cpp183 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 >,
DOrthogonal-deferred.cpp195 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 >,
DBoostCon09Full.cpp211 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/
Dtest_searchengine.py192 Equal(self.engine.report_error(pat, msg), None)
197 Equal(self.engine.report_error(pat, msg, 5), None)

12