Home
last modified time | relevance | path

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

/build/soong/sdk/
Dtesting.go136 func runTests(t *testing.T, ctx *android.TestContext, config android.Config) *testSdkResult {
142 return &testSdkResult{
149 func testSdkWithFs(t *testing.T, bp string, fs map[string][]byte) *testSdkResult {
222 type testSdkResult struct { struct
232 func (r *testSdkResult) getSdkSnapshotBuildInfo(sdk *sdk) *snapshotBuildInfo { argument
296 func (r *testSdkResult) Module(name string, variant string) android.Module { argument
300 func (r *testSdkResult) ModuleForTests(name string, variant string) android.TestingModule { argument
309 func (r *testSdkResult) CheckSnapshot(name string, dir string, checkers ...snapshotBuildInfoChecker… argument
392 r *testSdkResult
Djava_sdk_test.go23 func testSdkWithJava(t *testing.T, bp string) *testSdkResult {
597 func testSdkWithDroidstubs(t *testing.T, bp string) *testSdkResult {
Dcc_sdk_test.go35 func testSdkWithCc(t *testing.T, bp string) *testSdkResult {