Lines Matching refs:T
28 func TestDependingOnModuleInSameNamespace(t *testing.T) { argument
52 func TestDependingOnModuleInRootNamespace(t *testing.T) { argument
74 func TestImplicitlyImportRootNamespace(t *testing.T) { argument
96 func TestDependingOnModuleInImportedNamespace(t *testing.T) { argument
125 func TestDependingOnModuleInNonImportedNamespace(t *testing.T) { argument
165 func TestDependingOnModuleByFullyQualifiedReference(t *testing.T) { argument
192 func TestSameNameInTwoNamespaces(t *testing.T) { argument
242 func TestSearchOrder(t *testing.T) { argument
330 func TestTwoNamespacesCanImportEachOther(t *testing.T) { argument
360 func TestImportingNonexistentNamespace(t *testing.T) { argument
384 func TestNamespacesDontInheritParentNamespaces(t *testing.T) { argument
415 func TestModulesDoReceiveParentNamespace(t *testing.T) { argument
437 func TestNamespaceImportsNotTransitive(t *testing.T) { argument
478 func TestTwoNamepacesInSameDir(t *testing.T) { argument
498 func TestNamespaceNotAtTopOfFile(t *testing.T) { argument
519 func TestTwoModulesWithSameNameInSameNamespace(t *testing.T) { argument
544 func TestDeclaringNamespaceInNonAndroidBpFile(t *testing.T) { argument
567 func TestConsistentNamespaceNames(t *testing.T) { argument
586 func TestRename(t *testing.T) { argument
651 func setupTest(t *testing.T, bps map[string]string) (ctx *TestContext) { argument