/external/webkit/Tools/Scripts/ |
D | run-leaks | 40 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."); 191 …reportError("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/ |
D | NewHdfParser.java | 204 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/ |
D | SimpleCTP.java | 101 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 …]
|
D | SimpleCParser.java | 133 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 …]
|
D | SimpleCTP.m | 330 [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/ |
D | SimpleCTP.java | 101 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 …]
|
D | SimpleCParser.java | 133 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/ |
D | DebugParser.java | 73 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()
|
D | DebugTreeParser.java | 75 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/ |
D | BindingSecurity.h | 53 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/ |
D | KernelAdapter.java | 118 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/ |
D | uresb.c | 57 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/ |
D | SVGRectElement.cpp | 68 … 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()
|
D | SVGFitToViewBox.cpp | 66 … 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/ |
D | SkXMLParser_expat.cpp | 94 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/ |
D | Lexer.java | 99 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/ |
D | TransGCCalls.cpp | 46 TA.reportError("call returns pointer to GC managed memory; " in VisitCallExpr() 67 TA.reportError("CFMakeCollectable will leak the object that it " in VisitCallExpr()
|
D | TransRetainReleaseDealloc.cpp | 73 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/ |
D | xmlfile.c | 61 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/ |
D | derb.c | 60 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/ |
D | recognizers.py | 260 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/ |
D | Lexer.js | 60 this.reportError(re); 63 this.reportError(re); 205 reportError: function(e) {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCParser.m | 401 [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/ |
D | JavaParser.java | 445 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/ |
D | sprpdata.c | 33 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()
|