/external/u-boot/include/test/ |
test.h | 14 * @fail_count: Number of tests that failed 20 int fail_count; member in struct:unit_test_state
|
/external/ltp/testcases/kernel/io/direct_io/ |
diotest2.c | 141 int fail_count = 0, total = 0, failed = 0; local 190 fail_count++; 209 fail_count++; 230 fail_count++; 240 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
|
diotest3.c | 234 int i, fail_count = 0, failed = 0, total = 0; local 282 fail_count++; 287 fail_count++; 300 fail_count++; 305 fail_count++; 317 fail_count++; 322 fail_count++; 332 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
|
diotest4.c | 175 static void testcheck_end(int ret, int *failed, int *fail_count, char *msg) 179 (*fail_count)++; 197 int i, l_fail = 0, fail_count = 0, total = 0; local 255 fail_count++; 278 testcheck_end(ret, &failed, &fail_count, 290 fail_count++; 300 fail_count++; 311 testcheck_end(ret, &failed, &fail_count, "Invalid file descriptor"); 324 testcheck_end(ret, &failed, &fail_count, 335 testcheck_end(ret, &failed, &fail_count, "Closed file descriptor") [all...] |
diotest5.c | 171 int fail_count = 0, total = 0, failed = 0; local 227 fail_count++; 249 fail_count++; 270 fail_count++; 280 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
|
diotest6.c | 256 int i, fail_count = 0, failed = 0, total = 0; local 310 fail_count++; 315 fail_count++; 328 fail_count++; 333 fail_count++; 345 fail_count++; 350 fail_count++; 360 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
|
/external/libusb/tests/ |
testlib.c | 170 int fail_count = 0; local 262 case TEST_STATUS_FAILURE: fail_count++; break; 271 libusb_testlib_logf(&ctx, "Failed %d tests", fail_count);
|
/external/ltp/testcases/kernel/syscalls/open/ |
open10.c | 79 int fail_count = 0; local 199 fail_count++; 284 fail_count++; 358 fail_count++; 411 fail_count++; 437 if (fail_count == 0) {
|
/external/grpc-grpc/test/core/iomgr/ |
endpoint_tests.cc | 255 static void wait_for_fail_count(int* fail_count, int want_fail_count) { 261 *fail_count < want_fail_count) { 269 GPR_ASSERT(*fail_count == want_fail_count); 276 int fail_count = 0; local 284 GRPC_CLOSURE_CREATE(inc_on_failure, &fail_count, 286 wait_for_fail_count(&fail_count, 0); 289 wait_for_fail_count(&fail_count, 1); 291 GRPC_CLOSURE_CREATE(inc_on_failure, &fail_count, 293 wait_for_fail_count(&fail_count, 2); 296 GRPC_CLOSURE_CREATE(inc_on_failure, &fail_count, [all...] |
/external/openssh/ |
ssh-agent.c | 685 static u_int fail_count = 0; local 699 fail_count = 0; 704 if (fail_count < 100) 705 fail_count++; 706 delay = 100000 * fail_count; [all...] |
/art/runtime/gc/ |
heap.cc | 3173 size_t fail_count = 0; local [all...] |