Home
last modified time | relevance | path

Searched refs:getErrorMessage (Results 1 – 25 of 65) sorted by relevance

123

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DValidationTestUtilTest.java26 assertNull(data.getErrorMessage()); in checkInputParser()
30 assertNotNull(data.getErrorMessage()); in checkInputParser()
DValidationTest.java111 + ": " + test.inputData.getErrorMessage(), in runTest()
112 test.inputData.getErrorMessage()); in runTest()
DValidationTestUtil.java37 public String getErrorMessage() { in getErrorMessage() method in ValidationTestUtil.Data
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js101 getErrorMessage: function(e, tokenNames) { method
112 return TP.superclass.getErrorMessage.call(this, e, tokenNames);
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DParseStatus.java38 public String getErrorMessage() { in getErrorMessage() method in ParseStatus
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DParseStatus.java34 public String getErrorMessage() { in getErrorMessage() method in ParseStatus
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DParseStatus.java34 public String getErrorMessage() { in getErrorMessage() method in ParseStatus
/external/nist-sip/java/javax/sip/header/
DErrorInfoHeader.java12 String getErrorMessage(); in getErrorMessage() method
/external/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h33 const std::string &getErrorMessage() const;
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h35 const std::string &getErrorMessage() const;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h37 const std::string &getErrorMessage() const;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java150 public String getErrorMessage(RecognitionException e, String[] tokenNames) { in getErrorMessage() method in TreeParser
159 return super.getErrorMessage(e, tokenNames); in getErrorMessage()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawError.h40 const std::string &getErrorMessage() const;
/external/llvm/tools/obj2yaml/
DError.h40 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/external/llvm/include/llvm/Support/
DLockFileManager.h88 std::string getErrorMessage() const;
/external/llvm/lib/DebugInfo/PDB/
DGenericError.cpp63 const std::string &GenericError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in GenericError
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DLexer.java268 public String getErrorMessage(RecognitionException e, String[] tokenNames) { in getErrorMessage() method in Lexer
300 msg = super.getErrorMessage(e, tokenNames); in getErrorMessage()
/external/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp63 const std::string &CodeViewError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in CodeViewError
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIAError.cpp55 const std::string &DIAError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in DIAError
/external/nist-sip/java/gov/nist/javax/sip/header/
DErrorInfo.java129 public String getErrorMessage() { in getErrorMessage() method in ErrorInfo
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawError.cpp63 const std::string &RawError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in RawError
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DLexer.js220 getErrorMessage: function(e, tokenNames) {
242 msg = org.antlr.runtime.Lexer.superclass.getErrorMessage.call(this, e, tokenNames);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeParser.h82 - (NSString *)getErrorMessage:(ANTLRRecognitionException *)e TokenNames:(AMutableArray *) tokenName…
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeParser.h82 - (NSString *)getErrorMessage:(ANTLRRecognitionException *)e TokenNames:(NSArray *) tokenNames;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeParser.h82 - (NSString *)getErrorMessage:(ANTLRRecognitionException *)e TokenNames:(NSArray *) tokenNames;

123