Home
last modified time | relevance | path

Searched defs:suite (Results 276 – 300 of 1184) sorted by relevance

1...<<11121314151617181920>>...48

/aosp_15_r20/external/testng/src/test/java/test/
H A DBaseTest.java187 SuiteRunner suite = new SuiteRunner(m_configuration, in run() local
331 public void setSuite(XmlSuite suite) { in setSuite()
446 public TestRunner newTestRunner(ISuite suite, XmlTest test, in newTestRunner()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Drun_services.cpp572 OclExtensions KhrSupport::getRequiredExtensions(const char* suite, const char* test) const in getRequiredExtensions() argument
593 cl_bool KhrSupport::isImagesRequired(const char* suite, const char* test) const in isImagesRequired() argument
615 cl_bool KhrSupport::isImages3DRequired(const char* suite, const char* test) const in isImages3DRequired() argument
/aosp_15_r20/external/autotest/server/cros/dynamic_suite/
H A Ddynamic_suite.py575 def _run_suite_with_spec(suite, spec): argument
589 def _run_suite( argument
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/suite/
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableRangeSetTest.java102 public static Test suite() { in suite() method in ImmutableRangeSetTest
103 TestSuite suite = new TestSuite(); in suite() local
H A DLinkedListMultimapTest.java64 public static Test suite() { in suite() method in LinkedListMultimapTest
65 TestSuite suite = new TestSuite(); in suite() local
H A DImmutableSetTest.java65 public static Test suite() { in suite() method in ImmutableSetTest
66 TestSuite suite = new TestSuite(); in suite() local
H A DLinkedHashMultimapTest.java61 public static Test suite() { in suite() method in LinkedHashMultimapTest
62 TestSuite suite = new TestSuite(); in suite() local
H A DListsImplTest.java78 public static Test suite() { in suite() method in ListsImplTest
79 TestSuite suite = new TestSuite(); in suite() local
H A DTableCollectionTest.java81 public static Test suite() { in suite() method in TableCollectionTest
82 TestSuite suite = new TestSuite(); in suite() local
H A DImmutableBiMapTest.java65 public static Test suite() { in suite() method in ImmutableBiMapTest
66 TestSuite suite = new TestSuite(); in suite() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DByteSourceTest.java53 public static TestSuite suite() { in suite() method in ByteSourceTest
54 TestSuite suite = new TestSuite(); in suite() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DTreeRangeMapTest.java43 public static Test suite() { in suite() method in TreeRangeMapTest
44 TestSuite suite = new TestSuite(); in suite() local
H A DImmutableRangeSetTest.java101 public static Test suite() { in suite() method in ImmutableRangeSetTest
102 TestSuite suite = new TestSuite(); in suite() local
H A DImmutableSetTest.java59 public static Test suite() { in suite() method in ImmutableSetTest
60 TestSuite suite = new TestSuite(); in suite() local
H A DLinkedListMultimapTest.java65 public static Test suite() { in suite() method in LinkedListMultimapTest
66 TestSuite suite = new TestSuite(); in suite() local
H A DListsImplTest.java78 public static Test suite() { in suite() method in ListsImplTest
79 TestSuite suite = new TestSuite(); in suite() local
H A DImmutableBiMapTest.java58 public static Test suite() { in suite() method in ImmutableBiMapTest
59 TestSuite suite = new TestSuite(); in suite() local
H A DTableCollectionTest.java81 public static Test suite() { in suite() method in TableCollectionTest
82 TestSuite suite = new TestSuite(); in suite() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DByteSourceTest.java53 public static TestSuite suite() { in suite() method in ByteSourceTest
54 TestSuite suite = new TestSuite(); in suite() local
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dend2end_tests.h833 absl::string_view suite; member
881 #define CORE_END2END_TEST(suite, name) \ argument
903 #define CORE_END2END_TEST_SUITE(suite, configs) \ argument
H A Dend2end_tests.cc371 void CoreEnd2endTestRegistry::RegisterTest(absl::string_view suite, in RegisterTest()
382 absl::string_view suite, std::vector<const CoreTestConfiguration*> configs, in RegisterSuite()
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A DEmailableReporter.java132 private void resultSummary(ISuite suite, IResultMap tests, String testname, String style, in resultSummary()
315 private Collection<ITestNGMethod> getMethodSet(IResultMap tests, ISuite suite) { in getMethodSet()

1...<<11121314151617181920>>...48