/aosp_15_r20/frameworks/base/test-junit/src/junit/framework/ |
H A D | TestSuite.java | 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) {
|
/aosp_15_r20/system/libhidl/base/ |
H A D | Status.cpp | 29 static std::string exceptionToString(int32_t ex) { in exceptionToString() function 106 stream << "Status(" << exceptionToString(s.exceptionCode()) << "): '"; in operator <<()
|
/aosp_15_r20/system/netd/include/binder_utils/ |
H A D | BinderUtil.h | 49 inline std::string exceptionToString(int32_t exception) { in exceptionToString() function 97 output.append(fmt::format("{}({}, \"{}\")", exceptionToString(exceptionCode), in binderCallLogFn()
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Status.cpp | 66 std::string Status::exceptionToString(int32_t exceptionCode) { in exceptionToString() function in android::binder::Status 249 ret.appendFormat("Status(%d, %s): '", mException, exceptionToString(mException).c_str()); in toString8()
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 101 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 101 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 101 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 101 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/frameworks/native/include/binder/ |
H A D | Status.h | 109 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | Status.h | 109 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 105 static std::string exceptionToString(status_t exceptionCode);
|