/build/soong/android/ |
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) {
|
D | testing.go | 489 …*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
|
D | module_test.go | 319 module := func(name string, host bool) TestingModule { 436 module := func(name string, host bool) TestingModule {
|
/build/soong/cc/ |
D | cmake_snapshot_test.go | 25 func wasGenerated(t *testing.T, m *android.TestingModule, fileName string, ruleType string) { argument
|
D | sdk_test.go | 58 assertDep := func(t *testing.T, from, to android.TestingModule) {
|
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
|
/build/soong/rust/ |
D | library_test.go | 246 modules := []android.TestingModule{ 316 for _, static := range []android.TestingModule{libfooRlib, libfooStatic, libfooFFIRlib} { 325 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
|
D | sanitize_test.go | 32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
|
/build/soong/aconfig/codegen/ |
D | rust_aconfig_library_test.go | 68 variants := []android.TestingModule{
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 592 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
|
D | apex_test.go | 10913 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/ |
D | java_test.go | 2667 hasFileWithStem := func(m android.TestingModule, stem string) bool {
|
D | app_test.go | 1623 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {
|