Home
last modified time | relevance | path

Searched defs:expectedDump (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/
Dabiutilsaux_test.go62 type expectedDump struct { struct
63 dump string
64 file string
65 line int
116 func abitest(t *testing.T, ft *types.Type, exp expectedDump) {
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAdServicesInternalProviderTest.java138 String expectedDump = dump(pw -> appContext.dump(pw, /* args= */ null)); in testDump_appContextSingletonSet_customApplicationContext() local
174 String expectedDump = "The Bug is on the Table"; in testDump_includesDebugFlagsDump() local
184 String expectedDump = "I flag, therefore I am!"; in testDump_includesFlagsDump() local
195 String expectedDump = "Slow ride, take it easy!"; in testDump_includesThrottlerDump() local
205 String expectedDump = "As you wish!"; in testDump_includesConsentManagerDump() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DStacktraceUtils.kt208 .forEach { (dump, expectedDump) -> in verifyDump() method