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

1 2 3

  /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...]
slang_rs_check_ast.cpp 157 Context->ReportError(FD->getLocation(),
214 Context->ReportError(
254 Context->ReportError(CE->getExprLoc(), "invalid implicit vector cast");
256 Context->ReportError(CE->getExprLoc(), "invalid vector cast");
  /external/libchrome/base/json/
json_parser.cc 249 ReportError(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, 1);
489 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
496 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
502 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 1);
512 ReportError(JSONReader::JSON_UNQUOTED_DICTIONARY_KEY, 1);
526 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
534 // ReportError from deeper level.
546 ReportError(JSONReader::JSON_TRAILING_COMMA, 1);
550 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0);
560 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1)
    [all...]
  /external/libtextclassifier/common/
fml-parser.cc 60 void FMLParser::ReportError(const std::string &error_message) {
121 ReportError("Unterminated string");
159 ReportError("Feature type name expected");
189 ReportError(") expected");
199 ReportError("Feature name expected");
214 ReportError("Feature type name expected");
229 ReportError("Feature type name expected");
249 ReportError("Unable to parse number");
260 ReportError("= expected");
265 ReportError("Parameter value expected")
    [all...]
fml-parser.h 65 void ReportError(const std::string &error_message);
  /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);
dng_exceptions.h 39 void ReportError (const char *message,
dng_file_stream.cpp 41 ReportError ("Unable to open file",
dng_camera_profile.cpp 611 ReportError ("ColorMatrix1 is wrong size");
631 ReportError ("ColorMatrix2 is wrong size");
653 ReportError ("ForwardMatrix1 is wrong size");
668 ReportError ("ForwardMatrix1 does not map equal camera values to XYZ D50");
690 ReportError ("ForwardMatrix2 is wrong size");
705 ReportError ("ForwardMatrix2 does not map equal camera values to XYZ D50");
727 ReportError ("ReductionMatrix1 is wrong size");
749 ReportError ("ReductionMatrix2 is wrong size");
786 ReportError ("ColorMatrix1 is not invertable");
824 ReportError ("ColorMatrix2 is not invertable")
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc 78 ReportError(CStrVector(
81 ReportError(CStrVector("Regular expression too large"));
135 RegExpTree* RegExpParser::ReportError(Vector<const char> message) {
188 return ReportError(CStrVector("Unterminated group"));
195 return ReportError(CStrVector("Unmatched ')'"));
244 return ReportError(CStrVector("Nothing to repeat"));
319 return ReportError(CStrVector("Invalid group"));
326 return ReportError(CStrVector("Too many captures"));
351 return ReportError(CStrVector("\\ at end of pattern"));
392 return ReportError(CStrVector("Invalid property name"))
    [all...]
  /external/libchrome/base/files/
file_path_watcher_fsevents.h 68 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 160 ReportError(mre);
165 ReportError(mte);
170 ReportError( re );
320 public override void ReportError( RecognitionException e )
  /external/protobuf/src/google/protobuf/
text_format.cc 292 void ReportError(int line, int col, const string& message) {
332 void ReportError(const string& message) {
333 ReportError(tokenizer_.current().line, tokenizer_.current().column,
411 ReportError("Extension \"" + field_name + "\" is not defined or "
460 ReportError("Message type \"" + descriptor->full_name() +
489 ReportError("Non-repeated field \"" + field_name +
499 ReportError("Field \"" + field_name + "\" is specified along with "
696 ReportError("Invalid value for boolean field \"" + field->name()
721 ReportError("Expected integer or identifier.");
727 ReportError("Unknown enumeration value of \"" + value + "\" for
    [all...]

Completed in 405 milliseconds

1 2 3