Home
last modified time | relevance | path

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

12345

/aosp_15_r20/frameworks/base/test-junit/src/junit/framework/
H A 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) {
/aosp_15_r20/system/libhidl/base/
H A DStatus.cpp29 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 DBinderUtil.h49 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 DStatus.cpp66 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/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/
DStatus.h101 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/
DStatus.h101 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DStatus.h101 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DStatus.h101 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/frameworks/native/include/binder/
H A DStatus.h109 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DStatus.h109 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DStatus.h105 static std::string exceptionToString(status_t exceptionCode);

12345