Home
last modified time | relevance | path

Searched refs:checktime (Results 1 – 25 of 144) sorted by relevance

123456

/dports/math/jags/classic-bugs/vol1/
H A DMakefile.sub4 .PHONY: bench check checktime Rcheck clean distclean
23 checktime: checktime.OK
25 checktime.OK: test1.cmd
27 rm -f checktime.OK; \
30 touch checktime.OK || exit 1; \
43 …ags.dump CODAchain*.txt CODAindex.txt gmon.out check.log Rcheck.log Rcheck.OK check.OK checktime.OK
H A DMakefile22 .PHONY: all bench check checktime Rcheck clean distclean \
33 checktime: $(checktime_EX) target
53 $(MAKE) -f $(CURDIR)/Makefile.sub -C $(patsubst checktime_%,%,$@) checktime
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_filechanged.vim17 checktime
24 checktime
30 checktime
39 checktime
47 checktime
56 checktime
71 checktime
106 checktime
114 checktime
124 checktime
[all …]
H A Dtest_stat.vim1 " Tests for stat functions and checktime
71 let fl[0] .= ' - checktime'
73 checktime
89 let fl[0] .= ' - checktime'
91 checktime
110 checktime
128 checktime
138 checktime
148 checktime
/dports/science/dynare/dynare-4.6.4/dynare++/kord/
H A Dtests.cc328 clock_t checktime = clock(); in korder_unfold_fold() local
330 checktime = clock()-checktime; in korder_unfold_fold()
332 << static_cast<double>(checktime)/CLOCKS_PER_SEC << '\n' in korder_unfold_fold()
353 clock_t checktime = clock(); in korder_unfold_fold() local
355 checktime = clock()-checktime; in korder_unfold_fold()
357 << static_cast<double>(checktime)/CLOCKS_PER_SEC << '\n' in korder_unfold_fold()
/dports/devel/bsdelf/elftoolchain-0.7.1/test/ar/plugin/
H A Dteraser.c29 char checktime; in main() local
39 checktime = 0; in main()
45 checktime = 1; in main()
63 if (checktime) { in main()
H A Dardiff.c49 char checktime; in main() local
62 checktime = 0; in main()
70 checktime = 1; in main()
161 if (checktime) { in main()
/dports/devel/bsdelf/elftoolchain-0.7.1/test/elfcopy/plugin/
H A Dteraser.c29 char checktime; in main() local
39 checktime = 0; in main()
45 checktime = 1; in main()
63 if (checktime) { in main()
H A Dardiff.c49 char checktime; in main() local
62 checktime = 0; in main()
70 checktime = 1; in main()
161 if (checktime) { in main()
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/ar/plugin/
H A Dteraser.c29 char checktime; in main() local
39 checktime = 0; in main()
45 checktime = 1; in main()
63 if (checktime) { in main()
H A Dardiff.c49 char checktime; in main() local
62 checktime = 0; in main()
70 checktime = 1; in main()
161 if (checktime) { in main()
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/elfcopy/plugin/
H A Dteraser.c29 char checktime; in main() local
39 checktime = 0; in main()
45 checktime = 1; in main()
63 if (checktime) { in main()
H A Dardiff.c49 char checktime; in main() local
62 checktime = 0; in main()
70 checktime = 1; in main()
161 if (checktime) { in main()
/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Drtcpscheduler.cpp200 RTPTime checktime(0,0); in IsTime() local
210 checktime = CalculateTransmissionInterval(aresender); in IsTime()
213 checktime = CalculateBYETransmissionInterval(); in IsTime()
217 checktime += prevrtcptime; in IsTime()
219 if (checktime <= currenttime) // Okay in IsTime()
230 nextrtcptime = checktime; in IsTime()
H A Drtpcollisionlist.cpp101 RTPTime checktime = currenttime; in Timeout() local
102 checktime -= timeoutdelay; in Timeout()
107 if ((*it).recvtime < checktime) // timeout in Timeout()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/checkers/
H A Dchecker_det.inl90 Givaro::Timer checktime, overhead; checktime.start(); local
99 checktime.stop(); _time += checktime;
111 checktime.start();
141 checktime.stop(); _time += checktime;
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_stat.vim1 " Tests for stat functions and checktime
69 let fl[0] .= ' - checktime'
71 checktime
89 checktime
99 checktime
109 checktime
/dports/graphics/grx/grx249/src/mouse/
H A Dinput.h158 long checktime; \
159 real_time(checktime); \
160 flag = (int)(checktime - lastcheck); \
161 lastcheck = checktime; \
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A Dthrottle.py83 self.checktime = 0
179 self.checktime = time.time()
182 time=self.checktime, site=mysite))
218 if time.time() > self.checktime + self.checkdelay:
243 self.checktime = 0
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-xlr.c170 unsigned long timeout, stoptime, checktime; in xlr_i2c_tx() local
207 checktime = jiffies; in xlr_i2c_tx()
216 timedout = time_after(checktime, stoptime); in xlr_i2c_tx()
238 unsigned long timeout, stoptime, checktime; in xlr_i2c_rx() local
259 checktime = jiffies; in xlr_i2c_rx()
272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-xlr.c170 unsigned long timeout, stoptime, checktime; in xlr_i2c_tx() local
207 checktime = jiffies; in xlr_i2c_tx()
216 timedout = time_after(checktime, stoptime); in xlr_i2c_tx()
238 unsigned long timeout, stoptime, checktime; in xlr_i2c_rx() local
259 checktime = jiffies; in xlr_i2c_rx()
272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-xlr.c170 unsigned long timeout, stoptime, checktime; in xlr_i2c_tx() local
207 checktime = jiffies; in xlr_i2c_tx()
216 timedout = time_after(checktime, stoptime); in xlr_i2c_tx()
238 unsigned long timeout, stoptime, checktime; in xlr_i2c_rx() local
259 checktime = jiffies; in xlr_i2c_rx()
272 timedout = time_after(checktime, stoptime); in xlr_i2c_rx()
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/contrib/DNS-LDNS/lib/DNS/LDNS/
H A DDNSSecDataChain.pm36 my ($self, $rr, $checktime) = @_;
42 $self->_derive_trust_tree_time($rr, $checktime), $self);
/dports/dns/py-ldns/ldns-1.8.1/contrib/DNS-LDNS/lib/DNS/LDNS/
H A DDNSSecDataChain.pm36 my ($self, $rr, $checktime) = @_;
42 $self->_derive_trust_tree_time($rr, $checktime), $self);
/dports/dns/ldns/ldns-1.8.1/contrib/DNS-LDNS/lib/DNS/LDNS/
H A DDNSSecDataChain.pm36 my ($self, $rr, $checktime) = @_;
42 $self->_derive_trust_tree_time($rr, $checktime), $self);

123456