HomeSort by relevance Sort by last modified time
    Searched refs:TestMain (Results 1 - 25 of 44) sorted by null

1 2

  /art/test/934-load-transform/src-ex/
TestMain.java 17 public class TestMain {
  /prebuilts/go/darwin-x86/src/testing/
testing_test.go 12 // This is exactly what a test would do without a TestMain.
14 // standard library with a TestMain, so that code is executed.
16 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/src/testing/
testing_test.go 12 // This is exactly what a test would do without a TestMain.
14 // standard library with a TestMain, so that code is executed.
16 func TestMain(m *testing.M) {
  /art/test/935-non-retransformable/src-ex/
TestMain.java 19 public class TestMain {
  /art/test/422-instanceof/src/
Main.java 41 $opt$TestMain();
45 public static void $opt$TestMain() {
  /art/test/424-checkcast/src/
Main.java 29 $opt$TestMain();
33 public static void $opt$TestMain() {
  /art/test/938-load-transform-bcp/src-ex/
TestMain.java 19 public class TestMain {
  /build/blueprint/gotestmain/
testmain_test.go 24 func TestMain(m *testing.M) {
31 t.Errorf("TestMain didn't run")
gotestmain.go 56 if obj.Name == "TestMain" {
104 var testMainTmpl = template.Must(template.New("testMain").Parse(`
166 pkg.TestMain(m)
  /prebuilts/go/darwin-x86/src/net/
main_plan9_test.go 11 // forceCloseSockets must be called only from TestMain.
main_windows_test.go 35 // forceCloseSockets must be called only from TestMain.
main_unix_test.go 48 // forceCloseSockets must be called only from TestMain.
  /prebuilts/go/linux-x86/src/net/
main_plan9_test.go 11 // forceCloseSockets must be called only from TestMain.
main_windows_test.go 35 // forceCloseSockets must be called only from TestMain.
main_unix_test.go 48 // forceCloseSockets must be called only from TestMain.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_main.py 11 class TestMain(unittest.TestCase):
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
main_test.go 19 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/src/net/internal/socktest/
main_test.go 19 func TestMain(m *testing.M) {
  /frameworks/base/libs/androidfw/tests/
Android.mk 40 TestMain.cpp \
  /frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
TestMain.java 52 * org.junit.runner.JUnitCore lockedregioncodeinjection.TestMain
56 public class TestMain {
  /prebuilts/go/darwin-x86/src/cmd/vet/
vet_test.go 24 // We implement TestMain so remove the test binary when all is done.
25 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 24 // We implement TestMain so remove the test binary when all is done.
25 func TestMain(m *testing.M) {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_test.go 21 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_test.go 21 func TestMain(m *testing.M) {
  /external/python/cpython2/Lib/lib2to3/tests/
test_main.py 20 class TestMain(unittest.TestCase):

Completed in 1338 milliseconds

1 2