HomeSort by relevance Sort by last modified time
    Searched defs:TestMain (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/go/linux-x86/src/cmd/internal/goobj/
goobj_test.go 30 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/src/cmd/nm/
nm_test.go 24 // The TestMain function creates a nm command for testing purposes and
26 func TestMain(m *testing.M) {
27 os.Exit(testMain(m))
30 func testMain(m *testing.M) int {
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 23 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/src/net/
main_test.go 46 func TestMain(m *testing.M) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 20 class TestMain(unittest.TestCase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 20 class TestMain(unittest.TestCase):
  /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() {
  /prebuilts/go/darwin-x86/src/cmd/vet/
vet_test.go 25 // We implement TestMain so remove the test binary when all is done.
26 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 25 // We implement TestMain so remove the test binary when all is done.
26 func TestMain(m *testing.M) {
  /build/soong/java/
java_test.go 44 func TestMain(m *testing.M) {
  /external/python/cpython3/Lib/test/
test_base64.py 646 class TestMain(unittest.TestCase):
test_inspect.py     [all...]
  /frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
TestMain.java 55 * org.junit.runner.JUnitCore lockedregioncodeinjection.TestMain
59 public class TestMain {
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
cshared_test.go 35 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
cshared_test.go 35 func TestMain(m *testing.M) {
  /build/soong/cc/
cc_test.go 44 func TestMain(m *testing.M) {
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testshared/
shared_test.go 45 // goCmd invokes the go tool with the installsuffix set up by TestMain. It calls
74 // TestMain calls testMain so that the latter can use defer (TestMain exits with os.Exit).
75 func testMain(m *testing.M) (int, error) {
165 func TestMain(m *testing.M) {
172 exitCode, err := testMain(m)
  /prebuilts/go/darwin-x86/src/runtime/
crash_test.go 27 func TestMain(m *testing.M) {
  /prebuilts/go/linux-x86/misc/cgo/testshared/
shared_test.go 45 // goCmd invokes the go tool with the installsuffix set up by TestMain. It calls
74 // TestMain calls testMain so that the latter can use defer (TestMain exits with os.Exit).
75 func testMain(m *testing.M) (int, error) {
165 func TestMain(m *testing.M) {
172 exitCode, err := testMain(m)
  /prebuilts/go/linux-x86/src/runtime/
crash_test.go 27 func TestMain(m *testing.M) {
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 103 // The TestMain function creates a go command for testing purposes and
105 func TestMain(m *testing.M) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 103 // The TestMain function creates a go command for testing purposes and
105 func TestMain(m *testing.M) {
    [all...]

Completed in 742 milliseconds

12