Home
last modified time | relevance | path

Searched refs:DummyReporter (Results 1 – 11 of 11) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/convert/
H A Dgui_conversion.py11 from calibre.customize.conversion import OptionRecommendation, DummyReporter
17 def gui_convert(input, output, recommendations, notification=DummyReporter(),
31 def gui_convert_recipe(input, output, recommendations, notification=DummyReporter(),
39 def gui_convert_override(input, output, recommendations, notification=DummyReporter(),
47 notification=DummyReporter(), log=None):
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/
H A DTaskAttemptContextImpl.java44 this(conf, taskId, new DummyReporter()); in TaskAttemptContextImpl()
101 public static class DummyReporter extends StatusReporter { class in TaskAttemptContextImpl
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/customize/
H A Dconversion.py88 class DummyReporter: class
190 self.report_progress = DummyReporter()
321 self.report_progress = DummyReporter()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/catalogs/
H A Dcsv_xml.py14 from calibre.customize.conversion import DummyReporter
53 def run(self, path_to_output, opts, db, notification=DummyReporter()):
H A Dbibtex.py15 from calibre.customize.conversion import DummyReporter
110 def run(self, path_to_output, opts, db, notification=DummyReporter()):
H A Depub_mobi.py14 from calibre.customize.conversion import OptionRecommendation, DummyReporter
192 def run(self, path_to_output, opts, db, notification=DummyReporter()):
H A Depub_mobi_builder.py25 from calibre.customize.conversion import DummyReporter
147 report_progress=DummyReporter(),
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/
H A DTestResourceUsageEmulators.java267 private static class DummyReporter extends StatusReporter { class in TestResourceUsageEmulators
270 DummyReporter(Progressive progress) { in DummyReporter() method in TestResourceUsageEmulators.DummyReporter
337 StatusReporter reporter = new DummyReporter(progress); in testResourceUsageMatcherRunner()
H A DTestGridMixClasses.java73 import org.apache.hadoop.mapreduce.task.TaskAttemptContextImpl.DummyReporter;
182 StatusReporter reporter = new TaskAttemptContextImpl.DummyReporter(); in testLoadMapper()
676 StatusReporter reporter = new DummyReporter(); in testLoadJobLoadReducer()
849 StatusReporter reporter = new TaskAttemptContextImpl.DummyReporter(); in testSleepMapper()
900 StatusReporter reporter = new DummyReporter(); in testSleepReducer()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/test/org/apache/hadoop/mapred/gridmix/
H A DTestResourceUsageEmulators.java278 private static class DummyReporter extends StatusReporter { class in TestResourceUsageEmulators
281 DummyReporter(Progressive progress) { in DummyReporter() method in TestResourceUsageEmulators.DummyReporter
348 StatusReporter reporter = new DummyReporter(progress); in testResourceUsageMatcherRunner()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/conversion/
H A Dplumber.py11 from calibre.customize.conversion import OptionRecommendation, DummyReporter
87 def __init__(self, input, output, log, report_progress=DummyReporter(),