Home
last modified time | relevance | path

Searched refs:snapshotTest (Results 1 – 1 of 1) sorted by relevance

/aosp12/build/soong/sdk/
H A Dtesting.go198 type snapshotTest int type
203 checkSnapshotWithoutSource snapshotTest = iota
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)
486 func (i *snapshotBuildInfo) snapshotTestCustomization(snapshotTest snapshotTest) *snapshotTestCusto… argument
487 customization := i.snapshotTestCustomizations[snapshotTest]
[all …]