Searched refs:exceptionToString (Results 1 – 6 of 6) sorted by relevance
68 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) {
66 std::string Status::exceptionToString(int32_t exceptionCode) { in exceptionToString() function in android::binder::Status248 ret.appendFormat("Status(%d, %s): '", mException, exceptionToString(mException).c_str()); in toString8()
106 static std::string exceptionToString(status_t exceptionCode);
69 binder::Status::exceptionToString(fdp->ConsumeIntegral<int32_t>());
56 atomTag, (int)success, binder::Status::exceptionToString(err).c_str()); in pull()