Home
last modified time | relevance | path

Searched defs:BasicTests (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DBasicTests.cpp19 class BasicTests : public DawnTest {}; class
22 TEST_P(BasicTests, VendorIdFilter) { in TEST_P() argument
29 TEST_P(BasicTests, BackendType) { in TEST_P() argument
37 TEST_P(BasicTests, QueueWriteBuffer) { in TEST_P() argument
51 TEST_P(BasicTests, QueueWriteBufferError) { in TEST_P() argument
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DBasicTests.cpp19 class BasicTests : public DawnTest { class
24 TEST_P(BasicTests, BufferSetSubData) { in TEST_P() argument
38 TEST_P(BasicTests, BufferSetSubDataError) { in TEST_P() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dnotification_test.cc69 static void BasicTests(bool notify_before_waiting, Notification* notification) { in BasicTests() function
/third_party/abseil-cpp/absl/synchronization/
Dnotification_test.cc69 static void BasicTests(bool notify_before_waiting, Notification* notification) { in BasicTests() function
/third_party/python/Lib/test/test_importlib/
Dtest_main.py26 class BasicTests(fixtures.DistInfoPkg, unittest.TestCase): class