• Home
  • Raw
  • Download

Lines Matching defs:T

47 func testCcWithConfig(t *testing.T, config android.Config) *android.TestContext {
64 func testCc(t *testing.T, bp string) *android.TestContext {
75 func testCcNoVndk(t *testing.T, bp string) *android.TestContext {
88 func testCcNoProductVndk(t *testing.T, bp string) *android.TestContext {
102 func testCcErrorWithConfig(t *testing.T, pattern string, config android.Config) {
115 func testCcError(t *testing.T, pattern string, bp string) {
129 func testCcErrorProductVndk(t *testing.T, pattern string, bp string) {
148 func TestPrepareForTestWithCcDefaultModules(t *testing.T) {
155 func TestVendorSrc(t *testing.T) {
182 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
221 func TestInstallPartition(t *testing.T) {
296 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
334 func checkWriteFileOutput(t *testing.T, params android.TestingBuildParams, expected []string) {
341 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) {
347 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str…
353 func TestVndk(t *testing.T) {
570 func TestVndkWithHostSupported(t *testing.T) {
606 func TestVndkLibrariesTxtAndroidMk(t *testing.T) {
622 func TestVndkUsingCoreVariant(t *testing.T) {
674 func TestDataLibs(t *testing.T) {
724 func TestDataLibsRelativeInstallPath(t *testing.T) {
782 func TestTestBinaryTestSuites(t *testing.T) {
813 func TestTestLibraryTestSuites(t *testing.T) {
844 func TestVndkWhenVndkVersionIsNotSet(t *testing.T) {
900 func TestVndkModuleError(t *testing.T) {
941 func TestVndkDepError(t *testing.T) {
1132 func TestDoubleLoadbleDep(t *testing.T) {
1236 func TestDoubleLoadableDepError(t *testing.T) {
1318 func TestCheckVndkMembershipBeforeDoubleLoadable(t *testing.T) {
1343 func TestVndkExt(t *testing.T) {
1430 func TestVndkExtWithoutBoardVndkVersion(t *testing.T) {
1461 func TestVndkExtWithoutProductVndkVersion(t *testing.T) {
1492 func TestVndkExtError(t *testing.T) {
1582 func TestVndkExtInconsistentSupportSystemProcessError(t *testing.T) {
1631 func TestVndkExtVendorAvailableFalseError(t *testing.T) {
1681 func TestVendorModuleUseVndkExt(t *testing.T) {
1735 func TestVndkExtUseVendorLib(t *testing.T) {
1799 func TestProductVndkExtDependency(t *testing.T) {
1866 func TestVndkSpExtUseVndkError(t *testing.T) {
1952 func TestVndkUseVndkExtError(t *testing.T) {
2097 func TestEnforceProductVndkVersion(t *testing.T) {
2222 func TestEnforceProductVndkVersionErrors(t *testing.T) {
2319 func TestMakeLinkType(t *testing.T) {
2610 func TestStaticLibDepReordering(t *testing.T) {
2649 func TestStaticLibDepReorderingWithShared(t *testing.T) {
2684 func checkEquals(t *testing.T, message string, expected, actual interface{}) {
2696 func TestLlndkLibrary(t *testing.T) {
2783 func TestLlndkHeaders(t *testing.T) {
2818 func checkRuntimeLibs(t *testing.T, expected []string, module *Module) {
2915 func TestRuntimeLibs(t *testing.T) {
2951 func TestExcludeRuntimeLibs(t *testing.T) {
2963 func TestRuntimeLibsNoVndk(t *testing.T) {
2980 func checkStaticLibs(t *testing.T, expected []string, module *Module) {
3003 func TestStaticLibDepExport(t *testing.T) {
3090 func TestCompilerFlags(t *testing.T) {
3103 func TestRecovery(t *testing.T) {
3138 func TestDataLibsPrebuiltSharedTestLibrary(t *testing.T) {
3184 func TestVersionedStubs(t *testing.T) {
3250 func TestVersioningMacro(t *testing.T) {
3262 func TestStaticExecutable(t *testing.T) {
3287 func TestStaticDepsOrderWithStubs(t *testing.T) {
3327 func TestErrorsIfAModuleDependsOnDisabled(t *testing.T) {
3347 func TestFuzzTarget(t *testing.T) {
3358 func TestAidl(t *testing.T) {
3361 func assertString(t *testing.T, got, expected string) {
3368 func assertArrayString(t *testing.T, got, expected []string) {
3383 func assertMapKeys(t *testing.T, m map[string]string, expected []string) {
3388 func TestDefaults(t *testing.T) {
3455 func TestProductVariableDefaults(t *testing.T) {
3487 func TestEmptyWholeStaticLibsAllowMissingDependencies(t *testing.T) {
3516 func TestInstallSharedLibs(t *testing.T) {
3611 func TestStubsLibReexportsHeaders(t *testing.T) {
3643 func TestAidlFlagsPassedToTheAidlCompiler(t *testing.T) {
3661 func TestAidlFlagsWithMinSdkVersion(t *testing.T) {
3713 func TestMinSdkVersionInClangTriple(t *testing.T) {
3725 func TestIncludeDirsExporting(t *testing.T) {
3996 func TestIncludeDirectoryOrdering(t *testing.T) {