Searched refs:fail_count (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/test/
H A 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 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/chromium_org/ppapi/generators/
H A Didl_generator.py143 fail_count = 0
150 fail_count += 1
151 return fail_count
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux.cc133 int fail_count = 0; local
170 ++fail_count;
174 return success_count || fail_count == 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof5151 my $fail_count = 0;
5165 ++$fail_count;
5171 $pass_count, $fail_count;
5172 $error_count = $fail_count;
5173 $fail_count = 0;
5185 ++$fail_count;
5191 $pass_count, $fail_count;
5192 $error_count += $fail_count;
5203 my $fail_count = 0;
5217 ++$fail_count;
[all...]
/external/jemalloc/bin/
H A Dpprof5184 my $fail_count = 0;
5198 ++$fail_count;
5204 $pass_count, $fail_count;
5205 $error_count = $fail_count;
5206 $fail_count = 0;
5218 ++$fail_count;
5224 $pass_count, $fail_count;
5225 $error_count += $fail_count;
5236 my $fail_count = 0;
5250 ++$fail_count;
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof5151 my $fail_count = 0;
5165 ++$fail_count;
5171 $pass_count, $fail_count;
5172 $error_count = $fail_count;
5173 $fail_count = 0;
5185 ++$fail_count;
5191 $pass_count, $fail_count;
5192 $error_count += $fail_count;
5203 my $fail_count = 0;
5217 ++$fail_count;
[all...]

Completed in 384 milliseconds