Lines Matching defs:T
81 func testCcWithConfig(t *testing.T, config android.Config) *android.TestContext {
98 func testCc(t *testing.T, bp string) *android.TestContext {
109 func testCcErrorWithConfig(t *testing.T, pattern string, config android.Config) {
122 func testCcError(t *testing.T, pattern string, bp string) {
138 func TestPrepareForTestWithCcDefaultModules(t *testing.T) {
145 func TestVendorSrc(t *testing.T) {
173 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
212 func TestInstallPartition(t *testing.T) {
288 func checkWriteFileOutput(t *testing.T, ctx *android.TestContext, params android.TestingBuildParams…
295 func TestDataLibs(t *testing.T) {
339 func TestDataLibsRelativeInstallPath(t *testing.T) {
393 func TestTestBinaryTestSuites(t *testing.T) {
425 func TestTestLibraryTestSuites(t *testing.T) {
457 func TestDoubleLoadbleDep(t *testing.T) {
532 func TestDoubleLoadableDepError(t *testing.T) {
612 func TestMakeLinkType(t *testing.T) {
839 func TestStaticLibDepReordering(t *testing.T) {
879 func TestStaticLibDepReorderingWithShared(t *testing.T) {
915 func checkEquals(t *testing.T, message string, expected, actual interface{}) {
927 func TestLlndkLibrary(t *testing.T) {
1052 func TestLlndkHeaders(t *testing.T) {
1088 func checkRuntimeLibs(t *testing.T, expected []string, module *Module) {
1185 func TestRuntimeLibs(t *testing.T) {
1222 func TestExcludeRuntimeLibs(t *testing.T) {
1235 func checkStaticLibs(t *testing.T, expected []string, module *Module) {
1258 func TestStaticLibDepExport(t *testing.T) {
1346 func TestCompilerFlags(t *testing.T) {
1360 func TestRecovery(t *testing.T) {
1396 func TestDataLibsPrebuiltSharedTestLibrary(t *testing.T) {
1438 func TestVersionedStubs(t *testing.T) {
1505 func TestVersioningMacro(t *testing.T) {
1526 func TestStaticLibArchiveArgs(t *testing.T) {
1567 func TestSharedLibLinkingArgs(t *testing.T) {
1616 func TestStaticExecutable(t *testing.T) {
1642 func TestStaticDepsOrderWithStubs(t *testing.T) {
1683 func TestErrorsIfAModuleDependsOnDisabled(t *testing.T) {
1702 func VerifyAFLFuzzTargetVariant(t *testing.T, variant string) {
1811 func TestAFLFuzzTargetForDevice(t *testing.T) {
1816 func TestAFLFuzzTargetForLinuxHost(t *testing.T) {
1827 func TestFuzzTarget(t *testing.T) {
1839 func assertString(t *testing.T, got, expected string) {
1846 func assertArrayString(t *testing.T, got, expected []string) {
1861 func assertMapKeys(t *testing.T, m map[string]string, expected []string) {
1866 func TestDefaults(t *testing.T) {
1923 func TestProductVariableDefaults(t *testing.T) {
1956 func TestEmptyWholeStaticLibsAllowMissingDependencies(t *testing.T) {
1985 func TestInstallSharedLibs(t *testing.T) {
2081 func TestStubsLibReexportsHeaders(t *testing.T) {
2114 func TestAidlLibraryWithHeaders(t *testing.T) {
2182 func TestAidlFlagsPassedToTheAidlCompiler(t *testing.T) {
2204 func TestAidlFlagsWithMinSdkVersion(t *testing.T) {
2257 func TestInvalidAidlProp(t *testing.T) {
2306 func TestMinSdkVersionInClangTriple(t *testing.T) {
2319 func TestNonDigitMinSdkVersionInClangTriple(t *testing.T) {
2339 func TestIncludeDirsExporting(t *testing.T) {
2627 func TestIncludeDirectoryOrdering(t *testing.T) {
2908 func TestAddnoOverride64GlobalCflags(t *testing.T) {
2941 func TestCcBuildBrokenClangProperty(t *testing.T) {
2992 func TestCcBuildBrokenClangAsFlags(t *testing.T) {
3038 func TestCcBuildBrokenClangCFlags(t *testing.T) {
3084 func TestStrippedAllOutputFile(t *testing.T) {
3106 func TestImageVariants(t *testing.T) {
3153 func TestVendorOrProductVariantUsesPlatformSdkVersionAsDefault(t *testing.T) {
3186 func TestClangVerify(t *testing.T) {
3215 func TestCheckConflictingExplicitVersions(t *testing.T) {