Home
last modified time | relevance | path

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

/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/tvheadend/entity/
H A DTimeRecording.cpp48 void TimeRecording::SetStop(int32_t stop) in SetStop() function in TimeRecording
H A DEvent.h80 void SetStop(time_t stop) { m_stop = stop; } in SetStop() function
H A DRecording.h136 void SetStop(int64_t stop) { m_stop = stop; } in SetStop() function
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dparser_rule_context.go26 SetStop(Token) methodSpec
196 func (prc *BaseParserRuleContext) SetStop(t Token) { func
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapeAnalysis_BoxBndTree.hxx74 void SetStop () in SetStop() function in ShapeAnalysis_BoxBndTreeSelector
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_BoxBndTree.hxx74 void SetStop () in SetStop() function in ShapeAnalysis_BoxBndTreeSelector
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapeAnalysis_BoxBndTree.hxx74 void SetStop () in SetStop() function in ShapeAnalysis_BoxBndTreeSelector
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/vtkpost/
H A Dtimestep.cpp249 void TimeStep::SetStop(int n) in SetStop() function in TimeStep
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/include/
H A DitkSliceImageFilter.hxx87 ::SetStop(typename TInputImage::IndexType::IndexValueType stop) in SetStop() function in itk::SliceImageFilter
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/pubseq_gateway/impl/cassandra/nannot/
H A Drecord.hpp121 CNAnnotRecord& SetStop(TCoord value) in SetStop() function in CNAnnotRecord
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dretry_ctx.hpp285 void CRetryContext::SetStop(const string& reason) in SetStop() function in CRetryContext
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dretry_ctx.hpp285 void CRetryContext::SetStop(const string& reason) in SetStop() function in CRetryContext
/dports/audio/audacity/audacity-Audacity-3.1.3/src/toolbars/
H A DControlToolBar.cpp512 void ControlToolBar::SetStop() in SetStop() function in ControlToolBar
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/python/CSXCAD/
H A DCSPrimitives.pyx397 def SetStop(self, coord): member in CSPrimBox
479 def SetStop(self, coord): member in CSPrimCylinder
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_states.cpp795 bool FStateDefinitions::SetStop() in SetStop() function in FStateDefinitions
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/ms/omssa/
H A Dmsms.hpp872 const char * & CCleave::SetStop(void) in SetStop() function in CCleave
H A Dmspeak.hpp383 int& CMSHit::SetStop(void) in SetStop() function in CMSHit
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/util/
H A Dalign_shadow.cpp468 void CAlignShadow::SetStop(Uint1 where, TCoord val) in SetStop() function in CAlignShadow
/dports/math/form/form-4.2.1/sources/
H A Dfunction.c1609 WORD nwstore, offset, *OldWork, SetStop = 0, oRepFunNum = AN.RepFunNum; in ScanFunctions() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dinftxt.hxx575 void SetStop( const bool bNew ) { m_bStop = bNew; } in SetStop() function in SwTextFormatInfo
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dinftxt.hxx580 void SetStop( const bool bNew ) { m_bStop = bNew; } in SetStop() function in SwTextFormatInfo
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/
H A Dvfs.h615 void SetStop() { m_Stopped = true; } in SetStop() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_model.cpp400 void CCDSInfo::SetStop(TSignedSeqRange r, bool confirmed) in SetStop() function in CCDSInfo
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dncview.cpp788 void SetStop() { MutexLock lock( &mutex ); stopped = true; } in SetStop() function in FSCViewerInfo
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go9558 func (a *Allocation) SetStop(clientStatus, clientDesc string) { func