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

  /external/jemalloc/test/
test.sh.in 21 fail_count=0
23 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
37 fail_count=$((fail_count+1))
45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
49 if [ ${fail_count} -eq 0 ] ; then
  /external/autotest/server/site_tests/firmware_Cr50USB/
firmware_Cr50USB.py 36 fail_count = 0
46 " %d failures" % fail_count if fail_count else "")
52 fail_count += 1
59 logging.info("USB failure on %d out of %d runs: %s", fail_count,
62 if fail_count:
64 (fail_count, num_iterations, ', '.join(failed_runs)))
  /external/ltp/testcases/kernel/io/direct_io/
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...]
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);
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);
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);
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);
  /external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
bluetooth_AdapterHIDReports.py 90 fail_count = iteration - pass_count
92 pass_count, fail_count, num_iterations)
  /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) {
  /external/autotest/server/site_tests/bluetooth_AdapterPairing/
bluetooth_AdapterPairing.py 131 fail_count = iteration - pass_count
133 pass_count, fail_count, num_iterations)
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveStressCallTest.py 166 fail_count = collections.defaultdict(int)
175 fail_count["dialing"] += 1
181 fail_count["caller_network_check"] += 1
188 fail_count["callee_network_check"] += 1
198 fail_count["drop"] += 1
204 fail_count["sms"] += 1
217 for failure, count in fail_count.items():
TelLiveRebootStressTest.py 261 fail_count = collections.defaultdict(int)
297 fail_count[check] += 1
305 for failure, count in fail_count.items():
331 fail_count = collections.defaultdict(int)
366 fail_count[tel_state] += 1
391 fail_count[tel_state] += 1
394 for failure, count in fail_count.items():
TelLiveDataTest.py 276 fail_count = 0
287 fail_count += 1
293 success_count, fail_count,
294 str(100 * success_count / (success_count + fail_count))))
296 success_count + fail_count) >= MINIMUM_SUCCESS_RATE:
316 fail_count = 0
327 fail_count += 1
333 success_count, fail_count,
334 str(100 * success_count / (success_count + fail_count))))
336 success_count + fail_count) >= MINIMUM_SUCCESS_RATE
    [all...]
TelLiveVoiceTest.py     [all...]
  /external/autotest/server/cros/
tradefed_test.py 741 fail_count = result.stdout.count(testname + ' FAIL')
742 if fail_count:
743 if fail_count > 2:
    [all...]
  /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);
  /development/testrunner/test_defs/
instrumentation_test.py 198 fail_count = 0
207 fail_count+=1
210 (total_count, fail_count, error_count))
  /system/security/keystore/
keystore_cli_v2.cpp 211 int fail_count = 0; local
226 ++fail_count;
229 return fail_count;
  /external/jemalloc/bin/
jeprof.in     [all...]
  /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...]
  /external/autotest/client/common_lib/
test_unittest.py 99 def _setup_failed_test_calls(self, fail_count, error):
103 @param fail_count: The amount of times to mock a failure.
109 for run in xrange(0, fail_count):
  /external/autotest/client/common_lib/hosts/
repair_unittest.py 86 def __init__(self, tag, deps, fail_count):
90 self._fail_count = fail_count
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 321 milliseconds