/external/eigen/test/ |
D | stdlist_overload.cpp | 51 typename std::list<MatrixType>::iterator itv = get(v, 5); in check_stdlist_matrix() local 53 *itv = x; in check_stdlist_matrix() 54 *itw = *itv; in check_stdlist_matrix() 55 VERIFY_IS_APPROX(*itw, *itv); in check_stdlist_matrix() 57 itv = v.begin(); in check_stdlist_matrix() 61 VERIFY_IS_APPROX(*itw, *itv); in check_stdlist_matrix() 62 ++itv; in check_stdlist_matrix() 91 typename std::list<TransformType>::iterator itv = get(v, 5); in check_stdlist_transform() local 93 *itv = x; in check_stdlist_transform() 94 *itw = *itv; in check_stdlist_transform() [all …]
|
/external/compiler-rt/test/msan/ |
D | signal_stress_test.cc | 40 itimerval itv; in main() local 41 itv.it_interval.tv_sec = 0; in main() 42 itv.it_interval.tv_usec = 100; in main() 43 itv.it_value.tv_sec = 0; in main() 44 itv.it_value.tv_usec = 100; in main() 45 setitimer(ITIMER_PROF, &itv, NULL); in main() 63 itv.it_interval.tv_sec = 0; in main() 64 itv.it_interval.tv_usec = 0; in main() 65 itv.it_value.tv_sec = 0; in main() 66 itv.it_value.tv_usec = 0; in main() [all …]
|
/external/toybox/toys/other/ |
D | timeout.c | 37 struct itimerval itv; 50 TT.itv.it_value = TT.ktv; 51 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); 58 TT.itv.it_value.tv_sec = xparsetime(*toys.optargs, 1000000, &TT.itv.it_value.tv_usec); in timeout_main() 69 setitimer(ITIMER_REAL, &TT.itv, (void *)toybuf); in timeout_main()
|
/external/strace/tests-mx32/ |
D | pause.c | 60 const struct itimerval itv = { .it_value.tv_usec = 123456 }; in main() local 61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | erestartsys.c | 66 const struct itimerval itv = { .it_value.tv_usec = 123456 }; in main() local 67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | restart_syscall.c | 49 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() 54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | nanosleep.c | 59 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() local 106 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | clock_nanosleep.c | 61 const struct itimerval itv = { in main() local 114 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | pselect6.c | 63 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() local 152 assert(setitimer(ITIMER_REAL, &itv, NULL) == 0); in main()
|
/external/strace/tests/ |
D | pause.c | 60 const struct itimerval itv = { .it_value.tv_usec = 123456 }; in main() local 61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | erestartsys.c | 66 const struct itimerval itv = { .it_value.tv_usec = 123456 }; in main() local 67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | restart_syscall.c | 49 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() 54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | nanosleep.c | 59 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() local 106 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | clock_nanosleep.c | 61 const struct itimerval itv = { in main() local 114 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | pselect6.c | 63 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() local 152 assert(setitimer(ITIMER_REAL, &itv, NULL) == 0); in main()
|
/external/strace/tests-m32/ |
D | pause.c | 60 const struct itimerval itv = { .it_value.tv_usec = 123456 }; in main() local 61 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | erestartsys.c | 66 const struct itimerval itv = { .it_value.tv_usec = 123456 }; in main() local 67 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | restart_syscall.c | 49 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() 54 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | nanosleep.c | 59 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() local 106 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | clock_nanosleep.c | 61 const struct itimerval itv = { in main() local 114 if (setitimer(ITIMER_REAL, &itv, NULL)) in main()
|
D | pselect6.c | 63 const struct itimerval itv = { .it_value.tv_usec = 111111 }; in main() local 152 assert(setitimer(ITIMER_REAL, &itv, NULL) == 0); in main()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 248 def ITIMERVAL_OVERFLOW(itv): return \ argument
|
D | IN.py | 381 def ITIMERVAL_OVERFLOW(itv): return \ argument
|
D | STROPTS.py | 378 def ITIMERVAL_OVERFLOW(itv): return \ argument
|
/external/toybox/generated/ |
D | globals.h | 395 struct itimerval itv; member
|