Searched defs:TestingModule (Results 1 – 7 of 7) sorted by relevance
| /build/soong/cc/ |
| D | sanitize_test.go | 55 func expectSharedLinkDep(t *testing.T, ctx providerInterface, from, to android.TestingModule) { 68 func expectNoSharedLinkDep(t *testing.T, ctx providerInterface, from, to android.TestingModule) { 81 func expectStaticLinkDep(t *testing.T, ctx providerInterface, from, to android.TestingModule) { 95 func expectNoStaticLinkDep(t *testing.T, ctx providerInterface, from, to android.TestingModule) { 109 func expectInstallDep(t *testing.T, from, to android.TestingModule) { 869 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {
|
| D | cmake_snapshot_test.go | 25 func wasGenerated(t *testing.T, m *android.TestingModule, fileName string, ruleType string) {
|
| /build/soong/android/ |
| D | namespace_test.go | 665 func dependsOn(result *TestResult, module TestingModule, possibleDependency TestingModule) bool { 676 func numDeps(result *TestResult, module TestingModule) int {
|
| D | testing.go | 1053 type TestingModule struct { struct 1054 baseTestingComponent 1055 module Module 1066 func (m TestingModule) Module() Module { 1072 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string { 1081 func (m TestingModule) OutputFiles(ctx *TestContext, t *testing.T, tag string) Paths {
|
| /build/soong/rust/ |
| D | sanitize_test.go | 32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {
|
| /build/soong/apex/ |
| D | bootclasspath_fragment_test.go | 614 …PredefinedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, module…
|
| D | apex_test.go | 10951 func VerifyAconfigRule(t *testing.T, mod *android.TestingModule, desc string, inputs []string, outp…
|