/aosp_15_r20/build/soong/android/ |
H A D | namespace_test.go | 665 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 D | testing.go | 533 …*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 D | module_test.go | 319 module := func(name string, host bool) TestingModule { 436 module := func(name string, host bool) TestingModule {
|
/aosp_15_r20/build/soong/rust/ |
H A D | library_test.go | 232 modules := []android.TestingModule{ 309 for _, static := range []android.TestingModule{libfooRlib, libfooFFIRlib} { 318 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
|
H A D | sanitize_test.go | 32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
|
/aosp_15_r20/build/soong/cc/ |
H A D | sanitize_test.go | 55 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 D | cmake_snapshot_test.go | 25 func wasGenerated(t *testing.T, m *android.TestingModule, fileName string, ruleType string) { argument
|
H A D | sdk_test.go | 58 assertDep := func(t *testing.T, from, to android.TestingModule) {
|
/aosp_15_r20/build/soong/aconfig/codegen/ |
H A D | rust_aconfig_library_test.go | 68 variants := []android.TestingModule{
|
/aosp_15_r20/build/soong/apex/ |
H A D | bootclasspath_fragment_test.go | 609 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
|
H A D | apex_test.go | 10690 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 D | java_test.go | 2696 hasFileWithStem := func(m android.TestingModule, stem string) bool {
|
H A D | app_test.go | 1633 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {
|