/aosp12/hardware/interfaces/identity/aidl/vts/ |
H A D | VtsIWritableIdentityCredentialTests.cpp | 73 EXPECT_FALSE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 97 EXPECT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 122 << attData2.result.exceptionMessage() << endl; in TEST_P() 137 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 144 EXPECT_FALSE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 160 EXPECT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 174 EXPECT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 188 EXPECT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 202 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 266 << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() [all …]
|
H A D | VtsAttestationTests.cpp | 78 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P() 101 ASSERT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in TEST_P()
|
H A D | UpdateCredentialTests.cpp | 112 EXPECT_TRUE(status.isOk()) << status.exceptionCode() << ": " << status.exceptionMessage(); in provisionData() 194 EXPECT_TRUE(status.isOk()) << status.exceptionCode() << ": " << status.exceptionMessage(); in TEST_P()
|
H A D | Util.cpp | 114 EXPECT_TRUE(result.isOk()) << result.exceptionCode() << "; " << result.exceptionMessage() in addAccessControlProfiles() 149 << result.exceptionCode() << "; " << result.exceptionMessage() << endl in addEntry() 163 << result.exceptionCode() << "; " << result.exceptionMessage() << endl in addEntry()
|
/aosp12/art/test/427-bounds/src/ |
H A D | Main.java | 26 String exceptionMessage = exception.getMessage(); in main() local 29 if (exceptionMessage.contains("length")) { in main() 30 if (!exceptionMessage.contains("length=1")) { in main() 36 if (exceptionMessage.contains("index")) { in main() 37 if (!exceptionMessage.contains("index=2")) { in main()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | ApplicationErrorReportTest.java | 53 crashInfo.exceptionMessage.length() < 50000); in testHugeExceptionMessageLeadsToReasonableReport() 66 String exceptionMessage = crashInfo.exceptionMessage; in testTruncationKeepsStartAndEndIntact() local 67 assertEquals("start", exceptionMessage.substring(0, "start".length())); in testTruncationKeepsStartAndEndIntact() 68 assertEquals("end", exceptionMessage.substring(exceptionMessage.length() - "end".length())); in testTruncationKeepsStartAndEndIntact()
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | binder.cpp | 108 << " binder returned: " << status.exceptionMessage().string(); in DeleteBackingImage() 124 << " binder returned: " << status.exceptionMessage().string(); in MapImageDevice() 135 << " binder returned: " << status.exceptionMessage().string(); in UnmapImageDevice() 146 << " binder returned: " << status.exceptionMessage().string(); in BackingImageExists() 157 << " binder returned: " << status.exceptionMessage().string(); in IsImageMapped() 177 << " binder returned: " << status.exceptionMessage().string(); in GetAllBackingImages() 191 << " binder returned: " << status.exceptionMessage().string(); in RemoveAllImages() 206 << " binder returned: " << status.exceptionMessage().string(); in RemoveDisabledImages() 216 << " binder returned: " << status.exceptionMessage().string(); in GetMappedImageDevice() 235 LOG(ERROR) << "Could not acquire IImageManager: " << status.exceptionMessage().string(); in Open()
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 802 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 804 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 843 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 1023 ASSERT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 1339 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 1348 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 1452 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 1526 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 1587 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() 1591 EXPECT_TRUE(status.isOk()) << status.exceptionMessage(); in TEST_F() [all …]
|
/aosp12/art/test/957-methodhandle-transforms/ |
H A D | expected-stdout.txt | 10 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptio… 11 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptio… 12 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo 13 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ApplicationErrorReport.java | 309 public String exceptionMessage; field in ApplicationErrorReport.CrashInfo 357 exceptionMessage = tr.getMessage(); in CrashInfo() 368 exceptionMessage = msg; in CrashInfo() 386 exceptionMessage = sanitizeString(exceptionMessage); in CrashInfo() 420 exceptionMessage = in.readString(); in CrashInfo() 435 dest.writeString(exceptionMessage); in writeToParcel() 445 Slog.d("Error", "ERR: exMsg=" + exceptionMessage); in writeToParcel() 459 pw.println(prefix + "exceptionMessage: " + exceptionMessage); in dump()
|
/aosp12/system/gsid/ |
H A D | gsi_tool.cpp | 75 return status.exceptionMessage().string(); in ErrorMessage() 498 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in WipeData() 509 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in WipeData() 534 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status() 542 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status() 550 std::cerr << status.exceptionMessage().string() << std::endl; in Status() 564 std::cerr << status.exceptionMessage().string() << std::endl; in Status() 573 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status() 579 std::cerr << "error: " << status.exceptionMessage().string() << std::endl; in Status() 605 std::cerr << status.exceptionMessage().string() << std::endl; in Cancel()
|
H A D | daemon.cpp | 41 std::cerr << "Could not dump device-mapper devices: " << status.exceptionMessage().c_str() in DumpDeviceMapper()
|
/aosp12/frameworks/base/native/android/ |
H A D | performance_hint.cpp | 110 ret.exceptionMessage().c_str()); in create() 150 ALOGE("%s: HintSession close failed: %s", __FUNCTION__, ret.exceptionMessage().c_str()); in ~APerformanceHintSession() 162 ret.exceptionMessage().c_str()); in updateTargetWorkDuration() 200 ret.exceptionMessage().c_str()); in reportActualWorkDuration()
|
/aosp12/packages/modules/NeuralNetworks/runtime/packageinfo/ |
H A D | PackageInfo.cpp | 48 << status.exceptionMessage().c_str(); in ANeuralNetworks_fetch_PackageInfo() 57 << status.exceptionMessage().c_str(); in ANeuralNetworks_fetch_PackageInfo()
|
/aosp12/frameworks/native/libs/permission/android/permission/ |
H A D | PermissionChecker.cpp | 109 ALOGE("finishDataDelivery failed: %s", status.exceptionMessage().c_str()); in finishDataDeliveryFromDatasource() 127 ALOGE("checkPermission failed: %s", status.exceptionMessage().c_str()); in checkPermission()
|
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | CreateAppDataResult.aidl | 23 @utf8InCpp String exceptionMessage;
|
/aosp12/frameworks/base/core/java/android/net/vcn/ |
H A D | IVcnStatusCallback.aidl | 26 in String exceptionMessage); in onGatewayConnectionError() argument
|
H A D | VcnManager.java | 639 @Nullable String exceptionMessage) { in onGatewayConnectionError() argument 640 final Throwable cause = createThrowableByClassName(exceptionClass, exceptionMessage); in onGatewayConnectionError()
|
/aosp12/frameworks/base/test-base/src/junit/framework/ |
H A D | TestFailure.java | 52 public String exceptionMessage() { in exceptionMessage() method in TestFailure
|
/aosp12/system/extras/partition_tools/ |
H A D | lpdump_target.cc | 36 std::cerr << status.exceptionMessage(); in Run()
|
/aosp12/frameworks/native/include/binder/ |
H A D | Status.h | 131 const String8& exceptionMessage() const { return mMessage; } in exceptionMessage() function
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Status.h | 131 const String8& exceptionMessage() const { return mMessage; } in exceptionMessage() function
|
/aosp12/frameworks/av/media/libaudioclient/tests/ |
H A D | audio_aidl_status_tests.cpp | 125 ASSERT_EQ(message, binderStatus.exceptionMessage()); in TEST()
|
/aosp12/frameworks/av/media/utils/ |
H A D | ServiceUtilities.cpp | 476 __func__, status.exceptionMessage().c_str()); in getInfo() 519 __func__, status.exceptionMessage().c_str()); in getInfo() 527 __func__, status.exceptionMessage().c_str()); in getInfo()
|
/aosp12/system/security/identity/ |
H A D | Util.cpp | 42 halStatus.serviceSpecificErrorCode(), halStatus.exceptionMessage().c_str()); in halStatusToError()
|