Searched refs:statfile (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc4.c | 112 FILE *statfile; in main() local 156 if ((statfile = fopen(logfile, "w")) == NULL) in main() 159 fprintf(statfile, "%f\n", elapsed_time); in main() 163 if (fclose(statfile) < 0) in main()
|
D | sched_tc5.c | 108 FILE *statfile; in main() local 154 if ((statfile = fopen(logfile, "w")) == NULL) in main() 157 fprintf(statfile, "%f\n", elapsed_time); in main() 161 if (fclose(statfile) < 0) in main()
|
D | sched_tc6.c | 133 FILE *statfile; in main() local 204 if ((statfile = fopen(logfile, "w")) == NULL) in main() 207 fprintf(statfile, "%f\n", elapsed_time); in main() 211 if (fclose(statfile) < 0) in main()
|
/external/python/cpython2/Tools/scripts/ |
D | byext.py | 20 self.statfile(arg) 44 self.statfile(full) 46 def statfile(self, filename): member in Stats
|
/external/python/cpython3/Tools/scripts/ |
D | byext.py | 19 self.statfile(arg) 43 self.statfile(full) 45 def statfile(self, filename): member in Stats
|
/external/autotest/client/site_tests/platform_LogoutPerf/ |
D | platform_LogoutPerf.py | 38 with open('/tmp/uptime-' + filename) as statfile: 40 statfile.readlines())
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | platform_BootPerf.py | 160 with open(filename) as statfile: 162 statfile.readlines())
|