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 | 994 type TestingModule struct { struct 995 baseTestingComponent 996 module Module 1007 func (m TestingModule) Module() Module { 1013 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string { 1023 func (m TestingModule) OutputFiles(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 | 592 …PredefinedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, module…
|
D | apex_test.go | 10913 func VerifyAconfigRule(t *testing.T, mod *android.TestingModule, desc string, inputs []string, outp…
|