Home
last modified time | relevance | path

Searched refs:testCount (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/example/
H A Dasio-example.cpp32 int testCount = conn->yield_method_call<int>( in fooYield() local
35 if (ec || testCount != (test + 1)) in fooYield()
40 std::cout << "yielding call to foo OK! (-> " << testCount << ")\n"; in fooYield()
41 return testCount; in fooYield()
/openbmc/u-boot/tools/buildman/
H A Dfunc_test.py465 def testCount(self): member in TestFunctional