Home
last modified time | relevance | path

Searched defs:testMain (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/test/
H A DImmediateDispatcherTest.kt24 fun testMain() = runTest { in <lambda>() method in kotlinx.coroutines.ImmediateDispatcherTest
/aosp_15_r20/external/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_unittest.py23 def testMain(self): member in TestSimulationScript
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/teststdio/
Dstdio_test.go24 func testMain(m *testing.M) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testlife/
Dlife_test.go23 func testMain(m *testing.M) int { func
/aosp_15_r20/external/jcommander/src/test/java/test/
H A DQuotedMainTest.java19 public void testMain() { in testMain() method in QuotedMainTest
/aosp_15_r20/art/test/727-checker-unresolved-class/src/
H A DMain.java41 Method testMain = testClass.getMethod("$noinline$main"); in main() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dquery_test.go31 func testMain(m *testing.M) (err error) { func
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
H A DImplicitResolverTest.java81 public void testMain() { in testMain() method in ImplicitResolverTest
/aosp_15_r20/frameworks/libs/binary_translation/tests/tests_apk/src/com/example/ndk_tests/
DNdkTests.java24 public void testMain() { in testMain() method in NdkTests
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dgenerate_report_unittest.py111 def testMain(self, mock_run_actions): member in GenerateReportTests
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dgit_test.go91 func testMain(m *testing.M) (err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dcoderepo_test.go38 func testMain(m *testing.M) (err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testcshared/
Dcshared_test.go44 func testMain(m *testing.M) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testplugin/
Dplugin_test.go48 func testMain(m *testing.M) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testcarchive/
Dcarchive_test.go60 func testMain(m *testing.M) int { func
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Ddescriptor_test.py336 def testMain(self): member in DescribeFileTest
/aosp_15_r20/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
H A DMainTest.java118 public void testMain() throws Exception { in testMain() method in MainTest
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testshared/
Dshared_test.go98 func testMain(m *testing.M) (int, error) { func
/aosp_15_r20/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp630 void C2CompIntfTest::testMain(std::shared_ptr<C2ComponentInterface> intf, in testMain() function in android::C2CompIntfTest
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DXLikelySubtags.java609 if (--counter < 0) break testMain; in main() local