Home
last modified time | relevance | path

Searched refs:timeMs (Results 1 – 25 of 306) sorted by path

12345678910>>...13

/dports/astro/gpsd/gpsd-3.20/android/hal/
H A DGnss.h45 Return<bool> injectTime(int64_t timeMs, int64_t timeReferenceMs,
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/
H A Dplayer.h153 uint_least32_t timeMs() const { return m_c64.getTimeMs(); } in timeMs() function
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/sidplayfp/
H A Dsidplayfp.cpp79 uint_least32_t sidplayfp::timeMs() const in timeMs() function in sidplayfp
81 return sidplayer.timeMs(); in timeMs()
H A Dsidplayfp.h157 uint_least32_t timeMs() const;
/dports/audio/oaml/oaml-1.3.4/include/
H A DoamlBase.h81 uint64_t timeMs; variable
/dports/audio/oaml/oaml-1.3.4/src/
H A DoamlBase.cpp94 timeMs = 0; in oamlBase()
1038 if (ms >= (timeMs + 1000)) { in Update()
1045 timeMs = ms; in Update()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/
H A Dplayer.h165 uint_least32_t timeMs() const { return m_c64.getTimeMs(); } in grecs_path_parser()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/sidplayfp/
H A Dsidplayfp.cpp79 uint_least32_t sidplayfp::timeMs() const in timeMs() function in sidplayfp
81 return sidplayer.timeMs(); in timeMs()
H A Dsidplayfp.h175 uint_least32_t timeMs() const;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Playlist/
H A DPlaylist.cpp540 [](const auto timeMs, const auto& track) { in runningTime() argument
541 return timeMs + track.durationMs(); in runningTime()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DPerformanceEvaluation.java1660 private static String calculateMbps(int rows, long timeMs, final int valueSize, int columns) { in calculateMbps() argument
1664 .divide(BigDecimal.valueOf(timeMs), CXT).multiply(MS_PER_SEC, CXT) in calculateMbps()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/IDE/GCC-ARM/Source/
H A Dwolf_main.c63 int timeMs = gTimeMs; in current_time() local
65 timeNow = (timeMs / 1000); // sec in current_time()
66 timeNow += (double)(timeMs % 1000) / 1000; // ms in current_time()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/IDE/GCC-ARM/Source/
H A Dwolf_main.c63 int timeMs = gTimeMs; in current_time() local
65 timeNow = (timeMs / 1000); // sec in current_time()
66 timeNow += (double)(timeMs % 1000) / 1000; // ms in current_time()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/IDE/GCC-ARM/Source/
H A Dwolf_main.c63 int timeMs = gTimeMs; in current_time() local
65 timeNow = (timeMs / 1000); // sec in current_time()
66 timeNow += (double)(timeMs % 1000) / 1000; // ms in current_time()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/IDE/GCC-ARM/Source/
H A Dwolf_main.c63 int timeMs = gTimeMs; in current_time() local
65 timeNow = (timeMs / 1000); // sec in current_time()
66 timeNow += (double)(timeMs % 1000) / 1000; // ms in current_time()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/mitmscripts/
H A Dfluent.py129 def delay(self, timeMs): argument
130 self.next = DelayHandler(self.root, timeMs)
191 def __init__(self, root, timeMs): argument
193 self.timeMs = timeMs
195 time.sleep(self.timeMs/1000.0)
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/testlib/
H A Dqplaintestlogger.cpp341 const int timeMs = qRound(QTestLog::msecsTotalTime()); in stopLogging() local
345 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs); in stopLogging()
351 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs, in stopLogging()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/testlib/
H A Dqplaintestlogger.cpp341 const int timeMs = qRound(QTestLog::msecsTotalTime()); in stopLogging() local
345 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs); in stopLogging()
351 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs, in stopLogging()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/testlib/
H A Dqplaintestlogger.cpp341 const int timeMs = qRound(QTestLog::msecsTotalTime()); in stopLogging() local
345 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs); in stopLogging()
351 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs, in stopLogging()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/testlib/
H A Dqplaintestlogger.cpp341 const int timeMs = qRound(QTestLog::msecsTotalTime()); in stopLogging() local
345 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs); in stopLogging()
351 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs, in stopLogging()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/testlib/
H A Dqplaintestlogger.cpp341 const int timeMs = qRound(QTestLog::msecsTotalTime()); in stopLogging() local
345 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs); in stopLogging()
351 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs, in stopLogging()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/testlib/
H A Dqplaintestlogger.cpp341 const int timeMs = qRound(QTestLog::msecsTotalTime()); in stopLogging() local
345 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs); in stopLogging()
351 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs, in stopLogging()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/testlib/
H A Dqplaintestlogger.cpp341 const int timeMs = qRound(QTestLog::msecsTotalTime()); in stopLogging() local
345 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs); in stopLogging()
351 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs, in stopLogging()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/testlib/
H A Dqplaintestlogger.cpp341 const int timeMs = qRound(QTestLog::msecsTotalTime()); in stopLogging() local
345 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs); in stopLogging()
351 QTestLog::skipCount(), QTestLog::blacklistCount(), timeMs, in stopLogging()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/status/
H A DStatusBar.java48 void showMessage(String message, int timeMs); in showMessage() argument

12345678910>>...13