Home
last modified time | relevance | path

Searched refs:exceptionMessage (Results 1 – 25 of 68) sorted by relevance

123

/aosp12/hardware/interfaces/identity/aidl/vts/
H A DVtsIWritableIdentityCredentialTests.cpp73 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 DVtsAttestationTests.cpp78 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 DUpdateCredentialTests.cpp112 EXPECT_TRUE(status.isOk()) << status.exceptionCode() << ": " << status.exceptionMessage(); in provisionData()
194 EXPECT_TRUE(status.isOk()) << status.exceptionCode() << ": " << status.exceptionMessage(); in TEST_P()
H A DUtil.cpp114 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 DMain.java26 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 DApplicationErrorReportTest.java53 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 Dbinder.cpp108 << " 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 Dbinder_test.cpp802 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 Dexpected-stdout.txt10 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 DApplicationErrorReport.java309 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 Dgsi_tool.cpp75 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 Ddaemon.cpp41 std::cerr << "Could not dump device-mapper devices: " << status.exceptionMessage().c_str() in DumpDeviceMapper()
/aosp12/frameworks/base/native/android/
H A Dperformance_hint.cpp110 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 DPackageInfo.cpp48 << 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 DPermissionChecker.cpp109 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 DCreateAppDataResult.aidl23 @utf8InCpp String exceptionMessage;
/aosp12/frameworks/base/core/java/android/net/vcn/
H A DIVcnStatusCallback.aidl26 in String exceptionMessage); in onGatewayConnectionError() argument
H A DVcnManager.java639 @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 DTestFailure.java52 public String exceptionMessage() { in exceptionMessage() method in TestFailure
/aosp12/system/extras/partition_tools/
H A Dlpdump_target.cc36 std::cerr << status.exceptionMessage(); in Run()
/aosp12/frameworks/native/include/binder/
H A DStatus.h131 const String8& exceptionMessage() const { return mMessage; } in exceptionMessage() function
/aosp12/frameworks/native/libs/binder/include/binder/
H A DStatus.h131 const String8& exceptionMessage() const { return mMessage; } in exceptionMessage() function
/aosp12/frameworks/av/media/libaudioclient/tests/
H A Daudio_aidl_status_tests.cpp125 ASSERT_EQ(message, binderStatus.exceptionMessage()); in TEST()
/aosp12/frameworks/av/media/utils/
H A DServiceUtilities.cpp476 __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 DUtil.cpp42 halStatus.serviceSpecificErrorCode(), halStatus.exceptionMessage().c_str()); in halStatusToError()

123