/external/chromium_org/ppapi/thunk/ |
D | enter.h | 140 bool report_error); 145 bool report_error); 159 void SetStateForCallbackError(bool report_error); 177 EnterResource(PP_Resource resource, bool report_error) 179 Init(resource, report_error); 182 bool report_error) 184 Init(resource, report_error); 192 void Init(PP_Resource resource, bool report_error) { 199 SetStateForResourceError(resource, resource_, object_, report_error); 213 EnterResourceNoLock(PP_Resource resource, bool report_error) [all …]
|
D | enter.cc | 133 void EnterBase::SetStateForCallbackError(bool report_error) { in SetStateForCallbackError() argument 144 if (report_error) { in SetStateForCallbackError() 156 if (report_error) { in SetStateForCallbackError() 184 if (report_error) { in SetStateForCallbackError() 201 bool report_error) { in SetStateForResourceError() argument 206 SetStateForCallbackError(report_error); in SetStateForResourceError() 225 if (report_error && pp_resource) { in SetStateForResourceError() 243 bool report_error) { in SetStateForFunctionError() argument 248 SetStateForCallbackError(report_error); in SetStateForFunctionError() 266 if (report_error && pp_instance) { in SetStateForFunctionError()
|
/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/chromium_org/third_party/mesa/src/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/ltrace/ |
D | read_config_file.c | 160 report_error(loc->filename, loc->line_no, "bad identifier"); in parse_ident() 209 report_error(loc->filename, loc->line_no, "bad number"); in parse_int() 223 report_error(loc->filename, loc->line_no, in check_nonnegative() 235 report_error(loc->filename, loc->line_no, in check_int() 246 report_error(loc->filename, loc->line_no, in parse_char() 376 report_error(loc->filename, loc->line_no, in parse_argnum() 429 report_error(loc->filename, loc->line_no, in parse_typedef() 464 report_error(loc->filename, loc->line_no, in parse_typedef() 493 report_error(loc->filename, loc->line_no, in parse_struct() 545 report_error(loc->filename, loc->line_no, in unshare_type_info() [all …]
|
D | output.h | 55 void report_error(char const *file, unsigned line_no, const char *fmt, ...);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
D | genperf.c | 55 report_error(const char *fmt, ...) in report_error() function 216 report_error("internal error: could not find `%s'", in perfect_gen() 312 report_error("struct without %%struct-type declaration"); in main() 316 report_error("more than one struct declaration"); in main() 329 report_error("struct name too long"); in main() 370 report_error("%%struct-type declaration, but no struct found"); in main() 434 report_error("struct name too long"); in main() 451 report_error("no keywords section found"); in main() 475 report_error("keyword name too long"); in main()
|
/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/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/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Errors.py | 139 def report_error(err): function 170 report_error(err) 224 report_error(err)
|
/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 { method in ANTLR::Runtime::Lexer
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
D | nasm-eval.h | 16 int critical, efunc report_error);
|
D | nasm-eval.c | 422 int critical, efunc report_error) in nasm_evaluate() argument 433 error = report_error; in nasm_evaluate()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
D | filter.rb | 44 report_error( re )
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
D | python.py | 65 pep8_checker.report_error = _pep8_handle_error
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 214 def report_error( error ) method
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
D | pep8.py | 1248 self.report_error = self.report.error 1259 self.report_error(offset[0], offset[1] or 0, 1287 self.report_error(self.line_number, offset, text, check) 1344 self.report_error(offset[0], offset[1], text, check) 1361 self.report_error(lineno, offset, text, check) 1366 self.report_error(1, 0, 'E902 %s' % self._io_error, readlines)
|
/external/chromium_org/android_webview/renderer/ |
D | print_web_view_helper.h | 394 void Failed(bool report_error);
|
/external/chromium_org/chrome/renderer/printing/ |
D | print_web_view_helper.h | 360 void Failed(bool report_error);
|