HomeSort by relevance Sort by last modified time
    Searched refs:fail_count (Results 1 - 8 of 8) 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/chromium_org/ppapi/generators/
idl_generator.py 143 fail_count = 0
150 fail_count += 1
151 return fail_count
  /development/testrunner/test_defs/
instrumentation_test.py 196 fail_count = 0
205 fail_count+=1
208 (total_count, fail_count, error_count))
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 133 int fail_count = 0; local
170 ++fail_count;
174 return success_count || fail_count == 0;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 3592 milliseconds