HomeSort by relevance Sort by last modified time
    Searched defs:fail_count (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/io/direct_io/
diotest2.c 143 int fail_count = 0, total = 0, failed = 0; local
192 fail_count++;
211 fail_count++;
232 fail_count++;
242 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
diotest3.c 238 int i, fail_count = 0, failed = 0, total = 0; local
286 fail_count++;
291 fail_count++;
304 fail_count++;
309 fail_count++;
321 fail_count++;
326 fail_count++;
336 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
diotest4.c 177 static void testcheck_end(int ret, int *failed, int *fail_count, char *msg)
181 (*fail_count)++;
199 int i, l_fail = 0, fail_count = 0, total = 0; local
257 fail_count++;
280 testcheck_end(ret, &failed, &fail_count,
292 fail_count++;
302 fail_count++;
313 testcheck_end(ret, &failed, &fail_count, "Invalid file descriptor");
326 testcheck_end(ret, &failed, &fail_count,
340 testcheck_end(ret, &failed, &fail_count, "Closed file descriptor")
    [all...]
diotest5.c 174 int fail_count = 0, total = 0, failed = 0; local
230 fail_count++;
252 fail_count++;
273 fail_count++;
283 tst_resm(TINFO, "%d/%d testblocks failed", fail_count, total);
diotest6.c 229 int i, fail_count = 0, failed = 0, total = 0; local
283 fail_count++;
288 fail_count++;
301 fail_count++;
306 fail_count++;
318 fail_count++;
323 fail_count++;
333 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++;
360 fail_count++;
413 fail_count++;
439 if (fail_count == 0) {
  /system/security/keystore/
keystore_cli_v2.cpp 211 int fail_count = 0; local
226 ++fail_count;
229 return fail_count;
  /external/openssh/
ssh-agent.c 669 static u_int fail_count = 0; local
683 fail_count = 0;
688 if (fail_count < 100)
689 fail_count++;
690 delay = 100000 * fail_count;
    [all...]

Completed in 756 milliseconds