Home
last modified time | relevance | path

Searched refs:_errorCount (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/quantum/quantum-2.2/quantum/impl/
H A Dquantum_queue_statistics_impl.h34 _errorCount(other._errorCount), in QueueStatistics()
47 _errorCount = 0; in reset()
88 return _errorCount; in errorCount()
94 ++_errorCount; in incErrorCount()
163 out << "Num errors: " << _errorCount << std::endl; in print()
172 _errorCount += rhs.errorCount();
/dports/devel/msbuild/msbuild-0.06/src/Tasks/ManifestUtil/
H A DOutputMessage.cs84 private int _errorCount = 0; field in Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection
103 ++_errorCount; in AddErrorMessage()
125 _errorCount = 0; in Clear()
136 return _errorCount;
163 return _errorCount <= 0; in LogTaskMessages()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/test/
H A Dtestuploadreset.cpp48 QCOMPARE(uploadInfo._errorCount, 1); in testFileUploadNg()
55 QCOMPARE(uploadInfo._errorCount, 2); in testFileUploadNg()
62 QCOMPARE(uploadInfo._errorCount, 3); in testFileUploadNg()
69 QCOMPARE(uploadInfo._errorCount, 0); in testFileUploadNg()
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/
H A Dtestuploadreset.cpp48 QCOMPARE(uploadInfo._errorCount, 1); in testFileUploadNg()
55 QCOMPARE(uploadInfo._errorCount, 2); in testFileUploadNg()
62 QCOMPARE(uploadInfo._errorCount, 3); in testFileUploadNg()
69 QCOMPARE(uploadInfo._errorCount, 0); in testFileUploadNg()
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DOutputWindow.cpp37 _errorCount( 0 ) in OutputWindow()
120 _errorCount++; in addStderr()
232 logDebug() << "Emitting lastProcessFinished() err: " << _errorCount << endl; in processFinished()
233 emit lastProcessFinished( _errorCount ); in processFinished()
288 logDebug() << "Emitting lastProcessFinished() err: " << _errorCount << endl; in processError()
289 emit lastProcessFinished( _errorCount ); in processError()
306 if ( ( autoClose() && _errorCount == 0 ) || in closeIfDone()
322 logDebug() << "Emitting lastProcessFinished() err: " << _errorCount << endl; in noMoreProcesses()
323 emit lastProcessFinished( _errorCount ); in noMoreProcesses()
H A DOutputWindow.h70 int errorCount() const { return _errorCount; } in errorCount()
344 int _errorCount; variable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/
H A DTC_SchemaSet_AnyAttribute.cs15 private int _errorCount; field in System.Xml.Tests.TC_SchemaSet_AnyAttribute
38 _errorCount++; in ValidationCallback()
162 Assert.Equal(expectedError, _errorCount); in v1()
190 Assert.Equal(expectedError, _errorCount); in v2()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_buffer.cpp165 wasfirst = (_errorCount[errNum - 1] == 0); in runtimeError()
166 _errorCount[errNum - 1]++; in runtimeError()
182 print_long(_errorCount[errNum - 1], 10); in runtimeError()
/dports/cad/stepcode/stepcode-0.8/src/cleditor/
H A DSTEPfile.cc193 ++_errorCount; in ReadHeader()
515 ++_errorCount; in ReadData1()
635 ++_errorCount; in ReadData2()
945 ++_errorCount; in CreateScopeInstances()
964 ++_errorCount; in CreateScopeInstances()
990 ++_errorCount; in CreateScopeInstances()
1079 ++_errorCount; in ReadScopeInstances()
1107 ++_errorCount; in ReadScopeInstances()
1132 ++_errorCount; in ReadScopeInstances()
1664 _errorCount = 0; in AppendFile()
[all …]
H A DSTEPfile.inline.cc32 _errorCount( 0 ), _warningCount( 0 ), _maxErrorCount( 100000 ), _strict( strict ) { in STEPfile()
105 _errorCount = 0; in ReadExchangeFile()
124 _errorCount = 0; in AppendExchangeFile()
138 _errorCount = 0; in ReadWorkingFile()
158 _errorCount = 0; in AppendWorkingFile()
H A DSTEPfile.h82 int _errorCount; variable
128 return _errorCount; in ErrorCount()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_buffer.cpp175 wasfirst = (_errorCount[errNum - 1] == 0); in runtimeError()
176 _errorCount[errNum - 1]++; in runtimeError()
192 print_long(_errorCount[errNum - 1], 10); in runtimeError()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DBaseProcessor.cs17 private int _errorCount = 0; field in System.Xml.Schema.BaseProcessor
63 get { return _errorCount != 0; }
268 _errorCount++; in SendValidationEvent()
284 _errorCount++; in SendValidationEventNoThrow()
H A DSchemaInfo.cs41 private int _errorCount; field in System.Xml.Schema.SchemaInfo
133 get { return _errorCount; }
134 set { _errorCount = value; }
H A DXmlSchema.cs49 private int _errorCount = 0; field in System.Xml.Schema.XmlSchema
572 get { return _errorCount; }
573 set { _errorCount = value; }
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/onelab/
H A DOnelabMessage.h49 static int _warningCount, _errorCount; variable
101 _errorCount = 0; in ResetErrorCounter()
104 static int GetErrorCount() { return _errorCount; } in GetErrorCount()
H A DOnelabMessage.cpp26 int OLMsg::_errorCount = 0; member in OLMsg
68 exit(_errorCount); in Exit()
73 _errorCount++; in Fatal()
101 _errorCount++; in Error()
/dports/science/getdp/getdp-3.4.0-source/Common/
H A DMessage.h26 static int _warningCount, _errorCount; variable
69 static void ResetErrorCounter(){ _errorCount = 0; } in ResetErrorCounter()
70 static int GetErrorCount(){ return _errorCount; } in GetErrorCount()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/common/
H A Dsyncjournaldb.h101 : _errorCount(0) in DownloadInfo()
107 int _errorCount; member
116 , _errorCount(0) in UploadInfo()
124 int _errorCount; member
/dports/math/qposases/qpOASES-3.2.1/include/qpOASES/
H A DMessageHandling.ipp127 inline returnValue MessageHandling::setErrorCount( int_t _errorCount )
129 if ( _errorCount >= -1 )
131 errorCount = _errorCount;
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/include/qpOASES/
H A DMessageHandling.ipp127 inline returnValue MessageHandling::setErrorCount( int_t _errorCount )
129 if ( _errorCount >= -1 )
131 errorCount = _errorCount;
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DDbgImporter.cs39 private int _errorCount = 0; field in Mesen.GUI.Debugger.Ld65DbgImporter
557 _errorCount++; in LoadLabels()
577 _errorCount++; in LoadComments()
630 _errorCount++; in LoadComments()
677 _errorCount++; in LoadFileData()
779 _errorCount++; in Import()
843 if(_errorCount > 0) { in Import()
844 _errorCount -= _filesNotFound.Count; in Import()
846 if(_errorCount > 0) { in Import()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/common/
H A Dsyncjournaldb.h109 int _errorCount = 0; member
118 int _errorCount = 0; member
/dports/science/step/step-21.12.3/stepcore/
H A Dxmlfile.cc182 int _errorCount; member in StepCore::__anon3da834c40111::StepDomDocument
189 _world(world), _factory(factory), _errorLine(0), _errorCount(0) in StepDomDocument()
195 if (!_document.setContent(device, &_errorMsg, &_errorLine, &_errorCount)) { in parse()
/dports/devel/quantum/quantum-2.2/quantum/
H A Dquantum_queue_statistics.h84 size_t _errorCount; variable

123