Home
last modified time | relevance | path

Searched refs:timerStarted (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-toolkits/redkite/redkite-1.3.1/src/
H A DRkTimer.cpp32 , timerStarted{false}
47 timerStarted = true; in start()
53 return timerStarted; in started()
58 timerStarted = false; in stop()
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/src/
H A DRkTimer.cpp32 , timerStarted{false}
47 timerStarted = true; in start()
53 return timerStarted; in started()
58 timerStarted = false; in stop()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_busy_progress_indicator.cpp37 QAtomicInt timerStarted; member
90 m_d->timerStarted = 0; in timerFinished()
103 if (!m_d->timerStarted) { in update()
110 m_d->timerStarted.ref(); in slotStartTimer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/util/
H A DOpenStrategy.java282 boolean timerStarted = false; in initializeHandler()
348 timerStarted = false; in initializeHandler()
353 if (!timerStarted) { in initializeHandler()
354 timerStarted = true; in initializeHandler()
/dports/games/anki/anki-2.1.16/anki/
H A Dcards.py26 self.timerStarted = None
156 self.timerStarted = time.time()
169 total = int((time.time() - self.timerStarted)*1000)
/dports/net/storj/storj-1.45.3/satellite/metabase/segmentloop/
H A Dservice.go276 timerStarted := false
291 if !timerStarted {
293 timerStarted = true
321 if !timerShouldRun && timerStarted {
/dports/x11-toolkits/redkite/redkite-1.3.1/include/
H A DRkTimer.h52 bool timerStarted; variable
/dports/audio/geonkick-lv2/geonkick-2.8.0/redkite/include/
H A DRkTimer.h52 bool timerStarted; variable
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/infiltration/
H A Dinfiltration.lua51 timerStarted = false
60 timerStarted = true
270 if not timerStarted or labSecured then
/dports/games/openra/OpenRA-release-20200503/mods/ra/maps/soviet-07/
H A Dsoviet07.lua259 timerStarted = true
306 if player.HasNoRequiredUnits() and timerStarted then
326 if remainingTime > 0 and timerStarted then
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/qml/chipTan/
H A DChipTanFlickerField.qml112 onRunningChanged: Logic.timerStarted(chipTanFlickerField.transferData, flickerFields )
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/locales/en-US/
H A Dwebconsole.properties71 # LOCALIZATION NOTE (timerStarted): this string is used to display the result
73 timerStarted=%S: timer started key
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/locales/en-US/
H A Dwebconsole.properties64 # LOCALIZATION NOTE (timerStarted): this string is used to display the result
66 timerStarted=%S: timer started key
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp368 int timerStarted; variable
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/common/transporter/priotest/
H A DprioTransporterTest.cpp359 int timerStarted; variable
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/multicast/
H A Dimpl.cpp93 int timerStarted; member

12