Home
last modified time | relevance | path

Searched refs:allOutputs (Results 1 – 6 of 6) sorted by relevance

/build/soong/multitree/
Dapi_surface.go43 allOutputs android.Paths member
67 var allOutputs android.Paths
75 allOutputs = append(allOutputs, paths...)
86 Inputs: allOutputs,
89 surface.allOutputs = allOutputs
97 return surface.allOutputs, nil
/build/soong/android/
Dtest_suites_test.go56 allOutputs := config.AllOutputs()
69 for _, output := range allOutputs {
Dall_teams_test.go135 allOutputs := config.AllOutputs()
137 protoPath := allOutputs[0]
Dtesting.go789 func allOutputs(p BuildParams) []string { func
800 return allOutputs(p.BuildParams)
941 func (b baseTestingComponent) allOutputs() []string { func
944 outputFullPaths = append(outputFullPaths, allOutputs(p)...)
989 return b.allOutputs()
/build/soong/cc/
Dcc_test_only_property_test.go209 allOutputs := config.AllOutputs()
211 protoPath := allOutputs[0]
/build/soong/java/
Dtesting.go694 allOutputs := sourceGlobalCompatConfig.AllOutputs()
695 android.AssertIntEquals(t, message+": output len", 1, len(allOutputs))
696 output := sourceGlobalCompatConfig.Output(allOutputs[0])