Home
last modified time | relevance | path

Searched refs:exceptionToString (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/test-junit/src/junit/framework/
DTestSuite.java68 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
70 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createTest()
72 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
105 private static String exceptionToString(Throwable t) {
/frameworks/native/libs/binder/
DStatus.cpp66 std::string Status::exceptionToString(int32_t exceptionCode) { in exceptionToString() function in android::binder::Status
248 ret.appendFormat("Status(%d, %s): '", mException, exceptionToString(mException).c_str()); in toString8()
/frameworks/native/include/binder/
DStatus.h106 static std::string exceptionToString(status_t exceptionCode);
/frameworks/native/libs/binder/include/binder/
DStatus.h106 static std::string exceptionToString(status_t exceptionCode);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DStatusFuzzFunctions.h69 binder::Status::exceptionToString(fdp->ConsumeIntegral<int32_t>());
/frameworks/base/services/core/jni/stats/
DSurfaceFlingerPuller.cpp56 atomTag, (int)success, binder::Status::exceptionToString(err).c_str()); in pull()