Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 25 of 6010) sorted by relevance

12345678910>>...241

/dports/textproc/R-cran-readr/readr/tests/testthat/
H A Dtest-parsing-time.R2 late_night <- hms::hms(seconds = 22 * 3600 + 20 * 60) globalVar
11 morning <- hms::hms(seconds = 0 * 3600 + 1 * 60) globalVar
12 midday <- hms::hms(seconds = 12 * 3600 + 1 * 60) globalVar
20 early_morn <- hms::hms(seconds = 1 * 3600 + 20 * 60) globalVar
26 exp <- hms::hms(seconds = c(NA_real_, NA_real_)) vector
31 hms::hms(seconds = NA_real_) globalVar
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/support/
H A DDuration.cpp42 static std::string formatDuration(N seconds) { in formatDuration()
49 static std::string formatDurationWithHours(N seconds) { in formatDurationWithHours()
59 std::string Duration(int seconds) { in Duration()
63 std::string Duration(size_t seconds) { in Duration()
67 std::string Duration(double seconds) { in Duration()
73 int seconds = std::stoi(str); in Duration() local
80 std::string DurationWithHours(size_t seconds) { in DurationWithHours()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/test/src/time/
H A Dgmtime_test.cpp24 time_t seconds = 1 + INT_MAX * static_cast<int64_t>( in TEST() local
40 time_t seconds = 0; in TEST() local
71 time_t seconds = 0; in TEST() local
102 time_t seconds = 0; in TEST() local
134 time_t seconds = in TEST() local
150 time_t seconds = 0; in TEST() local
181 time_t seconds = 0; in TEST() local
244 time_t seconds = 0x7FFFFFFF; in TEST() local
262 time_t seconds = 6311479850; in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/test/src/time/
H A Dgmtime_test.cpp24 time_t seconds = 1 + INT_MAX * static_cast<int64_t>( in TEST() local
40 time_t seconds = 0; in TEST() local
71 time_t seconds = 0; in TEST() local
102 time_t seconds = 0; in TEST() local
134 time_t seconds = in TEST() local
150 time_t seconds = 0; in TEST() local
181 time_t seconds = 0; in TEST() local
244 time_t seconds = 0x7FFFFFFF; in TEST() local
262 time_t seconds = 6311479850; in TEST() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/test/src/time/
H A Dgmtime_test.cpp24 time_t seconds = 1 + INT_MAX * static_cast<int64_t>( in TEST() local
40 time_t seconds = 0; in TEST() local
71 time_t seconds = 0; in TEST() local
102 time_t seconds = 0; in TEST() local
134 time_t seconds = in TEST() local
150 time_t seconds = 0; in TEST() local
181 time_t seconds = 0; in TEST() local
244 time_t seconds = 0x7FFFFFFF; in TEST() local
262 time_t seconds = 6311479850; in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/test/src/time/
H A Dgmtime_test.cpp24 time_t seconds = 1 + INT_MAX * static_cast<int64_t>( in TEST() local
40 time_t seconds = 0; in TEST() local
71 time_t seconds = 0; in TEST() local
102 time_t seconds = 0; in TEST() local
134 time_t seconds = in TEST() local
150 time_t seconds = 0; in TEST() local
181 time_t seconds = 0; in TEST() local
244 time_t seconds = 0x7FFFFFFF; in TEST() local
262 time_t seconds = 6311479850; in TEST() local
/dports/databases/py-sqlite3/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/databases/py-gdbm/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python-tools/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python311/Python-3.11.0a3/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python37/Python-3.7.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python38/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python39/Python-3.9.9/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/lang/python310/Python-3.10.1/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/importbench/
H A Dimportbench.py20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument
40 def from_cache(seconds, repeat): argument
51 def builtin_mod(seconds, repeat): argument
61 def source_wo_bytecode(seconds, repeat): argument
81 def benchmark_wo_bytecode(seconds, repeat): argument
100 def source_writing_bytecode(seconds, repeat): argument
119 def writing_bytecode_benchmark(seconds, repeat): argument
135 def source_using_bytecode(seconds, repeat): argument
151 def using_bytecode_benchmark(seconds, repeat): argument
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dsnooze.cpp50 bool snooze::macrosnooze(uint32_t seconds) { in macrosnooze()
54 bool snooze::macrosnooze(uint32_t seconds, uint32_t *secondsremaining) { in macrosnooze()
58 bool snooze::microsnooze(uint32_t seconds, uint32_t microseconds) { in microsnooze()
62 bool snooze::microsnooze(uint32_t seconds, uint32_t microseconds, in microsnooze()
73 bool snooze::nanosnooze(uint32_t seconds, uint32_t nanoseconds) { in nanosnooze()
77 bool snooze::nanosnooze(uint32_t seconds, uint32_t nanoseconds, in nanosnooze()
84 bool snooze::nanosnooze(uint32_t seconds, uint32_t nanoseconds, in nanosnooze()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DCacheControlParser.cpp69 bool CacheControlParser::SecondsValue(uint32_t* seconds, uint32_t defaultVal) { in SecondsValue()
103 bool CacheControlParser::MaxAge(uint32_t* seconds) { in MaxAge()
108 bool CacheControlParser::MaxStale(uint32_t* seconds) { in MaxStale()
113 bool CacheControlParser::MinFresh(uint32_t* seconds) { in MinFresh()
118 bool CacheControlParser::StaleWhileRevalidate(uint32_t* seconds) { in StaleWhileRevalidate()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DCacheControlParser.cpp69 bool CacheControlParser::SecondsValue(uint32_t* seconds, uint32_t defaultVal) { in SecondsValue()
103 bool CacheControlParser::MaxAge(uint32_t* seconds) { in MaxAge()
108 bool CacheControlParser::MaxStale(uint32_t* seconds) { in MaxStale()
113 bool CacheControlParser::MinFresh(uint32_t* seconds) { in MinFresh()
118 bool CacheControlParser::StaleWhileRevalidate(uint32_t* seconds) { in StaleWhileRevalidate()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DCacheControlParser.cpp69 bool CacheControlParser::SecondsValue(uint32_t* seconds, uint32_t defaultVal) { in SecondsValue()
103 bool CacheControlParser::MaxAge(uint32_t* seconds) { in MaxAge()
108 bool CacheControlParser::MaxStale(uint32_t* seconds) { in MaxStale()
113 bool CacheControlParser::MinFresh(uint32_t* seconds) { in MinFresh()
118 bool CacheControlParser::StaleWhileRevalidate(uint32_t* seconds) { in StaleWhileRevalidate()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DCacheControlParser.cpp70 bool CacheControlParser::SecondsValue(uint32_t* seconds, uint32_t defaultVal) { in SecondsValue()
104 bool CacheControlParser::MaxAge(uint32_t* seconds) { in MaxAge()
109 bool CacheControlParser::MaxStale(uint32_t* seconds) { in MaxStale()
114 bool CacheControlParser::MinFresh(uint32_t* seconds) { in MinFresh()
119 bool CacheControlParser::StaleWhileRevalidate(uint32_t* seconds) { in StaleWhileRevalidate()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/util/
H A DTimeUtil.java34 public static String approxTimeUntil(final int seconds) { in approxTimeUntil()
49 public static void approxTimeUntil(final StringBuilder sbuf, final int seconds) { in approxTimeUntil()
131 public static String timeUntil(final int seconds) { in timeUntil()
145 public static String timeUntil(final int seconds, final boolean forceSeconds) { in timeUntil()
160 public static void timeUntil(final StringBuilder sbuf, final int seconds) { in timeUntil()
174 public static void timeUntil(final StringBuilder sbuf, int seconds, in timeUntil()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkRealTimeStamp.cxx26 #define CARRY_UNITS_OVER_UNSIGNED( seconds, micro_seconds ) \ argument
33 #define CARRY_UNITS_OVER_SIGNED( seconds, micro_seconds ) \ argument
48 #define ALIGN_THE_ARROW_OF_TIME( seconds, micro_seconds ) \ argument
77 RealTimeStamp::RealTimeStamp( SecondsCounterType seconds, MicroSecondsCounterType micro_seconds ) in RealTimeStamp()
165 SecondsDifferenceType seconds = this->m_Seconds - other.m_Seconds; in operator -() local
184 SecondsCounterType seconds = this->m_Seconds + difference.m_Seconds; in operator +() local
202 SecondsDifferenceType seconds = this->m_Seconds - difference.m_Seconds; in operator -() local
227 SecondsDifferenceType seconds = this->m_Seconds + difference.m_Seconds; in operator +=() local
250 SecondsDifferenceType seconds = this->m_Seconds - difference.m_Seconds; in operator -=() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Dpr84325.C5 struct seconds { int i_{0}; constexpr seconds (int) {} }; in seconds() function
/dports/mail/neomutt/neomutt-20211029/test/date/
H A Dmutt_date_local_tz.c37 time_t seconds = mutt_date_local_tz(0); in test_mutt_date_local_tz() local
44 time_t seconds = mutt_date_local_tz(977745600); in test_mutt_date_local_tz() local
51 time_t seconds = mutt_date_local_tz(961930800); in test_mutt_date_local_tz() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp1z/
H A Dpr84325.C4 struct seconds { int i_{0}; constexpr seconds (int) {} }; in seconds() struct

12345678910>>...241