Home
last modified time | relevance | path

Searched refs:time_end (Results 76 – 100 of 828) sorted by relevance

12345678910>>...34

/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dupnp.py181 time_end = time.time() + SSDP.response_time_secs
183 while time.time() < time_end:
194 time_end = time.time() + SSDP.response_time_secs
200 time_end = time.time() + SSDP.response_time_secs
206 time_end = time.time() + SSDP.response_time_secs
212 time_end = time.time() + SSDP.response_time_secs
218 time_end = time.time() + SSDP.response_time_secs
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-tag.c63 uint32_t time_start, time_end; in main() local
173 time_end = ftio_get_cap_end(&ftio_in); in main()
175 if (time_start && time_end) { in main()
178 ftio_set_cap_time(&ftio_out, time_start, time_end); in main()
H A Dflow-merge.c80 uint32_t time_start, time_end, time_tmp; in main() local
99 time_end = 0; in main()
201 ftio_set_cap_time(&ftio_out, time_start, time_end); in main()
349 if (time_tmp > time_end) in main()
350 time_end = time_tmp; in main()
417 ftio_set_cap_time(&ftio_out, time_start, time_end); in main()
H A Dflow-xlate.c64 uint32_t time_start, time_end; in main() local
195 time_end = ftio_get_cap_end(&ftio_in); in main()
197 if (time_start && time_end) { in main()
200 ftio_set_cap_time(&ftio_out, time_start, time_end); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/time/
H A Dtime_check.py47 time_end = time.time()
48 sys.stdout.write(fmt % ('End time', time_end))
53 time_output <= time_end + options.time_slop)
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/coremodules/demand/
H A Dorigin_to_destination.py203 time_end, argument
214 times_end=time_end*np.ones(n),
319 def generate_odflows(self, odflowtab, time_start, time_end, id_mode, **kwargs): argument
325 time_end,
333 def generate_trips(self, demand, time_start, time_end, id_mode, argument
349 print 'generate_trips', time_start, time_end, id_mode
428 time_depart = random.uniform(time_start, time_end)
568 def generate_trips(self, demand, time_start, time_end, **kwargs): argument
571 demand, time_start, time_end, self.ids_mode[id_od_mode], **kwargs)
573 def generate_odflows(self, odflowtab, time_start, time_end, **kwargs): argument
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/webdriver/tests/bidi/log/entry_added/
H A Dconsole.py91 time_end = math.ceil(time.time() * 1000)
93 assert_console_entry(event_data, text="foo", time_start=time_start, time_end=time_end)
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/odeint/performance/
H A Dfortran_lorenz.f9013 integer :: time_end variable
22 call system_clock(time_end, count_rate)
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tools/
H A Dtime_check.py45 time_end = time.time()
46 sys.stdout.write(fmt % ('End time', time_end))
51 time_output <= time_end + options.time_slop)
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_matroska-chapters.c117 chap->time_end = 0; in parse_chapter_atom()
149 if (!ebml_read_uint(ebml, &elem, &chap->time_end)) { in parse_chapter_atom()
154 chap->time_end /= 100000; in parse_chapter_atom()
155 chap->time_end *= 9; in parse_chapter_atom()
219 chap->uid, chap->time_start, chap->time_end, in parse_chapter_atom()
333 i+1, chap->time_start, chap->time_end, in parse_edition_entry()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/pages/
H A Dphoromatic_results.php112 …$time_end = strtotime((isset($_POST['time_end']) && !empty($_POST['time_end']) ? $_POST['time_end'…
113 if(empty($time_end))
115 $time_end = strtotime(date('Y-m-d') . ' 23:59:59');
187 if(strtotime($test_result_row['UploadTime']) > $time_end)
255 if(strtotime($test_result_row['UploadTime']) > $time_end)
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/e2fsck/
H A Dscantest.c74 struct timeval time_end; in print_resource_track() local
76 gettimeofday(&time_end, 0); in print_resource_track()
81 timeval_subtract(&time_end, &track->time_start), in print_resource_track()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/e2fsck/
H A Dscantest.c74 struct timeval time_end; in print_resource_track() local
76 gettimeofday(&time_end, 0); in print_resource_track()
81 timeval_subtract(&time_end, &track->time_start), in print_resource_track()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dtarget.cpp133 time_end(0); in next_frame() local
138 time_end=desc.get_time_end(); in next_frame()
154 time=(time_end-time_start)*curr_frame_/(total_frames-(exclude_last_frame?0:1))+time_start; in next_frame()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_preview.h93 studio::Widget_Time time_end; variable
127 synfig::Time get_endtime() const { return time_end.get_value(); } in get_endtime()
128 void set_endtime(const synfig::Time &t) { time_end.set_value(t); } in set_endtime()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/e2fsck/
H A Dscantest.c74 struct timeval time_end;
76 gettimeofday(&time_end, 0);
81 timeval_subtract(&time_end, &track->time_start), in connected()

12345678910>>...34