Lines Matching refs:snapshotBuildInfoChecker
220 …ing.T, result *android.TestResult, name string, dir string, checkers ...snapshotBuildInfoChecker) { argument
308 type snapshotBuildInfoChecker func(info *snapshotBuildInfo) type
313 func checkAndroidBpContents(expected string) snapshotBuildInfoChecker {
325 func checkUnversionedAndroidBpContents(expected string) snapshotBuildInfoChecker {
340 func checkVersionedAndroidBpContents(expected string) snapshotBuildInfoChecker {
352 func checkAllCopyRules(expected string) snapshotBuildInfoChecker {
359 func checkAllOtherCopyRules(expected string) snapshotBuildInfoChecker {
367 func checkMergeZips(expected ...string) snapshotBuildInfoChecker {
382 …estPreparer(snapshotTest snapshotTest, preparer android.FixturePreparer) snapshotBuildInfoChecker {
391 func snapshotTestChecker(snapshotTest snapshotTest, checker resultChecker) snapshotBuildInfoChecker…
406 …rHandler(snapshotTest snapshotTest, handler android.FixtureErrorHandler) snapshotBuildInfoChecker {