Searched refs:snapshotTest (Results 1 – 1 of 1) sorted by relevance
138 snapshotTestCustomizations: map[snapshotTest]*snapshotTestCustomization{},198 type snapshotTest int type203 checkSnapshotWithoutSource snapshotTest = iota262 …var runSnapshotTestWithCheckers = func(t *testing.T, testConfig snapshotTest, extraPreparer androi…382 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)[all …]