Home
last modified time | relevance | path

Searched refs:BasicTests (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBasicTests.cpp19 class BasicTests : public DawnTest {}; class
22 TEST_P(BasicTests, VendorIdFilter) { in TEST_P()
29 TEST_P(BasicTests, BackendType) { in TEST_P()
37 TEST_P(BasicTests, QueueWriteBuffer) { in TEST_P()
51 TEST_P(BasicTests, QueueWriteBufferError) { in TEST_P()
61 DAWN_INSTANTIATE_TEST(BasicTests,
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc52 // Runs the |i|'th worker thread for the tests in BasicTests(). Increments the
69 static void BasicTests(bool notify_before_waiting, Notification* notification) { in BasicTests() function
128 BasicTests(false, &local_notification1); in TEST()
129 BasicTests(true, &local_notification2); in TEST()
/third_party/python/Lib/test/test_importlib/
H A Dtest_main.py27 class BasicTests(fixtures.DistInfoPkg, unittest.TestCase): class

Completed in 2 milliseconds