Home
last modified time | relevance | path

Searched defs:TestingModule (Results 1 – 7 of 7) sorted by relevance

/build/soong/cc/
Dsanitize_test.go55 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) {
Dcmake_snapshot_test.go25 func wasGenerated(t *testing.T, m *android.TestingModule, fileName string, ruleType string) {
/build/soong/android/
Dnamespace_test.go665 func dependsOn(result *TestResult, module TestingModule, possibleDependency TestingModule) bool {
676 func numDeps(result *TestResult, module TestingModule) int {
Dtesting.go994 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/
Dsanitize_test.go32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {
/build/soong/apex/
Dbootclasspath_fragment_test.go592 …PredefinedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, module…
Dapex_test.go10913 func VerifyAconfigRule(t *testing.T, mod *android.TestingModule, desc string, inputs []string, outp…