Home
last modified time | relevance | path

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

/build/soong/android/
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) {
Dtesting.go489 …*TestContext) ModuleVariantForTests(name string, matchVariations map[string]string) TestingModule {
543 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule {
994 type TestingModule struct { struct
999 func newTestingModule(config Config, module Module) TestingModule {
1000 return TestingModule{
1007 func (m TestingModule) Module() Module { argument
1013 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string { argument
1023 func (m TestingModule) OutputFiles(t *testing.T, tag string) Paths { argument
Dmodule_test.go319 module := func(name string, host bool) TestingModule {
436 module := func(name string, host bool) TestingModule {
/build/soong/cc/
Dcmake_snapshot_test.go25 func wasGenerated(t *testing.T, m *android.TestingModule, fileName string, ruleType string) { argument
Dsdk_test.go58 assertDep := func(t *testing.T, from, to android.TestingModule) {
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
/build/soong/rust/
Dlibrary_test.go246 modules := []android.TestingModule{
316 for _, static := range []android.TestingModule{libfooRlib, libfooStatic, libfooFFIRlib} {
325 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
Dsanitize_test.go32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
/build/soong/aconfig/codegen/
Drust_aconfig_library_test.go68 variants := []android.TestingModule{
/build/soong/apex/
Dbootclasspath_fragment_test.go592 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
Dapex_test.go10913 func VerifyAconfigRule(t *testing.T, mod *android.TestingModule, desc string, inputs []string, outp… argument
11707 …checkMinSdkVersion := func(t *testing.T, module android.TestingModule, expectedMinSdkVersion strin…
/build/soong/java/
Djava_test.go2667 hasFileWithStem := func(m android.TestingModule, stem string) bool {
Dapp_test.go1623 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {