Home
last modified time | relevance | path

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

1234

/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonRpcResult.java88 error.put("message", sl4aException.getErrorMessage()); in error()
134 + "\"message\":\"" + exception.getErrorMessage() + "\"}}"; in wtf()
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/reflection/v1alpha/
DErrorResponse.java111 public java.lang.String getErrorMessage() { in getErrorMessage() method in ErrorResponse
191 result = result && getErrorMessage() in equals()
192 .equals(other.getErrorMessage()); in equals()
207 hash = (53 * hash) + getErrorMessage().hashCode(); in hashCode()
413 if (!other.getErrorMessage().isEmpty()) { in mergeFrom()
486 public java.lang.String getErrorMessage() { in getErrorMessage() method in ErrorResponse.Builder
532 errorMessage_ = getDefaultInstance().getErrorMessage(); in clearErrorMessage()
DErrorResponseOrBuilder.java22 java.lang.String getErrorMessage(); in getErrorMessage() method
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js101 getErrorMessage: function(e, tokenNames) { method
112 return TP.superclass.getErrorMessage.call(this, e, tokenNames);
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DValidationTestUtilTest.java35 Assert.assertNull(data.getErrorMessage()); in checkInputParser()
39 Assert.assertNotNull(data.getErrorMessage()); in checkInputParser()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DErrorMessageProvider.java30 Pair<Integer, String> getErrorMessage(T throwable); in getErrorMessage() method
/external/sl4a/Common/src/com/googlecode/android_scripting/
DSl4aException.java45 public String getErrorMessage() { in getErrorMessage() method in Sl4aException
/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamError.h37 StringRef getErrorMessage() const;
DLockFileManager.h89 std::string getErrorMessage() const;
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamError.h37 StringRef getErrorMessage() const;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h37 const std::string &getErrorMessage() const;
/external/setupcompat/main/java/com/google/android/setupcompat/portal/
DPortalResultHelper.java30 public static String getErrorMessage(Bundle bundle) { in getErrorMessage() method in PortalResultHelper
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawError.h40 const std::string &getErrorMessage() const;
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java158 public String getErrorMessage(RecognitionException e, String[] tokenNames) { in getErrorMessage() method in TreeParser
167 return super.getErrorMessage(e, tokenNames); in getErrorMessage()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamError.cpp51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in BinaryStreamError
/external/llvm-project/llvm/lib/Support/
DBinaryStreamError.cpp51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in BinaryStreamError
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DErrorStatus.php62 public function getErrorMessage() function in Grpc\\Testing\\ErrorStatus
/external/llvm/tools/obj2yaml/
DError.h40 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/external/llvm/lib/DebugInfo/PDB/
DGenericError.cpp63 const std::string &GenericError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in GenericError
/external/llvm/include/llvm/Support/
DLockFileManager.h88 std::string getErrorMessage() const;

1234