Home
last modified time | relevance | path

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

/build/soong/sdk/
Dcc_sdk_test.go524 snapshotTestErrorHandler(checkSnapshotWithoutSource, errorHandler),
525 snapshotTestErrorHandler(checkSnapshotWithSourcePreferred, errorHandler),
526 snapshotTestErrorHandler(checkSnapshotPreferredWithSource, errorHandler),
1828snapshotTestErrorHandler(checkSnapshotPreferredWithSource, android.FixtureExpectsAtLeastOneErrorMa…
2710 snapshotTestErrorHandler(checkSnapshotWithSourcePreferred, snapshotWithSourceErrorHandler),
2711 snapshotTestErrorHandler(checkSnapshotPreferredWithSource, snapshotWithSourceErrorHandler),
Dtesting.go406 func snapshotTestErrorHandler(snapshotTest snapshotTest, handler android.FixtureErrorHandler) snaps… func