Home
last modified time | relevance | path

Searched refs:TestingModule (Results 1 – 9 of 9) sorted by relevance

/build/soong/android/
Dnamespace_test.go670 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { argument
681 func numDeps(ctx *TestContext, module TestingModule) int { argument
690 func getModule(ctx *TestContext, moduleName string) TestingModule {
694 func findModuleById(ctx *TestContext, id string) (module TestingModule) {
Dtesting.go498 …*TestContext) ModuleVariantForTests(name string, matchVariations map[string]string) TestingModule {
552 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule {
958 type TestingModule struct { struct
963 func newTestingModule(config Config, module Module) TestingModule {
964 return TestingModule{
971 func (m TestingModule) Module() Module { argument
977 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string { argument
984 func (m TestingModule) OutputFiles(t *testing.T, tag string) Paths { argument
Dmodule_test.go363 module := func(name string, host bool) TestingModule {
480 module := func(name string, host bool) TestingModule {
/build/soong/cc/
Dsdk_test.go58 assertDep := func(t *testing.T, from, to android.TestingModule) {
Dsanitize_test.go129 expectSharedLinkDep := func(from, to android.TestingModule) {
142 expectStaticLinkDep := func(from, to android.TestingModule) {
156 expectInstallDep := func(from, to android.TestingModule) {
225 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
/build/soong/rust/
Dlibrary_test.go237 for _, static := range []android.TestingModule{libfooRlib, libfooStatic} {
246 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
Dsanitize_test.go32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
/build/soong/apex/
Dbootclasspath_fragment_test.go780 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
/build/soong/java/
Dapp_test.go920 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {