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

  /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
205 fail_count++;
290 fail_count++;
366 fail_count++;
419 fail_count++;
445 if (fail_count == 0) {
  /system/security/keystore/
keystore_cli_v2.cpp 230 int fail_count = 0; local
245 ++fail_count;
248 return fail_count;

Completed in 762 milliseconds