Home
last modified time | relevance | path

Searched refs:fail_count (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/test/
Dtest.sh.in21 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 …pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
49 if [ ${fail_count} -eq 0 ] ; then
/external/autotest/client/site_tests/power_ARMSettings/
Dpower_ARMSettings.py33 fail_count = self._verify_wifi_power_settings()
34 if fail_count:
35 failures += 'wifi_failures(%d) ' % fail_count
37 fail_count = self._verify_usb_power_settings()
38 if fail_count:
39 failures += 'usb_failures(%d) ' % fail_count
41 fail_count = self._verify_filesystem_power_settings()
42 if fail_count:
43 failures += 'filesystem_failures(%d) ' % fail_count
/external/jemalloc/bin/
Djeprof.in5414 my $fail_count = 0;
5428 ++$fail_count;
5434 $pass_count, $fail_count;
5435 $error_count = $fail_count;
5436 $fail_count = 0;
5448 ++$fail_count;
5454 $pass_count, $fail_count;
5455 $error_count += $fail_count;
5466 my $fail_count = 0;
5480 ++$fail_count;
[all …]
/external/autotest/client/site_tests/power_x86Settings/
Dpower_x86Settings.py128 fail_count = func()
129 if fail_count:
130 failures += '%s_failures(%d) ' % (testname, fail_count)
/external/autotest/client/common_lib/
Dtest_unittest.py97 def _setup_failed_test_calls(self, fail_count, error): argument
107 for run in xrange(0, fail_count):