Lines Matching defs:T
32 func testApex(t *testing.T, bp string) *android.TestContext {
194 func setup(t *testing.T) (config android.Config, buildDir string) {
214 func ensureContains(t *testing.T, result string, expected string) {
221 func ensureNotContains(t *testing.T, result string, notExpected string) {
227 func ensureListContains(t *testing.T, result []string, expected string) {
233 func ensureListNotContains(t *testing.T, result []string, notExpected string) {
240 func TestBasicApex(t *testing.T) {
364 func TestBasicZipApex(t *testing.T) {
412 func TestApexWithStubs(t *testing.T) {
496 func TestApexWithExplicitStubsDependency(t *testing.T) {
563 func TestApexWithSystemLibsStubs(t *testing.T) {
684 func TestFilesInSubDir(t *testing.T) {
744 func TestUseVendor(t *testing.T) {
794 func TestStaticLinking(t *testing.T) {
834 func TestKeys(t *testing.T) {
888 func TestMacro(t *testing.T) {
932 func TestHeaderLibsDependency(t *testing.T) {
980 func TestNonTestApex(t *testing.T) {
1028 func TestTestApex(t *testing.T) {
1079 func TestApexWithTarget(t *testing.T) {
1159 func TestApexWithShBinary(t *testing.T) {
1187 func TestApexInProductPartition(t *testing.T) {
1219 func TestApexKeyFromOtherModule(t *testing.T) {
1252 func TestPrebuilt(t *testing.T) {
1275 func TestPrebuiltFilenameOverride(t *testing.T) {