Lines Matching defs:T
54 func createTestContext(t *testing.T, config android.Config, bp string, fs map[string][]byte,
104 func testCcWithConfig(t *testing.T, bp string, config android.Config) *android.TestContext {
108 func testCcWithConfigForOs(t *testing.T, bp string, config android.Config, os android.OsType) *andr…
121 func testCc(t *testing.T, bp string) *android.TestContext {
130 func testCcNoVndk(t *testing.T, bp string) *android.TestContext {
138 func testCcError(t *testing.T, pattern string, bp string) {
168 func TestFuchsiaDeps(t *testing.T) {
205 func TestFuchsiaTargetDecl(t *testing.T) {
231 func TestVendorSrc(t *testing.T) {
258 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
299 func TestVndk(t *testing.T) {
346 func TestVndkDepError(t *testing.T) {
525 func TestDoubleLoadbleDep(t *testing.T) {
630 func TestDoubleLoadableDepError(t *testing.T) {
750 func TestVndkMustNotBeProductSpecific(t *testing.T) {
765 func TestVndkExt(t *testing.T) {
791 func TestVndkExtWithoutBoardVndkVersion(t *testing.T) {
821 func TestVndkExtError(t *testing.T) {
864 func TestVndkExtInconsistentSupportSystemProcessError(t *testing.T) {
911 func TestVndkExtVendorAvailableFalseError(t *testing.T) {
936 func TestVendorModuleUseVndkExt(t *testing.T) {
989 func TestVndkExtUseVendorLib(t *testing.T) {
1051 func TestVndkSpExtUseVndkError(t *testing.T) {
1133 func TestVndkUseVndkExtError(t *testing.T) {
1357 func TestSplitListForSize(t *testing.T) {
1542 func TestLinkReordering(t *testing.T) {
1604 func TestStaticLibDepReordering(t *testing.T) {
1642 func TestStaticLibDepReorderingWithShared(t *testing.T) {
1676 func TestLlndkHeaders(t *testing.T) {
1704 func checkRuntimeLibs(t *testing.T, expected []string, module *Module) {
1769 func TestRuntimeLibs(t *testing.T) {
1792 func TestExcludeRuntimeLibs(t *testing.T) {
1804 func TestRuntimeLibsNoVndk(t *testing.T) {
1818 func checkStaticLibs(t *testing.T, expected []string, module *Module) {
1840 func TestStaticLibDepExport(t *testing.T) {
1927 func TestCompilerFlags(t *testing.T) {
1940 func TestVendorPublicLibraries(t *testing.T) {
2005 func TestRecovery(t *testing.T) {
2040 func TestVersionedStubs(t *testing.T) {
2104 func TestStaticExecutable(t *testing.T) {
2129 func TestStaticDepsOrderWithStubs(t *testing.T) {