Searched refs:passed (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/kernel/lib/unittest/
H A Dunittest.cpp127 size_t passed = 0; local
160 passed++;
173 unittest_printf("%s : %sll tests passed (%zu/%zu) in %" PRIu64 " nSec\n",
175 passed != testcase->test_cnt ? "Not a" : "A",
176 passed, testcase->test_cnt,
179 return passed == testcase->test_cnt;
192 // Returns true if the test passed.
239 size_t passed = 0; local
256 passed++;
275 chosen, chosen == 1 ? "" : "s", chosen - passed);
[all...]
/fuchsia/zircon/make/
H A Dhcompile.mk48 # MODULE_OBJS is passed back
H A Decompile.mk39 # MODULE_OBJS is passed back
H A Dcompile.mk60 # MODULE_OBJS is passed back
H A Ducompile.mk65 # MODULE_OBJS is passed back
H A Dboard.mk142 # clear variables that were passed in to us
H A Dfcompile.mk87 # MODULE_FIDL_OBJS is passed back
H A Dmacros.mk29 # conditionally echo text passed in
H A Dmodule.mk223 # MODULE_OBJS is passed back from *compile.mk
/fuchsia/zircon/system/ulib/fs-test-utils/
H A Dperftest.cpp76 uint32_t passed = 0; member in struct:fs_test_utils::__anon1131::TestStats
128 fprintf(out, "[ PASSED ] %d tests.\n", stats.passed);
190 stats->passed++;
396 // Unset ramdisk when not requested and block device is passed.

Completed in 96 milliseconds