Searched refs:snapshotTest (Results 1 – 1 of 1) sorted by relevance
198 type snapshotTest int type203 checkSnapshotWithoutSource snapshotTest = iota382 func snapshotTestPreparer(snapshotTest snapshotTest, preparer android.FixturePreparer) snapshotBuil… argument384 customization := info.snapshotTestCustomization(snapshotTest)391 func snapshotTestChecker(snapshotTest snapshotTest, checker resultChecker) snapshotBuildInfoChecker… argument393 customization := info.snapshotTestCustomization(snapshotTest)406 func snapshotTestErrorHandler(snapshotTest snapshotTest, handler android.FixtureErrorHandler) snaps… argument408 customization := info.snapshotTestCustomization(snapshotTest)486 func (i *snapshotBuildInfo) snapshotTestCustomization(snapshotTest snapshotTest) *snapshotTestCusto… argument487 customization := i.snapshotTestCustomizations[snapshotTest][all …]