Searched refs:exceptionToString (Results 1 – 4 of 4) 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::Status236 ret.appendFormat("Status(%d, %s): '", mException, exceptionToString(mException).c_str()); in toString8()
101 static std::string exceptionToString(status_t exceptionCode);