Home
last modified time | relevance | path

Searched refs:getReport (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context.support/src/test/java/org/springframework/ui/jasperreports/
H A DJasperReportsUtilsTests.java60 JasperReportsUtils.renderAsCsv(getReport(), getParameters(), getDataSource(), writer); in testRenderAsCsvWithDataSource()
67 JasperReportsUtils.renderAsCsv(getReport(), getParameters(), getData(), writer); in testRenderAsCsvWithCollection()
84 JasperReportsUtils.renderAsHtml(getReport(), getParameters(), getDataSource(), writer); in testRenderAsHtmlWithDataSource()
91 JasperReportsUtils.renderAsHtml(getReport(), getParameters(), getData(), writer); in testRenderAsHtmlWithCollection()
109 JasperReportsUtils.renderAsPdf(getReport(), getParameters(), getDataSource(), os); in testRenderAsPdfWithDataSource()
116 JasperReportsUtils.renderAsPdf(getReport(), getParameters(), getData(), os); in testRenderAsPdfWithCollection()
125 JasperReportsUtils.renderAsPdf(getReport(), getParameters(), getData(), os, exporterParameters); in testRenderAsPdfWithExporterParameters()
133 JasperReportsUtils.renderAsXls(getReport(), getParameters(), getDataSource(), os); in testRenderAsXlsWithDataSource()
140 JasperReportsUtils.renderAsXls(getReport(), getParameters(), getData(), os); in testRenderAsXlsWithCollection()
152 JasperReportsUtils.renderAsXls(getReport(), getParameters(), getData(), os, exporterParameters); in testRenderAsXlsWithExporterParameters()
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_extparam.cpp79 const auto &report = rm.getReport(id); in hasSameBounds()
100 const Report &ir = rm.getReport(*ri); in getMinMaxOffsetAdjust()
241 const auto &report = rm.getReport(id); in clearMinLengthParam()
259 const auto &report = rm.getReport(id); in clearOffsetParams()
291 const auto &report = rm.getReport(id); in anchorPatternWithBoundedRepeat()
443 const Report &ir = rm.getReport(report); in hasOffsetAdjust()
759 return rm.getReport(id).minOffset > 0; in pruneVacuousEdges()
766 return rm.getReport(id).minLength > 0; in pruneVacuousEdges()
850 return rm.getReport(id).minLength > 0; in pruneUnmatchable()
932 const auto &report = rm.getReport(id); in replaceMinLengthWithOffset()
[all …]
H A Dng_prune.cpp191 const Report &ir = rm.getReport(report_id); in pruneHighlanderAccepts()
261 if (!isSimpleExhaustible(rm.getReport(report_id))) { in hasOnlySelfLoopAndExhaustibleAccepts()
273 const Report &r = rm.getReport(report_id); in pruneHighlanderDominated()
282 const Report &r = rm.getReport(report_id); in pruneHighlanderDominated()
310 if (!isSimpleExhaustible(rm.getReport(report_id))) { in pruneHighlanderDominated()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/report/service/
H A DReportDefinitionService.php32 public function getReport($reportId){ function in ReportDefinitionService
35 $report = $dao->getReport($reportId);
46 $report = $this->getReport($reportId);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/
H A DTestKill.java85 task.getReport().getTaskState()); in testKillJob()
92 it.next().getReport().getTaskAttemptState()); in testKillJob()
125 task1.getReport().getTaskState()); in testKillTask()
127 task2.getReport().getTaskState()); in testKillTask()
133 iter.next().getReport().getTaskAttemptState()); in testKillTask()
140 iter.next().getReport().getTaskAttemptState()); in testKillTask()
333 task1.getReport().getTaskState()); in testKillTaskAttempt()
335 task2.getReport().getTaskState()); in testKillTaskAttempt()
342 iter.next().getReport().getTaskAttemptState()); in testKillTaskAttempt()
344 iter.next().getReport().getTaskAttemptState()); in testKillTaskAttempt()
[all …]
H A DMRApp.java330 TaskReport report = task.getReport(); in waitForInternalState()
337 report = task.getReport(); in waitForInternalState()
348 TaskAttemptReport report = attempt.getReport(); in waitForInternalState()
355 report = attempt.getReport(); in waitForInternalState()
372 report = attempt.getReport(); in waitForState()
383 TaskReport report = task.getReport(); in waitForState()
389 report = task.getReport(); in waitForState()
399 JobReport report = job.getReport(); in waitForState()
406 report = job.getReport(); in waitForState()
433 JobReport jobReport = job.getReport(); in verifyCompleted()
[all …]
/dports/sysutils/istio/istio-1.6.7/mixer/tools/adapterlinter/
H A Dmain_test.go53 got := getReport([]string{"testdata/unknown"})
61 got := getReport([]string{"testdata/bad2"})
69 got := getReport([]string{})
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/stats/
H A Dtimer_stats_test.cpp43 ASSERT_BSONOBJ_EQ(BSON("num" << 0 << "totalMillis" << 0), TimerStats().getReport()); in TEST()
50 ASSERT_BSONOBJ_EQ(BSON("num" << 1 << "totalMillis" << millis), timerStats.getReport()); in TEST()
H A Dtimer_stats.h55 BSONObj getReport() const;
57 return getReport(); in BSONObj()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/tools/
H A Dsearchsubview.cpp104 connect (document.getReport (id), SIGNAL (rowsRemoved (const QModelIndex&, int, int)), in SearchSubView()
107 connect (document.getReport (id), SIGNAL (rowsInserted (const QModelIndex&, int, int)), in SearchSubView()
153 mBottom->tableSizeChanged (mDocument.getReport (getUniversalId())->rowCount(), 0, 0); in tableSizeUpdate()
159 !mDocument.getReport (getUniversalId())->rowCount()) in operationDone()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/test/java/org/apache/hadoop/mapreduce/v2/hs/
H A DTestJobHistoryEntities.java109 JobReport jobReport = completedJob.getReport(); in testCompletedJob()
121 JobReport jobReport = completedJob.getReport(); in testCopmletedJobReportWithZeroTasks()
147 TaskReport mt1Report = mt1.getReport(); in testCompletedTask()
153 TaskReport rt1Report = rt1.getReport(); in testCompletedTask()
177 TaskAttemptReport mta1Report = mta1.getReport(); in testCompletedTaskAttempt()
187 TaskAttemptReport rta1Report = rta1.getReport(); in testCompletedTaskAttempt()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Sandbox/
H A DpseudoKinematicsReporting.cpp46 const auto& bodyResults = bodyKinematics.getReport(); in main()
50 fileAdapter.write("pointKinematics.trc", pointKinematicsReporter.getReport()); in main()
H A DpseudoInverseKinematicsStudy.cpp51 fileAdapter.write("s01_tr2_IK.mot", coordinateReporter.getReport()); in main()
52 fileAdapter.write("s01_tr2_markers.trc", modelMarkerReporter.getReport()); in main()
/dports/biology/hisat2/hisat2-2.2.1/
H A Daln_sink.cpp226 void ReportingState::getReport( in getReport() function in ReportingState
396 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
441 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
502 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
563 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
600 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
636 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
676 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
716 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
772 st.getReport(nconcord, ndiscord, nunpair1, nunpair2, in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java119 Reporter getReport(String title) { in getReport() method
126 Reporter getReport(String title) { in getReport() method
132 Reporter getReport(String title) { in getReport() method
137 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
536 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java119 Reporter getReport(String title) { in getReport() method
126 Reporter getReport(String title) { in getReport() method
132 Reporter getReport(String title) { in getReport() method
137 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
536 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/setup/library/Setup/
H A DSetup.php86 public function getReport() function in Icinga\\Module\\Setup\\Setup
90 $report = $step->getReport();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java124 Reporter getReport(String title) { in getReport() method
131 Reporter getReport(String title) { in getReport() method
137 Reporter getReport(String title) { in getReport() method
142 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
545 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java124 Reporter getReport(String title) { in getReport() method
131 Reporter getReport(String title) { in getReport() method
137 Reporter getReport(String title) { in getReport() method
142 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
545 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java124 Reporter getReport(String title) { in getReport() method
131 Reporter getReport(String title) { in getReport() method
137 Reporter getReport(String title) { in getReport() method
142 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
545 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java124 Reporter getReport(String title) { in getReport() method
131 Reporter getReport(String title) { in getReport() method
137 Reporter getReport(String title) { in getReport() method
142 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
545 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java124 Reporter getReport(String title) { in getReport() method
131 Reporter getReport(String title) { in getReport() method
137 Reporter getReport(String title) { in getReport() method
142 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
545 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java124 Reporter getReport(String title) { in getReport() method
131 Reporter getReport(String title) { in getReport() method
137 Reporter getReport(String title) { in getReport() method
142 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
545 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java124 Reporter getReport(String title) { in getReport() method
131 Reporter getReport(String title) { in getReport() method
137 Reporter getReport(String title) { in getReport() method
142 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
545 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java124 Reporter getReport(String title) { in getReport() method
131 Reporter getReport(String title) { in getReport() method
137 Reporter getReport(String title) { in getReport() method
142 abstract Reporter getReport(String title); in getReport() method in Main.OutputFormat
546 reporter = format.getReport("RMI Benchmark, v" + VERSION); in setupReporter()

12345678910>>...18