Searched refs:ContentFromFileRuleForTests (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test_test.go | 123 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 D | filesystem_test.go | 596 …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 D | test_suite_test.go | 51 …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 D | sdk_library_test.go | 222 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 D | kotlin_test.go | 245 …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 D | test_suites_test.go | 78 got = ContentFromFileRuleForTests(t, ctx.TestContext, config.MaybeOutput(output))
|
H A D | raw_files.go | 222 func ContentFromFileRuleForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) string { func
|
H A D | all_teams_test.go | 140 outProto := []byte(ContentFromFileRuleForTests(t, ctx.TestContext, out))
|
H A D | rule_builder_test.go | 646 rspFile2Content := ContentFromFileRuleForTests(t, result.TestContext, rspFile2Params)
|
H A D | rule_builder.go | 1513 content := ContentFromFileRuleForTests(t, ctx, params)
|
/aosp_15_r20/build/soong/cc/ |
H A D | cc_test_only_property_test.go | 182 outProto := []byte(android.ContentFromFileRuleForTests(t, ctx.TestContext, out))
|
H A D | cc_test.go | 290 content := android.ContentFromFileRuleForTests(t, ctx, params)
|
/aosp_15_r20/build/soong/apex/ |
H A D | apex_test.go | 589 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 D | bootclasspath_fragment_test.go | 1464 …classPathProtoContent := android.ContentFromFileRuleForTests(t, result.TestContext, fragment.Outpu…
|