/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 247 static void report_error( struct translate_ctx *ctx, const char *msg ) in report_error() function 284 report_error( ctx, "Unknown header" ); in parse_header() 364 report_error( ctx, "Writemask expected" ); in parse_opt_writemask() 385 report_error( ctx, "Unknown register file" ); in parse_register_file_bracket() 390 report_error( ctx, "Expected `['" ); in parse_register_file_bracket() 411 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_file_bracket_index() 430 report_error( ctx, "Expected `]'" ); in parse_register_1d() 483 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'"); in parse_register_bracket() 497 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_bracket() 506 report_error( ctx, "Expected `]'" ); in parse_register_bracket() [all …]
|
D | tgsi_sanity.c | 150 report_error( in report_error() function 193 report_error( ctx, "(%u): Invalid register file name", file ); in check_file_name() 283 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name ); in check_register_usage() 292 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file], in check_register_usage() 296 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file], in check_register_usage() 319 report_error( ctx, "Too many END instructions" ); in iter_instruction() 326 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode ); in iter_instruction() 331 …report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, inf… in iter_instruction() 334 …report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->nu… in iter_instruction() 348 report_error(ctx, "Destination register has empty writemask"); in iter_instruction() [all …]
|
/external/dtc/ |
D | fdtput.c | 55 static void report_error(const char *name, int namelen, int err) in report_error() function 175 report_error(node_name, -1, node); in store_key_value() 185 report_error(property, -1, err); in store_key_value() 225 report_error(path, sep - path, node); in create_paths() 251 report_error(node_name, -1, -FDT_ERR_BADPATH); in create_node() 261 report_error(node_name, -1, node); in create_node() 268 report_error(p + 1, -1, node); in create_node() 289 report_error(node_name, -1, node); in delete_prop() 295 report_error(node_name, -1, node); in delete_prop() 315 report_error(node_name, -1, node); in delete_node() [all …]
|
D | fdtget.c | 51 static void report_error(const char *where, int err) in report_error() function 232 report_error(property, len); in show_data_for_item() 268 report_error(arg[i], node); in do_fdtget()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
D | group-file-parser.rb | 230 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/ |
D | llvm-objdump.h | 92 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,
|
D | llvm-objdump.cpp | 273 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 …]
|
D | MachODump.cpp | 1566 report_error(Filename, BinaryOrErr.takeError()); in ParseInputMachO() 1578 report_error(Filename, C, std::move(E)); in ParseInputMachO() 1588 report_error(Filename, std::move(Err)); in ParseInputMachO() 1618 report_error(Filename, StringRef(), std::move(E), in ParseInputMachO() 1635 report_error(Filename, C, std::move(E), ArchitectureName); in ParseInputMachO() 1643 report_error(Filename, std::move(Err)); in ParseInputMachO() 1677 report_error(Filename, std::move(E)); in ParseInputMachO() 1690 report_error(Filename, C, std::move(E)); in ParseInputMachO() 1698 report_error(Filename, std::move(Err)); in ParseInputMachO() 1725 report_error(StringRef(), Filename, std::move(E), ArchitectureName); in ParseInputMachO() [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | recognizers.rb | 412 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 )
|
D | main.rb | 230 report_error( error ) 235 report_error( error ) 239 def report_error( error ) method in ANTLR3.Main.Main 334 report_error( error )
|
D | debug.rb | 233 def report_error( exc ) method
|
/external/fio/ |
D | gerror.c | 22 static void report_error(struct gui_entry *ge, GError *error) in report_error() function 57 report_error(ge, error); in gfio_report_error()
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BaseRecognizer.pm | 146 sub report_error { subroutine 335 $self->report_error($ex); 353 $self->report_error($ex); 369 $self->report_error($e); 395 $self->report_error($e);
|
D | Lexer.pm | 83 $self->report_error($exception); 242 sub report_error { subroutine
|
/external/libcxx/test/support/ |
D | rapid-cxx-test.hpp | 658 report_error(o); in report() 662 report_error(o); in report() 667 report_error(o); in report() 671 report_error(o); in report() 742 void report_error(test_outcome o) const in report_error() function in rapid_cxx_test::test_reporter
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
D | filter.rb | 44 report_error( re )
|
/external/fmtlib/fmt/ |
D | format.cc | 204 void report_error(FormatFunc func, int error_code, in report_error() function 477 report_error(format_system_error, error_code, message); in report_system_error() 484 report_error(internal::format_windows_error, error_code, message); in report_windows_error()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 214 def report_error( error ) method
|
/external/fmtlib/ |
D | README.rst | 119 void report_error(const char *format, fmt::ArgList args) { 123 FMT_VARIADIC(void, report_error, const char *) 125 report_error("file not found: {}", path);
|
D | ChangeLog.rst | 798 void report_error(const char *format, const fmt::ArgList &args) { 802 FMT_VARIADIC(void, report_error, const char *) 804 report_error("file not found: {}", path);
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm.i | 18 %rename(report_error) x86_report_error;
|
D | libdisasm_oop.i | 935 void report_error( enum x86_report_codes code ) { in report_error() function
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server.c | 874 goto report_error; in SM_STATE() 974 report_error: in SM_STATE()
|
/external/robolectric/v3/libs/ |
D | vtd-xml-2.11.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ximpleware/
com/ ... |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 365 $self->report_error($exception);
|