/aosp_15_r20/external/ltp/include/ |
H A D | tst_timer.h | 338 static inline int sys_timer_gettime(kernel_timer_t timerid, void *its) in sys_timer_gettime() 343 static inline int sys_timer_gettime64(kernel_timer_t timerid, void *its) in sys_timer_gettime64() 348 static inline int sys_timer_settime(kernel_timer_t timerid, int flags, void *its, in sys_timer_settime() 354 static inline int sys_timer_settime64(kernel_timer_t timerid, int flags, void *its, in sys_timer_settime64() 360 static inline int sys_timerfd_gettime(int fd, void *its) in sys_timerfd_gettime() 365 static inline int sys_timerfd_gettime64(int fd, void *its) in sys_timerfd_gettime64() 370 static inline int sys_timerfd_settime(int fd, int flags, void *its, in sys_timerfd_settime() 376 static inline int sys_timerfd_settime64(int fd, int flags, void *its, in sys_timerfd_settime64() 466 static inline long long tst_its_get_interval_sec(struct tst_its its) in tst_its_get_interval_sec() 482 static inline long long tst_its_get_interval_nsec(struct tst_its its) in tst_its_get_interval_nsec() [all …]
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/ |
H A D | user_counters_test.cc | 48 double its = e.NumIterations(); in CheckSimple() local 277 double its = e.NumIterations(); in CheckIterationInvariant() local 318 double its = e.NumIterations(); in CheckIsIterationInvariantRate() local 357 double its = e.NumIterations(); in CheckAvgIterations() local 395 double its = e.NumIterations(); in CheckAvgIterationsRate() local
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | user_counters_test.cc | 53 double its = e.NumIterations(); in CheckSimple() local 409 double its = e.NumIterations(); in CheckIterationInvariant() local 458 double its = e.NumIterations(); in CheckIsIterationInvariantRate() local 502 double its = e.NumIterations(); in CheckAvgIterations() local 548 double its = e.NumIterations(); in CheckAvgIterationsRate() local
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | user_counters_test.cc | 53 double its = e.NumIterations(); in CheckSimple() local 409 double its = e.NumIterations(); in CheckIterationInvariant() local 458 double its = e.NumIterations(); in CheckIsIterationInvariantRate() local 502 double its = e.NumIterations(); in CheckAvgIterations() local 548 double its = e.NumIterations(); in CheckAvgIterationsRate() local
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
H A D | twoptimers.c | 38 struct itimerspec its; in main() local 91 struct itimerspec its; in main() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/ |
H A D | test_std.rs | 363 let its = (0..4).map(|s| (s..10).step(4)); in kmerge() localVariable 371 let its = vec![3, 2, 1, 0].into_iter().map(|s| (s..10).step(4)); in kmerge_2() localVariable 378 let its = (0..4).map(|_| 0..0); in kmerge_empty() localVariable 384 let its = (0..5).map(|_| (0..10)); in kmerge_size_hint() localVariable 390 let its = (0..5).map(|_| (0..0)); in kmerge_empty_size_hint() localVariable
|
/aosp_15_r20/external/curl/docs/examples/ |
H A D | ephiperfifo.c | 146 struct itimerspec its; in multi_timer_cb() local 204 struct itimerspec its; in event_cb() local 468 struct itimerspec its; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/ |
D | test_std.rs | 426 let its = (0..4).map(|s| (s..10).step_by(4)); in kmerge() localVariable 433 let its = vec![3, 2, 1, 0].into_iter().map(|s| (s..10).step_by(4)); in kmerge_2() localVariable 440 let its = (0..4).map(|_| 0..0); in kmerge_empty() localVariable 446 let its = (0..5).map(|_| (0..10)); in kmerge_size_hint() localVariable 452 let its = (0..5).map(|_| (0..0)); in kmerge_empty_size_hint() localVariable
|
/aosp_15_r20/external/strace/ |
H A D | delay.c | 105 const struct itimerspec its = { in arm_delay_timer() local 141 struct itimerspec its; in delay_tcb() local
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | alarm.cpp | 161 struct itimerspec its; in otPlatAlarmMicroStartAt() local 187 struct itimerspec its = {{0, 0}, {0, 0}}; in otPlatAlarmMicroStop() local
|
/aosp_15_r20/hardware/nxp/uwb/halimpl/tml/ |
D | phOsalUwb_Timer.cc | 137 struct itimerspec its; in phOsalUwb_Timer_Start() local 195 static struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalUwb_Timer_Stop() local
|
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/tml/ |
D | phOsalNfc_Timer.cc | 142 struct itimerspec its; in phOsalNfc_Timer_Start() local 195 static struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalNfc_Timer_Stop() local
|
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/tml/ |
D | phOsalNfc_Timer.cc | 142 struct itimerspec its; in phOsalNfc_Timer_Start() local 197 static struct itimerspec its = {{0, 0}, {0, 0}}; in phOsalNfc_Timer_Stop() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/io/test/ |
D | ios_state_test.cpp | 54 boost::io::ios_tie_saver its(input); in saver_tests_1() local 96 boost::io::ios_tie_saver its(input, &err); in saver_tests_2() local
|
D | ios_state_unit_test.cpp | 189 boost::io::ios_tie_saver its(std::cout); in ios_tie_saver_unit_test() local 196 boost::io::ios_tie_saver its(std::cout, &std::clog); in ios_tie_saver_unit_test() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/util/ |
H A D | adaptor.hpp | 57 iterator_adaptor(F f, std::tuple<Is...> &&its) : in iterator_adaptor() 165 std::tuple<Is...> its; member in clover::detail::iterator_adaptor
|
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | alarm.c | 189 struct itimerspec its; in otPlatAlarmMicroStartAt() local 215 struct itimerspec its = {{0, 0}, {0, 0}}; in otPlatAlarmMicroStop() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_aux.c | 112 struct itimerspec its; in sig_ioctl() local 175 struct itimerspec its; in igt_sigiter_start() local 1582 struct itimerspec its; in siglatency() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/fdts/ |
D | fvp-base-gicv3.dtsi | 24 its: msi-controller@2f020000 { label
|
D | arm_fpga.dts | 101 its: msi-controller@30040000 { label
|
/aosp_15_r20/external/arm-trusted-firmware/fdts/ |
H A D | arm_fpga.dts | 101 its: msi-controller@30040000 { label
|
H A D | fvp-base-gicv3-psci-aarch32-common.dtsi | 96 its: its@2f020000 { label
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/ |
H A D | 6-3.c | 26 struct itimerspec its; in main() local
|
H A D | 6-2.c | 26 struct itimerspec its; in main() local
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/ |
H A D | 12-2.c | 30 struct itimerspec its; in main() local
|