Lines Matching refs:result
166 result := testSdkWithFs(t, ``,
172 CheckSnapshot(t, result, "mysdk", "package",
318 result := testSdkWithFs(t, sdk, nil)
320 CheckSnapshot(t, result, "mysdk", "",
490 checkZipFile := func(t *testing.T, result *android.TestResult, expected string) {
491 zipRule := result.ModuleForTests("mysdk", "common_os").Rule("SnapshotZipFiles")
496 result := preparer.RunTest(t)
498 checkZipFile(t, result, "out/soong/.intermediates/mysdk/common_os/mysdk-current.zip")
500 CheckSnapshot(t, result, "mysdk", "",
530 result := android.GroupFixturePreparers(
537 checkZipFile(t, result, "out/soong/.intermediates/mysdk/common_os/mysdk-current.zip")
539 CheckSnapshot(t, result, "mysdk", "",
569 result := android.GroupFixturePreparers(
576 checkZipFile(t, result, "out/soong/.intermediates/mysdk/common_os/mysdk.zip")
578 CheckSnapshot(t, result, "mysdk", "",
594 result := android.GroupFixturePreparers(
601 checkZipFile(t, result, "out/soong/.intermediates/mysdk/common_os/mysdk-current.zip")
603 CheckSnapshot(t, result, "mysdk", "",
633 result := android.GroupFixturePreparers(
640 checkZipFile(t, result, "out/soong/.intermediates/mysdk/common_os/mysdk-2.zip")
642 CheckSnapshot(t, result, "mysdk", "",