Lines Matching refs:snapshotTest
138 snapshotTestCustomizations: map[snapshotTest]*snapshotTestCustomization{},
198 type snapshotTest int type
203 checkSnapshotWithoutSource snapshotTest = iota
262 …var runSnapshotTestWithCheckers = func(t *testing.T, testConfig snapshotTest, extraPreparer androi…
382 func snapshotTestPreparer(snapshotTest snapshotTest, preparer android.FixturePreparer) snapshotBuil… argument
384 customization := info.snapshotTestCustomization(snapshotTest)
391 func snapshotTestChecker(snapshotTest snapshotTest, checker resultChecker) snapshotBuildInfoChecker… argument
393 customization := info.snapshotTestCustomization(snapshotTest)
406 func snapshotTestErrorHandler(snapshotTest snapshotTest, handler android.FixtureErrorHandler) snaps… argument
408 customization := info.snapshotTestCustomization(snapshotTest)
480 snapshotTestCustomizations map[snapshotTest]*snapshotTestCustomization
486 func (i *snapshotBuildInfo) snapshotTestCustomization(snapshotTest snapshotTest) *snapshotTestCusto…
487 customization := i.snapshotTestCustomizations[snapshotTest]
492 i.snapshotTestCustomizations[snapshotTest] = customization