Home
last modified time | relevance | path

Searched refs:reportError (Results 1 – 25 of 135) sorted by relevance

123456

/external/webkit/Tools/Scripts/
Drun-leaks40 sub reportError($);
68 reportError("Missing argument: pid | executable.");
113 reportError("Error running leaks tool.");
146 reportError("Could not parse leak count reported by leaks tool.");
158 reportError("Could not parse Leak address.");
164 reportError("Could not parse Leak size.");
191reportError("Parsed leak count($parsedLeakCount) does not match leak count reported by leaks tool(…
216 sub reportError($) subroutine
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNewHdfParser.java204 reportError(state, "End of line was prematurely reached. Parse error."); in parse()
226 reportError(state, "Extra chars after '}'"); in parseCommand()
243 reportError(state, "Missing '\"' at end of include"); in parseInclude()
265 reportError(state, "No characters expected after '{'"); in parseHdfElement()
282 reportError(state, "Invalid HDF name"); in parseHdfElement()
286 reportError(state, "No characters expected after '{'"); in parseHdfElement()
295 reportError(state, "Invalid HDF name"); in parseHdfElement()
299 reportError(state, "No characters expected after '{'"); in parseHdfElement()
307 reportError(state, "Expected '<<'"); in parseHdfElement()
319 reportError(state, "No valid operator"); in parseHdfElement()
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.java101 reportError(re); in program()
193 reportError(re); in declaration()
230 reportError(re); in variable()
253 reportError(re); in declarator()
320 reportError(re); in functionHeader()
357 reportError(re); in formalParameter()
388 reportError(re); in type()
475 reportError(re); in block()
557 reportError(re); in stat()
604 reportError(re); in forStat()
[all …]
DSimpleCParser.java133 reportError(re); in program()
287 reportError(re); in declaration()
378 reportError(re); in variable()
426 reportError(re); in declarator()
592 reportError(re); in functionHeader()
677 reportError(re); in formalParameter()
732 reportError(re); in type()
896 reportError(re); in block()
1063 reportError(re); in stat()
1198 reportError(re); in forStat()
[all …]
DSimpleCTP.m330 [self reportError:re];
445 [self reportError:re];
498 [self reportError:re];
531 [self reportError:re];
615 [self reportError:re];
668 [self reportError:re];
708 [self reportError:re];
807 [self reportError:re];
907 [self reportError:re];
976 [self reportError:re];
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCTP.java101 reportError(re); in program()
193 reportError(re); in declaration()
230 reportError(re); in variable()
253 reportError(re); in declarator()
320 reportError(re); in functionHeader()
357 reportError(re); in formalParameter()
388 reportError(re); in type()
475 reportError(re); in block()
557 reportError(re); in stat()
604 reportError(re); in forStat()
[all …]
DSimpleCParser.java133 reportError(re); in program()
287 reportError(re); in declaration()
378 reportError(re); in variable()
426 reportError(re); in declarator()
592 reportError(re); in functionHeader()
677 reportError(re); in formalParameter()
732 reportError(re); in type()
896 reportError(re); in block()
1063 reportError(re); in stat()
1198 reportError(re); in forStat()
[all …]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugParser.java73 public void reportError(IOException e) { in reportError() method in DebugParser
94 public void reportError(RecognitionException e) { in reportError() method in DebugParser
95 super.reportError(e); in reportError()
DDebugTreeParser.java75 public void reportError(IOException e) { in reportError() method in DebugTreeParser
80 public void reportError(RecognitionException e) { in reportError() method in DebugTreeParser
/external/webkit/Source/WebCore/bindings/generic/
DBindingSecurity.h53 static bool canAccessFrame(State<Binding>*, Frame*, bool reportError);
88 bool reportError) in canAccessFrame() argument
95 if (reportError) in canAccessFrame()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DKernelAdapter.java118 protected void reportError( Endpoint p, Object context, Exception e ) in reportError() method in KernelAdapter
186 reportError(p, m, e); in dispatch()
257 reportError(event.getEndpoint(), event, e); in flushEvents()
283 reportError(e.getSource(), e, ex); in run()
/external/icu4c/samples/uresb/
Duresb.c57 void reportError(UErrorCode *status);
158 reportError(&status); in main()
290 reportError(status); in printOutBundle()
317 reportError(status); in printOutBundle()
356 void reportError(UErrorCode *status) { in reportError() function
/external/webkit/Source/WebCore/svg/
DSVGRectElement.cpp68 … document()->accessSVGExtensions()->reportError("A negative value for rect <rx> is not allowed"); in parseMappedAttribute()
72 … document()->accessSVGExtensions()->reportError("A negative value for rect <ry> is not allowed"); in parseMappedAttribute()
76 …document()->accessSVGExtensions()->reportError("A negative value for rect <width> is not allowed"); in parseMappedAttribute()
80 …document()->accessSVGExtensions()->reportError("A negative value for rect <height> is not allowed"… in parseMappedAttribute()
DSVGFitToViewBox.cpp66 … doc->accessSVGExtensions()->reportError("A negative value for ViewBox width is not allowed"); in parseViewBox()
70 … doc->accessSVGExtensions()->reportError("A negative value for ViewBox height is not allowed"); in parseViewBox()
/external/skia/src/ports/
DSkXMLParser_expat.cpp94 reportError(NULL); in parse()
107 reportError(p); in parse()
127 void SkXMLParser::reportError(void* p) in reportError() function in SkXMLParser
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DLexer.java99 reportError(re); in nextToken()
103 reportError(re); in nextToken()
107 reportError(re); in nextToken()
253 public void reportError(RecognitionException e) { in reportError() method in Lexer
/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp46 TA.reportError("call returns pointer to GC managed memory; " in VisitCallExpr()
67 TA.reportError("CFMakeCollectable will leak the object that it " in VisitCallExpr()
DTransRetainReleaseDealloc.cpp73 Pass.TA.reportError("it is not safe to remove an unused 'autorelease' " in VisitObjCMessageExpr()
90 Pass.TA.reportError(err, rec->getLocStart()); in VisitObjCMessageExpr()
99 Pass.TA.reportError(err, rec->getLocStart()); in VisitObjCMessageExpr()
104 Pass.TA.reportError("it is not safe to remove 'retain' " in VisitObjCMessageExpr()
/external/expat/xmlwf/
Dxmlfile.c61 reportError(XML_Parser parser, const XML_Char *filename) in reportError() function
83 reportError(parser, filename); in processFile()
184 reportError(parser, filename != NULL ? filename : "STDIN"); in processStream()
/external/icu4c/tools/genrb/
Dderb.c60 static void reportError(const char *pname, UErrorCode *status, const char *when);
361 reportError(pname, &status, "opening resource file"); in main()
499 reportError(pname, status, "getting binary value"); in printOutAlias()
604 reportError(pname, status, "getting binary value"); in printOutBundle()
639 reportError(pname, status, "getting int vector"); in printOutBundle()
671 reportError(pname, status, "While processing table"); in printOutBundle()
694 reportError(pname, status, "While processing table"); in printOutBundle()
726 static void reportError(const char *pname, UErrorCode *status, const char *when) { in reportError() function
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py260 def reportError(self, e): member in BaseRecognizer
710 self.reportError(e)
725 self.reportError(e)
737 self.reportError(e)
1122 self.reportError(re)
1126 self.reportError(re)
1269 def reportError(self, e): member in Lexer
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DLexer.js60 this.reportError(re);
63 this.reportError(re);
205 reportError: function(e) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCParser.m401 [self reportError:re];
496 [self reportError:re];
546 [self reportError:re];
580 [self reportError:re];
695 [self reportError:re];
743 [self reportError:re];
784 [self reportError:re];
888 [self reportError:re];
1032 [self reportError:re];
1106 [self reportError:re];
[all …]
/external/doclava/src/com/google/doclava/parser/
DJavaParser.java445 reportError(ioe); in JavaParser()
632 reportError(re); in compilationUnit()
683 reportError(re); in packageDeclaration()
989 reportError(re); in importDeclaration()
1070 reportError(re); in qualifiedImportName()
1152 reportError(re); in typeDeclaration()
1230 reportError(re); in classOrInterfaceDeclaration()
1422 reportError(re); in modifiers()
1516 reportError(re); in variableModifiers()
1594 reportError(re); in classDeclaration()
[all …]
/external/icu4c/test/cintltst/
Dsprpdata.c33 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError…
92 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pError… in parseMappings() argument
103 if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) { in parseMappings()

123456