HomeSort by relevance Sort by last modified time
    Searched refs:testMain (Results 1 - 12 of 12) sorted by null

  /external/jcommander/src/test/java/test/
QuotedMainTest.java 19 public void testMain() {
27 new QuotedMainTest().testMain();
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
ImplicitResolverTest.java 81 public void testMain() {
  /external/toolchain-utils/crosperf/
generate_report_unittest.py 124 def testMain(self, mock_run_actions):
  /build/blueprint/gotestmain/
gotestmain.go 56 if obj.Name == "TestMain" {
104 var testMainTmpl = template.Must(template.New("testMain").Parse(`
178 pkg.TestMain(m)
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover_test.go 34 testMain = filepath.Join(testdata, "main.go")
88 cmd = exec.Command(testenv.GoToolPath(t), "run", testMain, coverOutput)
  /prebuilts/go/darwin-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/cover/
cover_test.go 34 testMain = filepath.Join(testdata, "main.go")
88 cmd = exec.Command(testenv.GoToolPath(t), "run", testMain, coverOutput)
  /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 {
  /hardware/google/av/codec2/tests/
C2ComponentInterface_test.cpp 88 void testMain(std::shared_ptr<C2ComponentInterface> intf,
630 void C2CompIntfTest::testMain(std::shared_ptr<C2ComponentInterface> intf,
703 testMain(componentIntf, componentName);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 654 public void testMain() {
    [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/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)

Completed in 261 milliseconds