Home
last modified time | relevance | path

Searched refs:WarningCount (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/tests/
H A Dtest_filteredproblemstore.cpp23 const int WarningCount = 2; variable
25 const int ProblemsCount = ErrorCount + WarningCount + HintCount;
28 const int WarningFilterProblemCount = ErrorCount + WarningCount;
240 QCOMPARE(m_store->count(), WarningCount); in testNoGrouping()
241 for (int i = 0; i < WarningCount; i++) { in testNoGrouping()
400 for (int i = 0; i < WarningCount; i++) { in testPathGrouping()
464 if (i>=ErrorCount+WarningCount) in testSeverityGrouping()
473 QVERIFY(checkCounts(ErrorCount, WarningCount, HintCount)); in testSeverityGrouping()
487 QVERIFY(checkCounts(ErrorCount, WarningCount, HintCount)); in testSeverityGrouping()
505 QVERIFY(checkCounts(ErrorCount, WarningCount, 0)); in testSeverityGrouping()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/apiserver/admissionwebhook/
H A Dduplicate_owner_ref_test.go123 if warningWriter.WarningCount() == 0 {
144 if warningWriter.WarningCount() != 1 {
145 t.Errorf("expected one warning, got: %v", warningWriter.WarningCount())
154 if warningWriter.WarningCount() != 2 {
155 t.Errorf("expected two warnings, got: %v", warningWriter.WarningCount())
170 if warningWriter.WarningCount() != 2 {
171 t.Errorf("expected two warnings, got: %v", warningWriter.WarningCount())
H A Dinvalid_managedFields_test.go137 if warningWriter.WarningCount() != 1 {
138 lastErr = fmt.Errorf("expected one warning, got: %v", warningWriter.WarningCount())
160 if warningWriter.WarningCount() != 2 {
161 t.Errorf("expected two warnings, got: %v", warningWriter.WarningCount())
/dports/editors/lazarus/lazarus/components/pochecker/
H A Dpofamilylists.pp35 procedure RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
117 procedure TPoFamilyList.RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount, TotalTranslatedC…
130 WarningCount := NoError;
146 WarningCount := WarningCount + ThisWarningCount;
H A Dpofamilies.pp78 procedure RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
641 procedure TPoFamily.CheckDuplicateOriginals(out WarningCount: Integer;
650 WarningCount := 0;
668 if (WarningCount = 0) then
676 Inc(WarningCount);
677 if (WarningCount > 1) then ErrorLog.Add('');
686 if (WarningCount > 0) then
689 ErrorLog.Add(Format(sNrWarningsFound,[WarningCount]));
721 procedure TPoFamily.RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
735 WarningCount := NoError;
[all …]
/dports/editors/lazarus-qt5/lazarus/components/pochecker/
H A Dpofamilylists.pp35 procedure RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
117 procedure TPoFamilyList.RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount, TotalTranslatedC…
130 WarningCount := NoError;
146 WarningCount := WarningCount + ThisWarningCount;
H A Dpofamilies.pp78 procedure RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
641 procedure TPoFamily.CheckDuplicateOriginals(out WarningCount: Integer;
650 WarningCount := 0;
668 if (WarningCount = 0) then
676 Inc(WarningCount);
677 if (WarningCount > 1) then ErrorLog.Add('');
686 if (WarningCount > 0) then
689 ErrorLog.Add(Format(sNrWarningsFound,[WarningCount]));
721 procedure TPoFamily.RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
735 WarningCount := NoError;
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DSdkResolverLoader_Tests.cs49 _logger.WarningCount.ShouldBe(0); in AssertDefaultLoaderReturnsDefaultResolvers()
114 _logger.WarningCount.ShouldBe(0); in VerifyThrowsWhenResolverFailsToLoad()
144 _logger.WarningCount.ShouldBe(0); in VerifyThrowsWhenResolverHasNoPublicConstructor()
180 _logger.WarningCount.ShouldBe(0); in VerifyWarningLoggedWhenResolverAssemblyCannotBeLoaded()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/pochecker/
H A Dpofamilylists.pp144 ErrorCount, NonFuzzyErrorCount, WarningCount: Integer;
151 WarningCount := NoError;
166 WarningCount := WarningCount + ThisWarningCount;
190 DupLog.Add(Format(sTotalWarnings, [WarningCount]));
H A Dpofamilies.pp73 procedure RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
572 procedure TPoFamily.CheckDuplicateOriginals(out WarningCount: Integer;
581 WarningCount := 0;
599 if (WarningCount = 0) then
607 Inc(WarningCount);
608 if (WarningCount > 1) then ErrorLog.Add('');
617 if (WarningCount > 0) then
620 ErrorLog.Add(Format(sNrWarningsFound,[WarningCount]));
652 procedure TPoFamily.RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
666 WarningCount := NoError;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/pochecker/
H A Dpofamilylists.pp144 ErrorCount, NonFuzzyErrorCount, WarningCount: Integer;
151 WarningCount := NoError;
166 WarningCount := WarningCount + ThisWarningCount;
190 DupLog.Add(Format(sTotalWarnings, [WarningCount]));
H A Dpofamilies.pp73 procedure RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
572 procedure TPoFamily.CheckDuplicateOriginals(out WarningCount: Integer;
581 WarningCount := 0;
599 if (WarningCount = 0) then
607 Inc(WarningCount);
608 if (WarningCount > 1) then ErrorLog.Add('');
617 if (WarningCount > 0) then
620 ErrorLog.Add(Format(sNrWarningsFound,[WarningCount]));
652 procedure TPoFamily.RunTests(out ErrorCount, NonFuzzyErrorCount, WarningCount,
666 WarningCount := NoError;
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Dcluster_analyticsquery.go18 WarningCount uint64 `json:"warningCount,omitempty"` member
45 WarningCount uint64 member
67 metrics.WarningCount = data.WarningCount
H A Dcluster_query.go18 WarningCount uint64 `json:"warningCount,omitempty"` member
46 WarningCount uint64 member
67 metrics.WarningCount = data.WarningCount
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Dcluster_analyticsquery.go18 WarningCount uint64 `json:"warningCount,omitempty"` member
45 WarningCount uint64 member
67 metrics.WarningCount = data.WarningCount
H A Dcluster_query.go18 WarningCount uint64 `json:"warningCount,omitempty"` member
46 WarningCount uint64 member
67 metrics.WarningCount = data.WarningCount
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Derror.c62 unsigned WarningCount = 0; variable
205 ++WarningCount; in WarningMsg()
244 ++WarningCount; in PWarning()
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Derror.c61 unsigned WarningCount = 0; variable
246 ++WarningCount; in IntWarning()
324 Print (stdout, 1, "%u errors, %u warnings\n", ErrorCount, WarningCount); in ErrorReport()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/
H A DBuildTab.cs39 public int WarningCount { get; private set; } = 0; property in GodotTools.BuildTab
96 WarningCount += 1; in _LoadIssuesFromFile()
198 WarningCount = 0; in OnBuildStart()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/
H A DBuildTab.cs39 public int WarningCount { get; private set; } = 0; property in GodotTools.BuildTab
96 WarningCount += 1; in _LoadIssuesFromFile()
198 WarningCount = 0; in OnBuildStart()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/cfroute/src/
H A Dcfroute.cpp80 byte WarningCount=0; variable
246 WarningCount++; in ReadRouteFile()
259 WarningCount++; in ReadRouteFile()
267 WarningCount++; in ReadRouteFile()
306 WarningCount++; in ReadRouteFile()
316 WarningCount++; in ReadRouteFile()
335 WarningCount,WarningCount==1?"":"s"); in ReadRouteFile()
/dports/news/husky/husky-1.9.20191207/cfroute/src/
H A Dcfroute.cpp80 byte WarningCount=0; variable
246 WarningCount++; in ReadRouteFile()
259 WarningCount++; in ReadRouteFile()
267 WarningCount++; in ReadRouteFile()
306 WarningCount++; in ReadRouteFile()
316 WarningCount++; in ReadRouteFile()
335 WarningCount,WarningCount==1?"":"s"); in ReadRouteFile()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/cfroute/src/
H A Dcfroute.cpp80 byte WarningCount=0; variable
246 WarningCount++; in ReadRouteFile()
259 WarningCount++; in ReadRouteFile()
267 WarningCount++; in ReadRouteFile()
306 WarningCount++; in ReadRouteFile()
316 WarningCount++; in ReadRouteFile()
335 WarningCount,WarningCount==1?"":"s"); in ReadRouteFile()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/cfroute/src/
H A Dcfroute.cpp80 byte WarningCount=0; variable
246 WarningCount++; in ReadRouteFile()
259 WarningCount++; in ReadRouteFile()
267 WarningCount++; in ReadRouteFile()
306 WarningCount++; in ReadRouteFile()
316 WarningCount++; in ReadRouteFile()
335 WarningCount,WarningCount==1?"":"s"); in ReadRouteFile()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/cfroute/src/
H A Dcfroute.cpp80 byte WarningCount=0; variable
246 WarningCount++; in ReadRouteFile()
259 WarningCount++; in ReadRouteFile()
267 WarningCount++; in ReadRouteFile()
306 WarningCount++; in ReadRouteFile()
316 WarningCount++; in ReadRouteFile()
335 WarningCount,WarningCount==1?"":"s"); in ReadRouteFile()

12345678