Home
last modified time | relevance | path

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

/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/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.go533 …ModuleVariantForTests(t *testing.T, name string, matchVariations map[string]string) TestingModule {
588 func (ctx *TestContext) ModuleForTests(t *testing.T, name, variant string) TestingModule {
1053 type TestingModule struct { struct
1058 func newTestingModule(t *testing.T, config Config, module Module) TestingModule {
1059 return TestingModule{
1066 func (m TestingModule) Module() Module { argument
1072 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string { argument
1081 func (m TestingModule) OutputFiles(ctx *TestContext, 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/aconfig/codegen/
Drust_aconfig_library_test.go68 variants := []android.TestingModule{
/build/soong/rust/
Dlibrary_test.go216 modules := []android.TestingModule{
293 for _, static := range []android.TestingModule{libfooRlib, libfooFFIRlib} {
302 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.go614 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
Dapex_test.go10951 func VerifyAconfigRule(t *testing.T, mod *android.TestingModule, desc string, inputs []string, outp… argument
11752 …checkMinSdkVersion := func(t *testing.T, module android.TestingModule, expectedMinSdkVersion strin…
/build/soong/java/
Djava_test.go2754 hasFileWithStem := func(m android.TestingModule, stem string) bool {
Dapp_test.go1706 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {