/build/soong/android/ |
D | testing.go | 27 func NewTestContext() *TestContext { 33 ctx := &TestContext{ 45 func NewTestArchContext() *TestContext { 51 type TestContext struct { struct 58 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { argument 62 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) { argument 67 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) { argument 71 func (ctx *TestContext) PostDepsMutators(f RegisterMutatorFunc) { argument 75 func (ctx *TestContext) FinalDepsMutators(f RegisterMutatorFunc) { argument 79 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 | vts_config_test.go | 21 func testVtsConfig(test *testing.T, bpFileContents string) *TestContext {
|
D | csuite_config_test.go | 21 func testCSuiteConfig(test *testing.T, bpFileContents string) *TestContext {
|
D | package_test.go | 85 func testPackage(fs map[string][]byte) (*TestContext, []error) {
|
D | license_test.go | 106 func testLicense(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 | 347 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 { 82 func run(t *testing.T, ctx *android.TestContext, config android.Config) { argument 149 func test(t *testing.T, bp string) *android.TestContext {
|
/build/soong/dexpreopt/ |
D | testing.go | 37 func RegisterToolModulesForTest(ctx *android.TestContext) { argument
|
/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 | 146 func testPrebuilt(t *testing.T, bp string) *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 2386 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.… argument
|
D | testing.go | 457 func CreateTestContext() *android.TestContext {
|
/build/soong/java/ |
D | java_test.go | 73 func testContext() *android.TestContext { 103 func run(t *testing.T, ctx *android.TestContext, config android.Config) { argument 116 func testJavaError(t *testing.T, pattern string, bp string) (*android.TestContext, android.Config) { 121 …hConfig(t *testing.T, pattern string, config android.Config) (*android.TestContext, android.Config… 145 func testJavaWithFS(t *testing.T, bp string, fs map[string][]byte) (*android.TestContext, android.C… 150 func testJava(t *testing.T, bp string) (*android.TestContext, android.Config) { 155 func testJavaWithConfig(t *testing.T, config android.Config) (*android.TestContext, android.Config)… 1113 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s… argument 1667 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… argument 1860 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e… argument
|
/build/soong/rust/ |
D | testing.go | 88 func CreateTestContext() *android.TestContext {
|
D | rust_test.go | 70 func testRust(t *testing.T, bp string) *android.TestContext {
|
/build/soong/xml/ |
D | xml_test.go | 51 func testXml(t *testing.T, bp string) *android.TestContext {
|
/build/soong/sdk/ |
D | testing.go | 32 func testSdkContext(bp string, fs map[string][]byte) (*android.TestContext, android.Config) { 201 ctx *android.TestContext
|
/build/soong/sh/ |
D | sh_binary_test.go | 39 func testShBinary(t *testing.T, bp string) (*android.TestContext, android.Config) {
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 52 func testPrebuiltEtc(t *testing.T, bp string) (*android.TestContext, android.Config) {
|
/build/soong/python/ |
D | python_test.go | 384 func expectModule(t *testing.T, ctx *android.TestContext, buildDir, name, variant, expectedSrcsZip … argument
|