Lines Matching refs:customization
264 customization := snapshotBuildInfo.snapshotTestCustomization(testConfig)
265 customizedPreparers := android.GroupFixturePreparers(customization.preparers...)
273 ExtendWithErrorHandler(customization.errorHandler).
277 for _, checker := range customization.checkers {
384 customization := info.snapshotTestCustomization(snapshotTest)
385 customization.preparers = append(customization.preparers, preparer)
393 customization := info.snapshotTestCustomization(snapshotTest)
394 customization.checkers = append(customization.checkers, checker)
408 customization := info.snapshotTestCustomization(snapshotTest)
409 customization.errorHandler = handler
487 customization := i.snapshotTestCustomizations[snapshotTest]
488 if customization == nil {
489 customization = &snapshotTestCustomization{
492 i.snapshotTestCustomizations[snapshotTest] = customization
494 return customization