Home
last modified time | relevance | path

Searched refs:mytime (Results 1 – 16 of 16) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_def_task01.c180 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local
208 mytime = (delta_cpu_time * 100) / in main()
211 mytime = (delta_cpu_time * 100) / in main()
220 " in %lu (s) INTERVAL\n", delta_cpu_time, mytime, in main()
Dcpuctl_def_task04.c197 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local
225 mytime = (delta_cpu_time * 100) / in main()
228 mytime = (delta_cpu_time * 100) / in main()
235 mytime, exp_cpu_time, fmyshares, delta_time); in main()
Dcpuctl_def_task02.c191 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local
219 mytime = (delta_cpu_time * 100) / in main()
222 mytime = (delta_cpu_time * 100) / in main()
227 " (s)\n", mygroup_num, task_num, delta_cpu_time, mytime, in main()
Dcpuctl_test01.c180 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local
200 mytime = in main()
203 mytime = in main()
207 with %lu(shares) in %lu (s) INTERVAL\n", my_group_num, delta_cpu_time, mytime, in main()
Dcpuctl_test03.c187 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local
207 mytime = in main()
210 mytime = in main()
214 in %lu (s) INTERVAL\n", mygroup_num, task_num, delta_cpu_time, mytime, in main()
Dcpuctl_test04.c198 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local
218 mytime = in main()
221 mytime = in main()
226 mytime, exp_cpu_time, fmyshares, delta_time); in main()
Dcpuctl_def_task03.c187 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local
215 mytime = (delta_cpu_time * 100) / in main()
218 mytime = (delta_cpu_time * 100) / in main()
224 mygroup_num, task_num, delta_cpu_time, mytime, in main()
Dcpuctl_test02.c191 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local
211 mytime = in main()
214 mytime = in main()
219 mytime, exp_cpu_time, fmyshares, delta_time); in main()
/external/libpng/contrib/libtests/
Dtimepng.c182 static int mytime(struct timespec *t) in mytime() function
201 if (mytime(&before)) in perform_one_test()
227 if (mytime(&after)) in perform_one_test()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
D19-1-buildonly.c19 struct tm *mytime; variable
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D50-1-buildonly.c9 struct tm *mytime; variable
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h446 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in catenate() local
447 printf("\nmytime=%f \n", mytime); in catenate()
535 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in StdLibCatenate() local
536 printf("\nmytime=%f \n", mytime); in StdLibCatenate()
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk657 mytime.h object.h objimpl.h pydebug.h pyerrors.h pyfpe.h pystate.h \
665 mytime.h object.h objimpl.h pydebug.h pyerrors.h pyfpe.h pystate.h \
729 myproto.h myselect.h mytime.h object.h objimpl.h pydebug.h \
754 myproto.h mytime.h netdb.h object.h objimpl.h pydebug.h pyerrors.h \
835 mytime.h object.h objimpl.h pydebug.h pyerrors.h pyfpe.h pystate.h \
Dmakefile875 $(PY_INCLUDE)\mytime.h $(PY_INCLUDE)\object.h $(PY_INCLUDE)\objimpl.h \
889 $(PY_INCLUDE)\myproto.h $(PY_INCLUDE)\mytime.h $(PY_INCLUDE)\object.h \
985 $(PY_INCLUDE)\myproto.h $(PY_INCLUDE)\myselect.h $(PY_INCLUDE)\mytime.h \
1027 $(PY_INCLUDE)\mytime.h $(OS2TCPIP)\Include\netdb.h $(PY_INCLUDE)\object.h \
1165 $(PY_INCLUDE)\mytime.h $(PY_INCLUDE)\object.h $(PY_INCLUDE)\objimpl.h \
/external/python/cpython2/Misc/
DHISTORY11311 - Fixed last-minute bug in 1.5.2a1 release: need to include "mytime.h".
/external/python/cpython3/Misc/
DHISTORY28690 - Fixed last-minute bug in 1.5.2a1 release: need to include "mytime.h".