Home
last modified time | relevance | path

Searched refs:startStop (Results 1 – 25 of 68) sorted by relevance

123

/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DStopwatch.h239 Handler startStop();
279 Handler startStop(const std::string&name=StopwatchEmptyString());
322 Stopwatch::Handler Stopwatch::startStop(const std::string&name) { in startStop() function
323 return watches[name].startStop(); in startStop()
398 Stopwatch::Handler Stopwatch::Watch::startStop() { in startStop() function
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/utils/
H A Dlogtagconfigparser.cpp89 for (const auto& startStop : startStops) in segmentTokens() local
91 const auto s = m_input.substr(startStop.first, startStop.second - startStop.first); in segmentTokens()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtlocation/examples/positioning/satelliteinfo/
H A Dsatelliteinfo.qml99 PropertyChanges { target: startStop; bText: qsTr("Single") }
107 PropertyChanges { target: startStop; bText: qsTr("Start") }
115 PropertyChanges { target: startStop; bText: qsTr("Stop") }
148 id: startStop
170 text: startStop.bText
176 onPressed: { startStop.color = "lightGray" }
178 onReleased: { startStop.color = "white" }
/dports/devel/hadoop/hadoop-1.2.1/contrib/hdfsproxy/bin/
H A Dhdfsproxy-daemon.sh45 startStop=$1
94 case $startStop in
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/hdfsproxy/bin/
H A Dhdfsproxy-daemon.sh45 startStop=$1
94 case $startStop in
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/bin/
H A Dyarn-daemon.sh47 startStop=$1
99 case $startStop in
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/bin/
H A Dmr-jobhistory-daemon.sh46 startStop=$1
97 case $startStop in
/dports/devel/hadoop/hadoop-1.2.1/bin/
H A Dhadoop-daemon.sh49 startStop=$1
116 case $startStop in
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/link/
H A DPeers.hpp55 SessionStartStopStateCallback startStop) in Peers() argument
57 std::move(io), std::move(membership), std::move(timeline), std::move(startStop))) in Peers()
205 SessionStartStopStateCallback startStop) in Impl()
209 , mSessionStartStopStateCallback(std::move(startStop)) in Impl()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/link/
H A DPeers.hpp55 SessionStartStopStateCallback startStop) in Peers() argument
57 std::move(io), std::move(membership), std::move(timeline), std::move(startStop))) in Peers()
205 SessionStartStopStateCallback startStop) in Impl()
209 , mSessionStartStopStateCallback(std::move(startStop)) in Impl()
/dports/science/plumed/plumed2-2.7.2/src/core/
H A DPlumedMain.cpp742 auto sw=stopwatch.startStop("1 Prepare dependencies"); in prepareDependencies()
777 auto sw=stopwatch.startStop("2 Sharing data"); in shareData()
798 auto sw=stopwatch.startStop("3 Waiting for data"); in waitData()
805 auto sw=stopwatch.startStop("4 Calculating (forward loop)"); in justCalculate()
824 sw=stopwatch.startStop("4A "+actionNumberLabel+" "+p->getLabel()); in justCalculate()
858 auto sw=stopwatch.startStop("5 Applying (backward loop)"); in backwardPropagate()
874 sw=stopwatch.startStop("5A "+actionNumberLabel+" "+p->getLabel()); in backwardPropagate()
889 if(detailedTimers) sw1=stopwatch.startStop("5B Update forces"); in backwardPropagate()
898 auto sw=stopwatch.startStop("6 Update"); in update()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/bin/
H A Dhadoop-daemon.sh56 startStop=$1
126 case $startStop in
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/simulations/
H A Dmocker.go34 "startStop": startStop,
63 func startStop(net *Network, quit chan struct{}, nodeCount int) { func
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/examples/linkhut/
H A Dmain.cpp94 const auto startStop = startStopSyncOn ? "on" : "off";
97 << "start stop sync: " << startStop << " | "
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/p2p/simulations/
H A Dmocker.go34 "startStop": startStop,
63 func startStop(net *Network, quit chan struct{}, nodeCount int) { func
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/auv3wrapper/Shared/
H A DAUv3AudioEngine.h49 - (BOOL)startStop;
H A DAUv3AudioEngine.mm275 [self startStop];
296 [self startStop];
302 - (BOOL)startStop
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/auv3wrapper/Shared/
H A DAUv3AudioEngine.h49 - (BOOL)startStop;
H A DAUv3AudioEngine.mm275 [self startStop];
296 [self startStop];
302 - (BOOL)startStop
/dports/audio/giada/giada-0.17.1/src/core/model/
H A Dstorage.cpp87 conf.midiInStartStop = midiIn.get()->startStop; in store()
161 m.startStop = c.midiInStartStop; in load()
/dports/databases/hbase/hbase-1.2.1/bin/
H A Dhbase-daemon.sh52 startStop=$1
180 case $startStop in
/dports/deskutils/qtfeedback/qtfeedback-5.0.0-beta1-32-ga14bd0b/tests/auto/qfeedbackhapticseffect/
H A Dtst_qfeedbackhapticseffect.cpp55 void startStop();
174 void tst_QFeedbackHapticsEffect::startStop() in startStop() function in tst_QFeedbackHapticsEffect
/dports/audio/giada/giada-0.17.1/src/glue/
H A Dio.cpp143 , startStop (midiIn.startStop) in Master_InputData()
H A Dio.h93 uint32_t startStop; member
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/
H A DClipReads.java423 … Pair<Integer, Integer> startStop = strandAwarePositions(read, cycleStart, cycleStop); in clipCycles() local
424 int start = startStop.getLeft(); in clipCycles()
425 int stop = startStop.getRight(); in clipCycles()

123