Home
last modified time | relevance | path

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

/aosp_15_r20/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go123 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
138 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
153 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
169 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
187 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
228 content := android.ContentFromFileRuleForTests(t, ctx, module.Output("config/plan_name.xml"))
/aosp_15_r20/build/soong/filesystem/
H A Dfilesystem_test.go596 …buildImageConfig := android.ContentFromFileRuleForTests(t, result.TestContext, partition.Output("p…
612 …buildImageConfig := android.ContentFromFileRuleForTests(t, result.TestContext, partition.Output("p…
654 …fileList := android.ContentFromFileRuleForTests(t, result.TestContext, partition.Output("fileList"…
673 …fileList := android.ContentFromFileRuleForTests(t, result.TestContext, partition.Output("fileList"…
710 …fileList := android.ContentFromFileRuleForTests(t, result.TestContext, partition.Output("fileList"…
763 …fileList := android.ContentFromFileRuleForTests(t, result.TestContext, partition.Output("fileList"…
/aosp_15_r20/build/soong/tradefed_modules/
H A Dtest_suite_test.go51 …if err := json.Unmarshal([]byte(android.ContentFromFileRuleForTests(t, ctx.TestContext, manifestPa…
111 …if err := json.Unmarshal([]byte(android.ContentFromFileRuleForTests(t, ctx.TestContext, manifestPa…
/aosp_15_r20/build/soong/java/
H A Dsdk_library_test.go222 fooUpdatableContents := android.ContentFromFileRuleForTests(t, result.TestContext, fooUpdatable)
231 …fooPermissionsContents := android.ContentFromFileRuleForTests(t, result.TestContext, fooPermission…
367 fooUpdatableContents := android.ContentFromFileRuleForTests(t, result.TestContext, fooUpdatable)
1442 barContents := android.ContentFromFileRuleForTests(t, result.TestContext, barPermissions)
H A Dkotlin_test.go245 …fooKotlincClasspath := android.ContentFromFileRuleForTests(t, result.TestContext, foo.Output("kotl…
265 …barKotlincClasspath := android.ContentFromFileRuleForTests(t, result.TestContext, bar.Output("kotl…
/aosp_15_r20/build/soong/android/
H A Dtest_suites_test.go78 got = ContentFromFileRuleForTests(t, ctx.TestContext, config.MaybeOutput(output))
H A Draw_files.go222 func ContentFromFileRuleForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) string { func
H A Dall_teams_test.go140 outProto := []byte(ContentFromFileRuleForTests(t, ctx.TestContext, out))
H A Drule_builder_test.go646 rspFile2Content := ContentFromFileRuleForTests(t, result.TestContext, rspFile2Params)
H A Drule_builder.go1513 content := ContentFromFileRuleForTests(t, ctx, params)
/aosp_15_r20/build/soong/cc/
H A Dcc_test_only_property_test.go182 outProto := []byte(android.ContentFromFileRuleForTests(t, ctx.TestContext, out))
H A Dcc_test.go290 content := android.ContentFromFileRuleForTests(t, ctx, params)
/aosp_15_r20/build/soong/apex/
H A Dapex_test.go589 fullDepsInfo := strings.Split(android.ContentFromFileRuleForTests(t, ctx,
596 flatDepsInfo := strings.Split(android.ContentFromFileRuleForTests(t, ctx,
1422 fullDepsInfo := strings.Split(android.ContentFromFileRuleForTests(t, ctx,
1426 flatDepsInfo := strings.Split(android.ContentFromFileRuleForTests(t, ctx,
2190 flatlist := strings.Split(android.ContentFromFileRuleForTests(t, ctx,
2263 flatlist := strings.Split(android.ContentFromFileRuleForTests(t, ctx,
2337 flatlist := strings.Split(android.ContentFromFileRuleForTests(t, ctx,
7496 contents := android.ContentFromFileRuleForTests(t, ctx, sdkLibrary)
7537 contents := android.ContentFromFileRuleForTests(t, ctx, sdkLibrary)
8270 content := android.ContentFromFileRuleForTests(t, ctx, bundleConfigRule)
[all …]
H A Dbootclasspath_fragment_test.go1464 …classPathProtoContent := android.ContentFromFileRuleForTests(t, result.TestContext, fragment.Outpu…