Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c30 struct mytime { struct
39 static struct mytime tnn = {0, UTIME_NOW, 0, UTIME_NOW, 1, 1}; argument
40 static struct mytime too = {0, UTIME_OMIT, 0, UTIME_OMIT, 0, 0};
41 static struct mytime tno = {0, UTIME_NOW, 0, UTIME_OMIT, 1, 0};
42 static struct mytime ton = {0, UTIME_OMIT, 0, UTIME_NOW, 0, 1};
43 static struct mytime t11 = {1, 1, 1, 1, 1, 1};
48 struct mytime *mytime; member
130 static void multi_set_time(enum tst_ts_type type, struct mytime *mytime) in multi_set_time() argument
134 ts.libc_ts[0].tv_sec = mytime->access_tv_sec; in multi_set_time()
135 ts.libc_ts[0].tv_nsec = mytime->access_tv_nsec; in multi_set_time()
[all …]
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_def_task01.c178 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local
206 mytime = (delta_cpu_time * 100) / in main()
209 mytime = (delta_cpu_time * 100) / in main()
218 " in %lu (s) INTERVAL\n", delta_cpu_time, mytime, in main()
Dcpuctl_test03.c185 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local
205 mytime = in main()
208 mytime = in main()
212 in %lu (s) INTERVAL\n", mygroup_num, task_num, delta_cpu_time, mytime, in main()
Dcpuctl_def_task04.c195 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local
223 mytime = (delta_cpu_time * 100) / in main()
226 mytime = (delta_cpu_time * 100) / in main()
233 mytime, exp_cpu_time, fmyshares, delta_time); in main()
Dcpuctl_def_task03.c185 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local
213 mytime = (delta_cpu_time * 100) / in main()
216 mytime = (delta_cpu_time * 100) / in main()
222 mygroup_num, task_num, delta_cpu_time, mytime, in main()
Dcpuctl_test04.c196 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local
216 mytime = in main()
219 mytime = in main()
224 mytime, exp_cpu_time, fmyshares, delta_time); in main()
Dcpuctl_test01.c178 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local
198 mytime = in main()
201 mytime = in main()
205 with %lu(shares) in %lu (s) INTERVAL\n", my_group_num, delta_cpu_time, mytime, in main()
Dcpuctl_def_task02.c189 double f = 274.345, mytime; /*just a float number for sqrt */ in main() local
217 mytime = (delta_cpu_time * 100) / in main()
220 mytime = (delta_cpu_time * 100) / in main()
225 " (s)\n", mygroup_num, task_num, delta_cpu_time, mytime, in main()
Dcpuctl_test02.c190 double f = 274.345, mytime; /*just a float number to take sqrt */ in main() local
210 mytime = in main()
213 mytime = in main()
218 mytime, exp_cpu_time, fmyshares, delta_time); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
D19-1-buildonly.c19 static struct tm *mytime; variable
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D50-1-buildonly.c9 static struct tm *mytime; variable
/external/libpng/contrib/libtests/
Dtimepng.c181 static int mytime(struct timespec *t) in mytime() function
200 if (mytime(&before)) in perform_one_test()
226 if (mytime(&after)) in perform_one_test()
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h446 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in catenate() local
534 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in StdLibCatenate() local
/external/cronet/third_party/icu/source/test/perf/ustrperf/
Dstringperf.h446 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in catenate() local
534 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in StdLibCatenate() local
/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".