Home
last modified time | relevance | path

Searched refs:TestingBuildParams (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/android/
H A Dtesting.go565 type TestingBuildParams struct { struct
592 func (p TestingBuildParams) RelativeToTop() TestingBuildParams {
630 return TestingBuildParams{
707 return TestingBuildParams{
724 return TestingBuildParams{}, searchedRules
741 return TestingBuildParams{}
767 return TestingBuildParams{}, searchedOutputs
794 func (b baseTestingComponent) MaybeRule(rule string) TestingBuildParams {
800 func (b baseTestingComponent) Rule(rule string) TestingBuildParams {
812 func (b baseTestingComponent) Description(desc string) TestingBuildParams {
[all …]
H A Ddefs.go203 func ContentFromFileRuleForTests(t *testing.T, params TestingBuildParams) string { argument
H A Drule_builder_test.go619 check := func(t *testing.T, params TestingBuildParams, rspFile2Params TestingBuildParams,
H A Drule_builder.go1265 func RuleBuilderSboxProtoForTests(t *testing.T, params TestingBuildParams) *sbox_proto.Manifest { argument
/aosp12/build/soong/java/
H A Dplatform_bootclasspath_test.go322 var rule android.TestingBuildParams
H A Dtesting.go398 …leInputs(t *testing.T, message string, expected string, hiddenAPIRule android.TestingBuildParams) { argument
H A Dapp_test.go649 var aapt2link android.TestingBuildParams
/aosp12/build/soong/sdk/
H A Dbootclasspath_fragment_sdk_test.go516 var rule android.TestingBuildParams
/aosp12/build/soong/apex/
H A Dapex_test.go3617 var apexManifestRule android.TestingBuildParams
4475 var rule android.TestingBuildParams
/aosp12/build/soong/cc/
H A Dcc_test.go443 func checkWriteFileOutput(t *testing.T, params android.TestingBuildParams, expected []string) { argument