Home
last modified time | relevance | path

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

/build/soong/sdk/
Dcompat_config_sdk_test.go69 snapshotTestChecker(checkSnapshotWithoutSource,
75 snapshotTestChecker(checkSnapshotWithSourcePreferred,
83 snapshotTestChecker(checkSnapshotPreferredWithSource,
Dbootclasspath_fragment_sdk_test.go198 snapshotTestChecker(checkSnapshotWithoutSource, func(t *testing.T, result *android.TestResult) {
514 snapshotTestChecker(checkSnapshotWithoutSource, func(t *testing.T, result *android.TestResult) {
Dtesting.go391 func snapshotTestChecker(snapshotTest snapshotTest, checker resultChecker) snapshotBuildInfoChecker… func