Lines Matching defs:T
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 {
85 func testCcErrorWithConfig(t *testing.T, pattern string, config android.Config) {
106 func testCcError(t *testing.T, pattern string, bp string) {
114 func testCcErrorProductVndk(t *testing.T, pattern string, bp string) {
130 func TestFuchsiaDeps(t *testing.T) {
167 func TestFuchsiaTargetDecl(t *testing.T) {
193 func TestVendorSrc(t *testing.T) {
220 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
261 func checkSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…
280 func checkWriteFileOutput(t *testing.T, params android.TestingBuildParams, expected []string) {
287 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) {
293 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str…
307 func TestVndk(t *testing.T) {
433 func TestVndkWithHostSupported(t *testing.T) {
467 func TestVndkLibrariesTxtAndroidMk(t *testing.T) {
482 func TestVndkUsingCoreVariant(t *testing.T) {
529 func TestDataLibs(t *testing.T) {
579 func TestDataLibsRelativeInstallPath(t *testing.T) {
626 func TestVndkWhenVndkVersionIsNotSet(t *testing.T) {
649 func TestVndkDepError(t *testing.T) {
828 func TestDoubleLoadbleDep(t *testing.T) {
933 func TestVendorSnapshot(t *testing.T) {
1058 func TestDoubleLoadableDepError(t *testing.T) {
1178 func TestVndkExt(t *testing.T) {
1260 func TestVndkExtWithoutBoardVndkVersion(t *testing.T) {
1290 func TestVndkExtWithoutProductVndkVersion(t *testing.T) {
1320 func TestVndkExtError(t *testing.T) {
1405 func TestVndkExtInconsistentSupportSystemProcessError(t *testing.T) {
1452 func TestVndkExtVendorAvailableFalseError(t *testing.T) {
1498 func TestVendorModuleUseVndkExt(t *testing.T) {
1550 func TestVndkExtUseVendorLib(t *testing.T) {
1612 func TestProductVndkExtDependency(t *testing.T) {
1677 func TestVndkSpExtUseVndkError(t *testing.T) {
1759 func TestVndkUseVndkExtError(t *testing.T) {
1898 func TestEnforceProductVndkVersion(t *testing.T) {
1972 func TestEnforceProductVndkVersionErrors(t *testing.T) {
2052 func TestMakeLinkType(t *testing.T) {
2245 func TestSplitListForSize(t *testing.T) {
2430 func TestLinkReordering(t *testing.T) {
2492 func TestStaticLibDepReordering(t *testing.T) {
2530 func TestStaticLibDepReorderingWithShared(t *testing.T) {
2564 func checkEquals(t *testing.T, message string, expected, actual interface{}) {
2575 func TestLlndkLibrary(t *testing.T) {
2603 func TestLlndkHeaders(t *testing.T) {
2631 func checkRuntimeLibs(t *testing.T, expected []string, module *Module) {
2696 func TestRuntimeLibs(t *testing.T) {
2719 func TestExcludeRuntimeLibs(t *testing.T) {
2731 func TestRuntimeLibsNoVndk(t *testing.T) {
2745 func checkStaticLibs(t *testing.T, expected []string, module *Module) {
2768 func TestStaticLibDepExport(t *testing.T) {
2855 func TestCompilerFlags(t *testing.T) {
2868 func TestVendorPublicLibraries(t *testing.T) {
2934 func TestRecovery(t *testing.T) {
2969 func TestDataLibsPrebuiltSharedTestLibrary(t *testing.T) {
3015 func TestVersionedStubs(t *testing.T) {
3079 func TestVersioningMacro(t *testing.T) {
3091 func TestStaticExecutable(t *testing.T) {
3116 func TestStaticDepsOrderWithStubs(t *testing.T) {
3156 func TestErrorsIfAModuleDependsOnDisabled(t *testing.T) {
3176 func TestFuzzTarget(t *testing.T) {
3187 func TestAidl(t *testing.T) {
3190 func assertString(t *testing.T, got, expected string) {
3197 func assertArrayString(t *testing.T, got, expected []string) {
3212 func assertMapKeys(t *testing.T, m map[string]string, expected []string) {
3217 func TestDefaults(t *testing.T) {
3281 func TestProductVariableDefaults(t *testing.T) {