Home
last modified time | relevance | path

Searched defs:TestCallback (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/utils/
Dcallback_test.cc30 class TestCallback : public UT::Common { class
32 TestCallback() {} in TestCallback() function in mindspore::TestCallback
/third_party/skia/m133/tests/
DLazyProxyTest.cpp310 class TestCallback { class
312 TestCallback(int* value, bool releaseCallback, sk_sp<GrTexture> tex) in TestCallback() function in TestCallback
316 TestCallback(const TestCallback& that) { SkASSERT(0); } in TestCallback() function in TestCallback
317 TestCallback(TestCallback&& that) in TestCallback() function in TestCallback
/third_party/skia/tests/
DLazyProxyTest.cpp261 class TestCallback { class
263 TestCallback(int* value, bool releaseCallback, sk_sp<GrTexture> tex) in TestCallback() function in TestCallback
267 TestCallback(const TestCallback& that) { SkASSERT(0); } in TestCallback() function in TestCallback
268 TestCallback(TestCallback&& that) in TestCallback() function in TestCallback
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dir_callback_test.cc37 class TestCallback : public DSCallback { class
39 TestCallback(int32_t step_size) in TestCallback() function in mindspore::dataset::test::TestCallback
/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc367 TEST(GrpcCompletionQueueTest, TestCallback) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag_test.cc59 void TestCallback() {} in TestCallback() function
/third_party/python/Lib/test/
Dtest_optparse.py1091 class TestCallback(BaseTest): class