HomeSort by relevance Sort by last modified time
    Searched refs:ReportError (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/compile/slang/
slang_rs_special_func.cpp 68 Context->ReportError(PVD->getLocation(),
78 Context->ReportError(FD->getLocation(),
85 Context->ReportError(FD->getLocation(),
93 Context->ReportError(FD->getLocation(),
slang_rs_export_var.cpp 54 Context->ReportError(Initializer->getExprLoc(),
64 Context->ReportError(VD->getLocation(),
76 Context->ReportError(IList->getInit(i)->getExprLoc(),
85 Context->ReportError(
slang_rs_special_kernel_param.cpp 129 Context->ReportError(
141 Context->ReportError(PVD->getLocation(),
156 Context->ReportError(PVD->getLocation(),
167 Context->ReportError(
182 Context->ReportError(PVD->getLocation(),
192 Context->ReportError(
209 Context->ReportError(PVD->getLocation(),
slang_rs_export_reduce.cpp 177 S.RSC.ReportError(mLocation,
190 S.RSC.ReportError(mLocation,
199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static")
225 S.RSC.ReportError(Fn->getLocation(),
240 S.RSC.ReportError(Param->getLocation(),
259 S.RSC.ReportError(S.FnInitializer->getLocation(),
270 S.RSC.ReportError(S.FnInitializer->getLocation(),
281 S.RSC.ReportError(S.FnInitializer->getLocation(),
304 S.RSC.ReportError(S.FnAccumulator->getLocation(),
316 S.RSC.ReportError(S.FnAccumulator->getLocation()
    [all...]
slang_rs_export_foreach.cpp 64 Context->ReportError(FD->getLocation(),
97 Context->ReportError(FD->getLocation(),
116 Context->ReportError(PVD->getLocation(),
131 Context->ReportError(PVD->getLocation(),
144 Context->ReportError(
154 Context->ReportError(FD->getLocation(),
171 Context->ReportError(FD->getLocation(),
185 Context->ReportError(
204 Context->ReportError(PVD->getLocation(),
215 Context->ReportError(PVD->getLocation()
    [all...]
  /external/libchrome/base/json/
json_parser.cc 245 ReportError(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, 1);
485 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
492 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
498 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 1);
508 ReportError(JSONReader::JSON_UNQUOTED_DICTIONARY_KEY, 1);
522 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
530 // ReportError from deeper level.
542 ReportError(JSONReader::JSON_TRAILING_COMMA, 1);
546 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0);
556 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1)
    [all...]
  /external/libweave/third_party/chromium/base/json/
json_parser.cc 240 ReportError(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, 1);
480 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
487 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
493 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 1);
503 ReportError(JSONReader::JSON_UNQUOTED_DICTIONARY_KEY, 1);
517 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
525 // ReportError from deeper level.
537 ReportError(JSONReader::JSON_TRAILING_COMMA, 1);
541 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0);
551 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1)
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
short_uri.py 24 self.ReportError('Missing required parameters.', status=400)
30 self.ReportError('Invalid sid.', status=400)
41 self.ReportError('Missing required parameters.', status=400)
post_data_handler.py 44 self.ReportError(
edit_test_owners.py 44 self.ReportError('Must be logged in to edit test owners.', status=403)
51 self.ReportError('Missing required parameters.', status=403)
64 self.ReportError(error.message, status=400)
post_bisect_results.py 56 self.ReportError('Missing "data" parameter.', status=400)
62 self.ReportError('Invalid JSON string.', status=400)
76 self.ReportError(error.message, status=400)
list_monitored_tests.py 26 self.ReportError('No value for get-sheriffed-by.', status=400)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugParser.cs 87 public virtual void ReportError(IOException e) {
110 public override void ReportError(RecognitionException e) {
111 base.ReportError(e);
DebugTreeParser.cs 90 public virtual void ReportError(IOException e) {
95 public override void ReportError(RecognitionException e) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugParser.cs 95 public virtual void ReportError( IOException e )
123 public override void ReportError( RecognitionException e )
125 base.ReportError(e);
DebugTreeParser.cs 96 public virtual void ReportError( IOException e )
102 public override void ReportError( RecognitionException e )
  /external/dng_sdk/source/
dng_ifd.cpp 415 ReportError ("BitsPerSample not constant");
1081 ReportError ("SampleFormat not constant");
    [all...]
dng_exceptions.cpp 53 void ReportError (const char *message,
188 ReportError (message, sub_message);
  /external/libchrome/base/files/
file_path_watcher_fsevents.h 67 void ReportError(const FilePath& target);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTDbg.stg 70 ReportError( ioe );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTDbg.stg 74 ReportError( ioe );
  /external/google-breakpad/src/common/
module.cc 216 bool Module::ReportError() {
236 return ReportError();
248 return ReportError();
262 return ReportError();
273 return ReportError();
298 return ReportError();
309 return ReportError();
  /external/v8/src/regexp/
regexp-parser.cc 53 ReportError(CStrVector(Isolate::kStackOverflowMessage));
55 ReportError(CStrVector("Regular expression too large"));
103 RegExpTree* RegExpParser::ReportError(Vector<const char> message) {
154 ReportError(CStrVector("Unterminated group") CHECK_FAILED);
161 ReportError(CStrVector("Unmatched ')'") CHECK_FAILED);
206 return ReportError(CStrVector("Nothing to repeat"));
268 ReportError(CStrVector("Invalid group") CHECK_FAILED);
274 ReportError(CStrVector("Too many captures") CHECK_FAILED);
294 return ReportError(CStrVector("\\ at end of pattern"));
360 return ReportError(CStrVector("Invalid escape"))
    [all...]
  /external/v8/test/promises-aplus/lib/
mocha.js 105 suite.ReportError(this, e);
119 suite.ReportError(this, Error('timeout'));
127 return suite.ReportError(this, e);
130 return suite.ReportError(this, assert.fails[0]);
137 return suite.ReportError(this, e);
140 return suite.ReportError(this, assert.fails[0]);
147 return suite.ReportError(this, e);
150 return suite.ReportError(this, assert.fails[0]);
209 TestSuite.prototype.ReportError = function(testCase, e) {
  /external/protobuf/src/google/protobuf/
text_format.cc 270 void ReportError(int line, int col, const string& message) {
310 void ReportError(const string& message) {
311 ReportError(tokenizer_.current().line, tokenizer_.current().column,
366 ReportError("Extension \"" + field_name + "\" is not defined or "
415 ReportError("Message type \"" + descriptor->full_name() +
444 ReportError("Non-repeated field \"" + field_name +
454 ReportError("Field \"" + field_name + "\" is specified along with "
668 ReportError("Invalid value for boolean field \"" + field->name()
693 ReportError("Expected integer or identifier.");
699 ReportError("Unknown enumeration value of \"" + value + "\" for
    [all...]

Completed in 437 milliseconds

1 2 3 4