Searched defs:reportError (Results 1 - 25 of 63) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt001lexer.py16 def reportError(self, re): member in class:t001lexer.lexerClass.TLexer
H A Dt002lexer.py16 def reportError(self, re): member in class:t002lexer.lexerClass.TLexer
H A Dt003lexer.py16 def reportError(self, re): member in class:t003lexer.lexerClass.TLexer
H A Dt004lexer.py16 def reportError(self, re): member in class:t004lexer.lexerClass.TLexer
H A Dt005lexer.py16 def reportError(self, re): member in class:t005lexer.lexerClass.TLexer
H A Dt006lexer.py16 def reportError(self, re): member in class:t006lexer.lexerClass.TLexer
H A Dt007lexer.py16 def reportError(self, re): member in class:t007lexer.lexerClass.TLexer
H A Dt008lexer.py16 def reportError(self, re): member in class:t008lexer.lexerClass.TLexer
H A Dt009lexer.py16 def reportError(self, re): member in class:t009lexer.lexerClass.TLexer
H A Dt010lexer.py16 def reportError(self, re): member in class:t010lexer.lexerClass.TLexer
H A Dt011lexer.py16 def reportError(self, re): member in class:t011lexer.lexerClass.TLexer
H A Dt012lexerXML.py21 def reportError(self, re): member in class:t012lexerXML.lexerClass.TLexer
H A Dt022scopes.py18 def reportError(self, re): member in class:t022scopes.parserClass.TParser
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugParser.java73 public void reportError(IOException e) { method in class:DebugParser
94 public void reportError(RecognitionException e) { method in class:DebugParser
95 super.reportError(e);
H A DDebugTreeParser.java75 public void reportError(IOException e) { method in class:DebugTreeParser
80 public void reportError(RecognitionException e) { method in class:DebugTreeParser
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as154 public function reportError(e:RecognitionException):void { function
283 * See also reportError()
571 reportError(e); // report after consuming so AW sees the token in the exception
581 reportError(e); // report after inserting so AW sees the token in the exception
596 reportError(e);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DWaitUntilObserver.cpp54 m_observer->reportError(value);
96 void WaitUntilObserver::reportError(const ScriptValue& value) function in class:blink::WaitUntilObserver
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java99 reportError(re);
103 reportError(re);
107 reportError(re);
253 public void reportError(RecognitionException e) { method in class:Lexer
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.cpp116 void DOMFileSystem::reportError(ErrorCallback* errorCallback, PassRefPtrWillBeRawPtr<FileError> fileError) function in class:blink::DOMFileSystem
155 reportError(errorCallback, FileError::create(FileError::ABORT_ERR));
169 reportError(errorCallback, FileError::create(FileError::ABORT_ERR));
H A DDOMFileSystemSync.cpp67 void DOMFileSystemSync::reportError(ErrorCallback* errorCallback, PassRefPtrWillBeRawPtr<FileError> fileError) function in class:blink::DOMFileSystemSync
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp168 static void reportError(StringRef Input, std::error_code EC) { function
177 static void reportError(StringRef Input, StringRef Message) { function
219 reportError(Obj->getFileName(), EC);
269 reportError(Arc->getFileName(), EC.message());
276 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format);
285 reportError(File, readobj_error::file_not_found);
292 reportError(File, EC);
302 reportError(File, readobj_error::unrecognized_file_format);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3baserecognizer.h164 void (*reportError) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member in struct:ANTLR3_BASE_RECOGNIZER_struct
167 * override this function independently of (*reportError)() above as that function calls
177 /// \see reportError()
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3lexer.c61 static void reportError (pANTLR3_BASE_RECOGNIZER rec);
98 lexer->rec->reportError = reportError;
283 lexer->rec->reportError(lexer->rec);
411 reportError (pANTLR3_BASE_RECOGNIZER rec) function
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DHandlerTest.java345 public void reportError(String msg, Exception ex, int code) { method in class:HandlerTest.MockHandler
346 super.reportError(msg, ex, code);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocumentExtensions.cpp158 void SVGDocumentExtensions::reportError(const String& message) function in class:blink::SVGDocumentExtensions

Completed in 6458 milliseconds

123