Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/tests/vbit-test/
Dbinary.c180 int tests_done = 0; in test_shift() local
261 int tests_done = 0; in test_and() local
335 int tests_done = 0; in test_or() local
417 int tests_done = 0; in test_binary_op() local
Dunary.c60 int tests_done = 0; in test_unary_op() local
Dternary.c43 int tests_done = 0; in test_ternary_op() local
Dqernary.c44 int tests_done = 0; in test_qernary_op() local
/external/chromium_org/chrome/browser/diagnostics/
Ddiagnostics_model_unittest.cc74 bool tests_done() const { return tests_done_; } in tests_done() function in diagnostics::UTObserver