Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dnamespace_test.go665 func dependsOn(result *TestResult, module TestingModule, possibleDependency TestingModule) bool { argument
676 func numDeps(result *TestResult, module TestingModule) int { argument
685 func getModule(result *TestResult, moduleName string) TestingModule {
689 func findModuleById(result *TestResult, id string) (module TestingModule) {
H A Dtesting.go533 …*TestContext) ModuleVariantForTests(name string, matchVariations map[string]string) TestingModule {
587 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule {
1038 type TestingModule struct { struct
1043 func newTestingModule(config Config, module Module) TestingModule {
1044 return TestingModule{
1051 func (m TestingModule) Module() Module { argument
1057 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string { argument
1066 func (m TestingModule) OutputFiles(ctx *TestContext, t *testing.T, tag string) Paths { argument
H A Dmodule_test.go319 module := func(name string, host bool) TestingModule {
436 module := func(name string, host bool) TestingModule {
/aosp_15_r20/build/soong/rust/
H A Dlibrary_test.go232 modules := []android.TestingModule{
309 for _, static := range []android.TestingModule{libfooRlib, libfooFFIRlib} {
318 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
H A Dsanitize_test.go32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
/aosp_15_r20/build/soong/cc/
H A Dsanitize_test.go55 func expectSharedLinkDep(t *testing.T, ctx providerInterface, from, to android.TestingModule) { argument
68 func expectNoSharedLinkDep(t *testing.T, ctx providerInterface, from, to android.TestingModule) { argument
81 func expectStaticLinkDep(t *testing.T, ctx providerInterface, from, to android.TestingModule) { argument
95 func expectNoStaticLinkDep(t *testing.T, ctx providerInterface, from, to android.TestingModule) { argument
109 func expectInstallDep(t *testing.T, from, to android.TestingModule) { argument
869 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
H A Dcmake_snapshot_test.go25 func wasGenerated(t *testing.T, m *android.TestingModule, fileName string, ruleType string) { argument
H A Dsdk_test.go58 assertDep := func(t *testing.T, from, to android.TestingModule) {
/aosp_15_r20/build/soong/aconfig/codegen/
H A Drust_aconfig_library_test.go68 variants := []android.TestingModule{
/aosp_15_r20/build/soong/apex/
H A Dbootclasspath_fragment_test.go609 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
H A Dapex_test.go10690 func VerifyAconfigRule(t *testing.T, mod *android.TestingModule, desc string, inputs []string, outp… argument
11481 …checkMinSdkVersion := func(t *testing.T, module android.TestingModule, expectedMinSdkVersion strin…
/aosp_15_r20/build/soong/java/
H A Djava_test.go2696 hasFileWithStem := func(m android.TestingModule, stem string) bool {
H A Dapp_test.go1633 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {