Searched refs:OutputWriter (Results 1 - 13 of 13) sorted by relevance

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
H A D__init__.py14 from .output_writer import OutputWriter namespace
H A Doutput_writer.py19 class OutputWriter(shard_life_cycle._ShardLifeCycle, json_util.JsonMixin): class in inherits:shard_life_cycle._ShardLifeCycle, json_util.JsonMixin
22 OutputWriter's lifecycle:
55 """Creates an instance of the OutputWriter for the given json state.
63 An instance of the OutputWriter that can resume writing.
73 A json-serializable state for the OutputWriter instance.
H A Dmap_job_config.py53 output_writer_cls = _Option(output_writers.OutputWriter,
183 # issubclass(output_writer_cls, output_writer.OutputWriter)):
/external/proguard/src/proguard/
H A DOutputWriter.java35 public class OutputWriter class
41 * Creates a new OutputWriter to write output class files as specified by
44 public OutputWriter(Configuration configuration) method in class:OutputWriter
H A DProGuard.java396 new OutputWriter(configuration).execute(programClassPool);
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAbstractHttpConnection.java122 protected volatile OutputWriter _writer;
372 _writer=new OutputWriter();
1264 public class OutputWriter extends HttpWriter class in class:AbstractHttpConnection
1266 OutputWriter() method in class:AbstractHttpConnection.OutputWriter
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Doutput_writers.py30 "OutputWriter",
85 class OutputWriter(json_util.JsonMixin): class in inherits:json_util.JsonMixin
91 OutputWriter's lifecycle is the following:
155 """Creates an instance of the OutputWriter for the given json state.
158 state: The OutputWriter state as a dict-like object.
161 An instance of the OutputWriter configured using the values of json.
169 A json-izable version of the OutputWriter state.
453 OutputWriter):
H A Dshuffler.py404 class _HashingGCSOutputWriter(output_writers.OutputWriter):
405 """An OutputWriter which outputs data into GCS in key-value format.
448 """Creates an instance of the OutputWriter for the given json state.
451 json: The OutputWriter state as a dict-like object.
454 An instance of the OutputWriter configured using the values of json.
462 A json-izable version of the OutputWriter state.
H A Dhandlers.py488 isinstance(tstate.output_writer, output_writers.OutputWriter)):
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 241 milliseconds