Home
last modified time | relevance | path

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

123

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_text.c366 static void report_error(struct translate_ctx *ctx, const char *format, ...) in report_error() function
414 report_error( ctx, "Unknown header" ); in parse_header()
494 report_error( ctx, "Writemask expected" ); in parse_opt_writemask()
515 report_error( ctx, "Unknown register file" ); in parse_register_file_bracket()
520 report_error( ctx, "Expected `['" ); in parse_register_file_bracket()
541 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_file_bracket_index()
560 report_error( ctx, "Expected `]'" ); in parse_register_1d()
614 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'"); in parse_register_bracket()
628 report_error( ctx, "Expected literal integer" ); in parse_register_bracket()
637 report_error( ctx, "Expected `]'" ); in parse_register_bracket()
[all …]
Dtgsi_sanity.c150 report_error( in report_error() function
193 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()
329report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, inf… in iter_instruction()
332report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->nu… in iter_instruction()
346 report_error(ctx, "Destination register has empty writemask"); in iter_instruction()
[all …]
/external/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 …]
/external/libcups/cups/
Dipp-file.c26 static void report_error(_ipp_file_t *f, _ipp_vars_t *v, void *user_data, const char *message, ...)…
92report_error(&f, v, user_data, "Missing %s name and/or value on line %d of \"%s\".", token, f.line… in _ippFileParse()
110report_error(&f, v, user_data, "Missing ATTR syntax on line %d of \"%s\".", f.linenum, f.filename); in _ippFileParse()
115report_error(&f, v, user_data, "Bad ATTR syntax \"%s\" on line %d of \"%s\".", syntax, f.linenum, … in _ippFileParse()
121report_error(&f, v, user_data, "Missing ATTR name on line %d of \"%s\".", f.linenum, f.filename); in _ippFileParse()
465report_error(f, v, user_data, "Missing MEMBER syntax on line %d of \"%s\".", f->linenum, f->filena… in parse_collection()
472report_error(f, v, user_data, "Bad MEMBER syntax \"%s\" on line %d of \"%s\".", syntax, f->linenum… in parse_collection()
480report_error(f, v, user_data, "Missing MEMBER name on line %d of \"%s\".", f->linenum, f->filename… in parse_collection()
530report_error(f, v, user_data, "Unknown directive \"%s\" on line %d of \"%s\".", token, f->linenum,… in parse_collection()
564 report_error(f, v, user_data, "Missing value on line %d of \"%s\".", f->linenum, f->filename); in parse_value()
[all …]
/external/dtc/
Dfdtput.c41 static void report_error(const char *name, int namelen, int err) in report_error() function
161 report_error(node_name, -1, node); in store_key_value()
171 report_error(property, -1, err); in store_key_value()
211 report_error(path, sep - path, node); in create_paths()
237 report_error(node_name, -1, -FDT_ERR_BADPATH); in create_node()
247 report_error(node_name, -1, node); in create_node()
254 report_error(p + 1, -1, node); in create_node()
275 report_error(node_name, -1, node); in delete_prop()
281 report_error(node_name, -1, node); in delete_prop()
301 report_error(node_name, -1, node); in delete_node()
[all …]
Dfdtget.c37 static void report_error(const char *where, int err) in report_error() function
246 report_error(property, len); in show_data_for_item()
282 report_error(arg[i], node); in do_fdtget()
/external/armnn/delegate/classic/src/
Darmnn_external_delegate.cpp39 void (*report_error)(const char*)) in tflite_plugin_create_delegate()
45 …rmnnDelegate::DelegateOptions options (options_keys, options_values, num_options, (*report_error)); in tflite_plugin_create_delegate()
50 if(report_error) in tflite_plugin_create_delegate()
52 report_error(ex.what()); in tflite_plugin_create_delegate()
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file-parser.rb230 report_error( re )
305 report_error( re )
391 report_error( re )
466 report_error( re )
520 report_error( re )
601 report_error( re )
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h92 LLVM_ATTRIBUTE_NORETURN void report_error(StringRef File, std::error_code EC);
93 LLVM_ATTRIBUTE_NORETURN void report_error(StringRef File, llvm::Error E);
94 LLVM_ATTRIBUTE_NORETURN void report_error(StringRef FileName,
99 LLVM_ATTRIBUTE_NORETURN void report_error(StringRef ArchiveName,
Dllvm-objdump.cpp273 LLVM_ATTRIBUTE_NORETURN void llvm::report_error(StringRef File, in report_error() function in llvm
280 LLVM_ATTRIBUTE_NORETURN void llvm::report_error(StringRef File, in report_error() function in llvm
291 LLVM_ATTRIBUTE_NORETURN void llvm::report_error(StringRef ArchiveName, in report_error() function in llvm
311 LLVM_ATTRIBUTE_NORETURN void llvm::report_error(StringRef ArchiveName, in report_error() function in llvm
320 llvm::report_error(ArchiveName, "???", std::move(E), ArchitectureName); in report_error()
322 llvm::report_error(ArchiveName, NameOrErr.get(), std::move(E), in report_error()
1405 report_error(ArchiveName, o->getFileName(), AddressOrError.takeError()); in PrintSymbolTable()
1409 report_error(ArchiveName, o->getFileName(), TypeOrError.takeError()); in PrintSymbolTable()
1421 report_error(ArchiveName, o->getFileName(), NameOrErr.takeError(), in PrintSymbolTable()
1710 report_error(a->getFileName(), C, std::move(E)); in DumpArchive()
[all …]
/external/rust/crates/rusqlite/src/
Dfunctions.rs73 unsafe fn report_error(ctx: *mut sqlite3_context, err: &Error) { in report_error() function
510 report_error(ctx, &Error::UnwindingPanic); in create_scalar_function()
519 Ok(Err(err)) => report_error(ctx, &err), in create_scalar_function()
520 Err(err) => report_error(ctx, err), in create_scalar_function()
666 report_error(ctx, &Error::UnwindingPanic); in call_boxed_step()
673 Err(err) => report_error(ctx, &err), in call_boxed_step()
708 report_error(ctx, &Error::UnwindingPanic); in call_boxed_inverse()
715 Err(err) => report_error(ctx, &err), in call_boxed_inverse()
750 report_error(ctx, &Error::UnwindingPanic); in call_boxed_final()
758 Ok(Err(err)) => report_error(ctx, &err), in call_boxed_final()
[all …]
/external/antlr/runtime/Ruby/lib/antlr3/
Drecognizers.rb412 def report_error( e = $! )
631 report_error( err )
638 report_error( MissingToken( type, inserted ) )
647 report_error( e )
660 report_error( e )
1042 report_error( re )
1045 report_error( re )
1137 def report_error( e )
Dmain.rb230 report_error( error )
235 report_error( error )
239 def report_error( error ) method in ANTLR3.Main.Main
334 report_error( error )
/external/tensorflow/tensorflow/lite/python/
Dconvert_phase.py186 def report_error(error_data: converter_error_data_pb2.ConverterErrorData): function
198 report_error(error_data)
209 report_error(error_data)
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/tests/
Drewrite_tf_framework_assert.mlir25 // CHECK: tf_framework.report_error [[CTX]], INVALID_ARGUMENT,
55 // CHECK: tf_framework.report_error [[CTX]], INVALID_ARGUMENT,
60 // CHECK: tf_framework.report_error [[CTX]], INVALID_ARGUMENT,
Dops.mlir38 // CHECK-LABEL: func @report_error
39 func.func @report_error(%ctx: !tf_framework.op_kernel_context) {
40 tf_framework.report_error %ctx, "INVALID_ARGUMENT", "Everything is awesome"
/external/python/cpython3/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
/external/python/cpython2/Lib/idlelib/
DSearchEngine.py77 self.report_error(pat, "Empty regular expression")
89 self.report_error(pat, msg, col)
93 def report_error(self, pat, msg, col=-1): member in SearchEngine
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm146 sub report_error { subroutine
335 $self->report_error($ex);
353 $self->report_error($ex);
369 $self->report_error($e);
395 $self->report_error($e);
DLexer.pm83 $self->report_error($exception);
242 sub report_error { subroutine
/external/tensorflow/tensorflow/lite/delegates/external/
DREADME.md9 error with the detailed information reported by calling `report_error` if
15 void (*report_error)(const char *))
/external/libcxx/test/support/
Drapid-cxx-test.hpp677 report_error(o); in report()
681 report_error(o); in report()
686 report_error(o); in report()
690 report_error(o); in report()
761 void report_error(test_outcome o) const in report_error() function in rapid_cxx_test::test_reporter
/external/antlr/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb44 report_error( re )
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
Dexternal_delegate_adaptor.cc93 void (*report_error)(const char*)) { in tflite_plugin_create_delegate()

123