/build/soong/android/ |
D | testing.go | 28 func NewTestContext() *TestContext { 34 ctx := &TestContext{ 46 func NewTestArchContext() *TestContext { 52 type TestContext struct { struct 59 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { argument 63 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) { argument 68 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) { argument 72 func (ctx *TestContext) PostDepsMutators(f RegisterMutatorFunc) { argument 76 func (ctx *TestContext) FinalDepsMutators(f RegisterMutatorFunc) { argument 80 func (ctx *TestContext) Register(config Config) { argument [all …]
|
D | namespace_test.go | 635 func setupTestFromFiles(bps map[string][]byte) (ctx *TestContext, errs []error) { 656 func setupTestExpectErrs(bps map[string]string) (ctx *TestContext, errs []error) { 665 func setupTest(t *testing.T, bps map[string]string) (ctx *TestContext) { 672 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { argument 683 func numDeps(ctx *TestContext, module TestingModule) int { argument 692 func getModule(ctx *TestContext, moduleName string) TestingModule { argument 696 func findModuleById(ctx *TestContext, id string) (module TestingModule) { argument
|
D | csuite_config_test.go | 21 func testCSuiteConfig(test *testing.T, bpFileContents string) *TestContext {
|
D | vts_config_test.go | 21 func testVtsConfig(test *testing.T, bpFileContents string) *TestContext {
|
D | package_test.go | 84 func testPackage(fs map[string][]byte) (*TestContext, []error) {
|
D | arch_test.go | 340 enabledVariants := func(ctx *TestContext, name string) []string { 429 enabledVariants := func(ctx *TestContext, name string) []string {
|
D | register.go | 166 var _ RegistrationContext = (*TestContext)(nil)
|
D | neverallow_test.go | 361 func testNeverallow(config Config) (*TestContext, []error) {
|
D | visibility_test.go | 1156 func checkEffectiveVisibility(t *testing.T, ctx *TestContext, effectiveVisibility map[qualifiedModu… argument 1166 func testVisibility(buildDir string, fs map[string][]byte) (*TestContext, []error) {
|
/build/soong/sysprop/ |
D | sysprop_test.go | 58 func testContext(config android.Config) *android.TestContext { 84 func run(t *testing.T, ctx *android.TestContext, config android.Config) { argument 151 func test(t *testing.T, bp string) *android.TestContext {
|
/build/soong/dexpreopt/ |
D | testing.go | 37 func RegisterToolModulesForTest(ctx *android.TestContext) { argument
|
/build/soong/rust/ |
D | rust_test.go | 74 func testRust(t *testing.T, bp string) *android.TestContext { 78 func testRustCov(t *testing.T, bp string) *android.TestContext { 82 func testRustContext(t *testing.T, bp string, coverage bool) *android.TestContext {
|
D | testing.go | 78 func CreateTestContext() *android.TestContext {
|
/build/soong/bpf/ |
D | bpf_test.go | 60 func testContext(config android.Config) *android.TestContext {
|
/build/soong/cc/ |
D | genrule_test.go | 24 func testGenruleContext(config android.Config) *android.TestContext {
|
D | prebuilt_test.go | 25 func testPrebuilt(t *testing.T, bp string, fs map[string][]byte) *android.TestContext {
|
D | cc_test.go | 55 func testCcWithConfig(t *testing.T, config android.Config) *android.TestContext { 68 func testCc(t *testing.T, bp string) *android.TestContext { 77 func testCcNoVndk(t *testing.T, bp string) *android.TestContext { 220 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string, argument 261 func checkSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… argument 287 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) { argument 293 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str… argument 2483 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.… argument
|
D | testing.go | 560 func CreateTestContext() *android.TestContext {
|
/build/soong/sdk/ |
D | testing.go | 32 …string, fs map[string][]byte, extraOsTypes []android.OsType) (*android.TestContext, android.Config… 136 func runTests(t *testing.T, ctx *android.TestContext, config android.Config) *testSdkResult { argument 224 ctx *android.TestContext
|
/build/soong/java/ |
D | java_test.go | 74 func testContext() *android.TestContext { 109 func run(t *testing.T, ctx *android.TestContext, config android.Config) { argument 122 func testJavaError(t *testing.T, pattern string, bp string) (*android.TestContext, android.Config) { 127 …hConfig(t *testing.T, pattern string, config android.Config) (*android.TestContext, android.Config… 151 func testJavaWithFS(t *testing.T, bp string, fs map[string][]byte) (*android.TestContext, android.C… 156 func testJava(t *testing.T, bp string) (*android.TestContext, android.Config) { 161 func testJavaWithConfig(t *testing.T, config android.Config) (*android.TestContext, android.Config)… 1221 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s… argument 1797 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… argument 1990 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e… argument
|
D | testing.go | 230 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected… argument
|
/build/soong/xml/ |
D | xml_test.go | 51 func testXml(t *testing.T, bp string) *android.TestContext {
|
/build/soong/sh/ |
D | sh_binary_test.go | 37 func testShBinary(t *testing.T, bp string) (*android.TestContext, android.Config) {
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 52 func testPrebuiltEtcContext(t *testing.T, bp string) (*android.TestContext, android.Config) { 74 func testPrebuiltEtc(t *testing.T, bp string) (*android.TestContext, android.Config) {
|
/build/soong/python/ |
D | python_test.go | 382 func expectModule(t *testing.T, ctx *android.TestContext, buildDir, name, variant, expectedSrcsZip … argument
|