Home
last modified time | relevance | path

Searched refs:startActive (Results 1 – 9 of 9) sorted by relevance

/dports/games/fillets-ng/fillets-ng-1.0.1/src/level/
H A DUnit.h31 bool startActive=false);
33 bool startActive() { return m_startActive; } in startActive() function
H A DControls.cpp54 if ((*i)->startActive()) { in addUnit()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dgctaskfarm.cpp155 DWORD startActive = GetTickCount(); in ThreadFunction() local
197 GetTickCount() - startActive); in ThreadFunction()
214 startActive = GetTickCount(); in ThreadFunction()
/dports/net-im/qTox/qTox-1.17.4/src/audio/backend/
H A Dopenal.h105 void startActive(qreal msec);
H A Dopenal.cpp75 connect(this, &OpenAL::startActive, &voiceTimer,
667 emit startActive(voiceHold); in doInput() local
/dports/devel/py-matrix-angular-sdk/matrix-angular-sdk-0.6.8/syweb/webclient/lib/
H A Dangular-spinner.min.js.map1 …"stopSpinner","spinner","SpinnerConstructor","isDefined","spinnerKey","startActive","spinnerStartA…
/dports/games/cgoban/cgoban-1.9.14/src/gmp/
H A Dplay.c266 SgfElem *startActive; in gridPressed() local
280 startActive = l->moves->active; in gridPressed()
371 SgfElem *startActive; in passPressed() local
384 startActive = l->moves->active; in passPressed()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/activityprofile/
H A DActivityProfileUnitTest.java50 …TestProvider(final ProfileType type, final List<Double> probs, boolean startActive, int ... starts… in BasicActivityProfileTestProvider() argument
54 this.expectedRegions = toRegions(startActive, startsAndStops); in BasicActivityProfileTestProvider()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DScriptable.cpp47 static bool startActive = false; variable
107 if (startActive) { in Scriptable()
128 startActive = core->HasFeature(GF_START_ACTIVE); in Scriptable()
442 if (startActive) { in AddAction()