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 TestFuchsiaDeps(t *testing.T) {
194 func TestFuchsiaTargetDecl(t *testing.T) {
220 func TestVendorSrc(t *testing.T) {
247 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
286 func TestInstallPartition(t *testing.T) {
361 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
399 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS…
428 func checkSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…
433 func checkSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto…
438 func checkSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
443 func checkWriteFileOutput(t *testing.T, params android.TestingBuildParams, expected []string) {
450 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) {
456 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str…
462 func TestVndk(t *testing.T) {
679 func TestVndkWithHostSupported(t *testing.T) {
715 func TestVndkLibrariesTxtAndroidMk(t *testing.T) {
731 func TestVndkUsingCoreVariant(t *testing.T) {
783 func TestDataLibs(t *testing.T) {
833 func TestDataLibsRelativeInstallPath(t *testing.T) {
880 func TestVndkWhenVndkVersionIsNotSet(t *testing.T) {
936 func TestVndkModuleError(t *testing.T) {
977 func TestVndkDepError(t *testing.T) {
1168 func TestDoubleLoadbleDep(t *testing.T) {
1272 func TestDoubleLoadableDepError(t *testing.T) {
1354 func TestCheckVndkMembershipBeforeDoubleLoadable(t *testing.T) {
1379 func TestVndkExt(t *testing.T) {
1466 func TestVndkExtWithoutBoardVndkVersion(t *testing.T) {
1497 func TestVndkExtWithoutProductVndkVersion(t *testing.T) {
1528 func TestVndkExtError(t *testing.T) {
1618 func TestVndkExtInconsistentSupportSystemProcessError(t *testing.T) {
1667 func TestVndkExtVendorAvailableFalseError(t *testing.T) {
1717 func TestVendorModuleUseVndkExt(t *testing.T) {
1771 func TestVndkExtUseVendorLib(t *testing.T) {
1835 func TestProductVndkExtDependency(t *testing.T) {
1902 func TestVndkSpExtUseVndkError(t *testing.T) {
1988 func TestVndkUseVndkExtError(t *testing.T) {
2133 func TestEnforceProductVndkVersion(t *testing.T) {
2258 func TestEnforceProductVndkVersionErrors(t *testing.T) {
2355 func TestMakeLinkType(t *testing.T) {
2655 func TestStaticLibDepReordering(t *testing.T) {
2694 func TestStaticLibDepReorderingWithShared(t *testing.T) {
2729 func checkEquals(t *testing.T, message string, expected, actual interface{}) {
2741 func TestLlndkLibrary(t *testing.T) {
2835 func TestLlndkHeaders(t *testing.T) {
2870 func checkRuntimeLibs(t *testing.T, expected []string, module *Module) {
2967 func TestRuntimeLibs(t *testing.T) {
3003 func TestExcludeRuntimeLibs(t *testing.T) {
3015 func TestRuntimeLibsNoVndk(t *testing.T) {
3032 func checkStaticLibs(t *testing.T, expected []string, module *Module) {
3055 func TestStaticLibDepExport(t *testing.T) {
3142 func TestCompilerFlags(t *testing.T) {
3155 func TestRecovery(t *testing.T) {
3190 func TestDataLibsPrebuiltSharedTestLibrary(t *testing.T) {
3236 func TestVersionedStubs(t *testing.T) {
3302 func TestVersioningMacro(t *testing.T) {
3314 func TestStaticExecutable(t *testing.T) {
3339 func TestStaticDepsOrderWithStubs(t *testing.T) {
3379 func TestErrorsIfAModuleDependsOnDisabled(t *testing.T) {
3399 func TestFuzzTarget(t *testing.T) {
3410 func TestAidl(t *testing.T) {
3413 func assertString(t *testing.T, got, expected string) {
3420 func assertArrayString(t *testing.T, got, expected []string) {
3435 func assertMapKeys(t *testing.T, m map[string]string, expected []string) {
3440 func TestDefaults(t *testing.T) {
3507 func TestProductVariableDefaults(t *testing.T) {
3539 func TestEmptyWholeStaticLibsAllowMissingDependencies(t *testing.T) {
3568 func TestInstallSharedLibs(t *testing.T) {
3663 func TestStubsLibReexportsHeaders(t *testing.T) {
3695 func TestAidlFlagsPassedToTheAidlCompiler(t *testing.T) {
3713 func TestMinSdkVersionInClangTriple(t *testing.T) {
3746 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) {
3843 func TestSanitizeMemtagHeap(t *testing.T) {
3901 func TestSanitizeMemtagHeapWithSanitizeDevice(t *testing.T) {
3962 func TestSanitizeMemtagHeapWithSanitizeDeviceDiag(t *testing.T) {
4024 func TestIncludeDirsExporting(t *testing.T) {