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

  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc4.c 112 FILE *statfile; local
156 if ((statfile = fopen(logfile, "w")) == NULL)
159 fprintf(statfile, "%f\n", elapsed_time);
163 if (fclose(statfile) < 0)
sched_tc5.c 108 FILE *statfile; local
154 if ((statfile = fopen(logfile, "w")) == NULL)
157 fprintf(statfile, "%f\n", elapsed_time);
161 if (fclose(statfile) < 0)
sched_tc6.c 133 FILE *statfile; local
204 if ((statfile = fopen(logfile, "w")) == NULL)
207 fprintf(statfile, "%f\n", elapsed_time);
211 if (fclose(statfile) < 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
byext.py 18 self.statfile(arg)
43 self.statfile(full)
45 def statfile(self, filename): member in class:Stats
  /external/python/cpython2/Tools/scripts/
byext.py 20 self.statfile(arg)
44 self.statfile(full)
46 def statfile(self, filename): member in class:Stats
  /external/python/cpython3/Tools/scripts/
byext.py 19 self.statfile(arg)
43 self.statfile(full)
45 def statfile(self, filename): member in class:Stats
  /external/autotest/client/site_tests/platform_LogoutPerf/
platform_LogoutPerf.py 38 with open('/tmp/uptime-' + filename) as statfile:
40 statfile.readlines())
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 160 with open(filename) as statfile:
162 statfile.readlines())

Completed in 155 milliseconds