HomeSort by relevance Sort by last modified time
    Searched refs:writer (Results 101 - 125 of 2358) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
CSVGroupHandler.java 27 private final ClassRowWriter writer; field in class:CSVGroupHandler
31 public CSVGroupHandler(final ClassRowWriter writer) {
32 this(writer, null);
35 private CSVGroupHandler(final ClassRowWriter writer, final String groupName) {
36 this.writer = writer;
46 writer.writeRow(name, packageName, c);
52 return new CSVGroupHandler(writer, appendName(name));
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLDocument.java 19 import java.io.Writer;
39 * Writes a new document to the given writer. The document might contain a
52 * @param writer
53 * writer for content output
55 * in case of problems with the writer
59 final boolean standalone, final Writer writer) throws IOException {
60 super(writer, rootnode);
61 writeHeader(rootnode, pubId, system, encoding, standalone, writer);
82 * in case of problems with the writer
    [all...]
  /external/libvpx/libvpx/
video_writer.h 27 // Finds and opens writer for specified container format.
36 void vpx_video_writer_close(VpxVideoWriter *writer);
39 int vpx_video_writer_write_frame(VpxVideoWriter *writer,
  /external/skia/src/svg/
SkSVGCanvas.cpp 11 SkCanvas* SkSVGCanvas::Create(const SkRect& bounds, SkXMLWriter* writer) {
14 SkAutoTUnref<SkBaseDevice> device(SkSVGDevice::Create(size, writer));
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/
BeginEpilogueMethodItem.java 44 public boolean writeTo(IndentingWriter writer) throws IOException {
45 writer.write(".prologue");
EndPrologueMethodItem.java 44 public boolean writeTo(IndentingWriter writer) throws IOException {
45 writer.write(".prologue");
SetSourceFileMethodItem.java 51 public boolean writeTo(IndentingWriter writer) throws IOException {
52 writer.write(".source");
55 writer.write(" \"");
56 StringUtils.writeEscapedString(writer, sourceFile);
57 writer.write('"');
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Renderers/
CharRenderer.java 37 public static void writeTo(IndentingWriter writer, char val) throws IOException {
38 writer.write('\'');
39 StringUtils.writeEscapedChar(writer, val);
40 writer.write('\'');
DoubleRenderer.java 36 public static void writeTo(IndentingWriter writer, double val) throws IOException {
37 writer.write(Double.toString(val));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_writer.h 27 // Finds and opens writer for specified container format.
36 void vpx_video_writer_close(VpxVideoWriter *writer);
39 int vpx_video_writer_write_frame(VpxVideoWriter *writer,
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
LoggingProfiler.java 20 * output to the provided writer.
23 private final Writer mWriter;
26 public LoggingProfiler(Writer writer) {
27 mWriter = writer;
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/
condense.cpp 7 #include "rapidjson/writer.h"
20 // Prepare JSON writer and output stream.
23 Writer<FileWriteStream> writer(os);
25 // JSON reader parse from the input stream and let writer generate the output.
26 if (!reader.Parse(is, writer)) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/pretty/
pretty.cpp 18 // Prepare writer and output stream.
21 PrettyWriter<FileWriteStream> writer(os);
23 // JSON reader parse from the input stream and let writer generate the output.
24 if (!reader.Parse<kParseValidateEncodingFlag>(is, writer)) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/simpledom/
simpledom.cpp 5 #include "rapidjson/writer.h"
23 Writer<StringBuffer> writer(buffer);
24 d.Accept(writer);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 22 int32 SerializeInt(IMkvWriter* writer, int64 value, int32 size);
37 int32 WriteUInt(IMkvWriter* writer, uint64 value);
42 int32 WriteUIntSize(IMkvWriter* writer, uint64 value, int32 size);
45 bool WriteEbmlMasterElement(IMkvWriter* writer, uint64 value, uint64 size);
49 int32 WriteID(IMkvWriter* writer, uint64 type);
52 bool WriteEbmlElement(IMkvWriter* writer, uint64 type, uint64 value);
53 bool WriteEbmlElement(IMkvWriter* writer, uint64 type, float value);
54 bool WriteEbmlElement(IMkvWriter* writer, uint64 type, const char* value);
55 bool WriteEbmlElement(IMkvWriter* writer,
70 uint64 WriteSimpleBlock(IMkvWriter* writer,
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamWriterTest.java 42 private OutputStreamWriter writer; field in class:OutputStreamWriterTest
64 writer = new OutputStreamWriter(out, "utf-8");
76 writer.close();
90 writer.flush();
91 writer.close();
93 writer.flush();
101 writer.write(source);
102 writer.flush();
115 writer.write((char[]) null, -1, -1);
123 writer.write((char[]) null, 1, -1)
434 FileWriter writer = new FileWriter(f); local
581 OutputStreamWriter writer = new OutputStreamWriter(bout, local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursorLoader.java 172 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) {
173 super.dump(prefix, fd, writer, args);
174 writer.print(prefix); writer.print("mUri="); writer.println(mUri);
175 writer.print(prefix); writer.print("mProjection=");
176 writer.println(Arrays.toString(mProjection));
177 writer.print(prefix); writer.print("mSelection="); writer.println(mSelection)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
DefaultTable.py 20 def toXML(self, writer, ttFont, progress=None):
22 writer.comment("An error occurred during the decompilation of this table")
23 writer.newline()
24 writer.comment(self.ERROR)
25 writer.newline()
26 writer.begintag("hexdata")
27 writer.newline()
28 writer.dumphex(self.compile(ttFont))
29 writer.endtag("hexdata")
30 writer.newline(
    [all...]
BitmapGlyphMetrics.py 32 def toXML(self, writer, ttFont):
33 writer.begintag(self.__class__.__name__)
34 writer.newline()
36 writer.simpletag(metricName, value=getattr(self, metricName))
37 writer.newline()
38 writer.endtag(self.__class__.__name__)
39 writer.newline()
  /external/dbus/dbus/
dbus-marshal-recursive.c 38 static void _dbus_type_writer_set_enabled (DBusTypeWriter *writer,
40 static dbus_bool_t _dbus_type_writer_write_reader_partial (DBusTypeWriter *writer,
1165 DBusTypeWriter writer; local
1274 DBusTypeWriter writer; local
    [all...]
  /external/proguard/src/proguard/
ConfigurationWriter.java 46 private final PrintWriter writer; field in class:ConfigurationWriter
73 public ConfigurationWriter(PrintWriter writer) throws IOException
75 this.writer = writer;
84 writer.close();
99 writer.println();
105 writer.println();
153 writer.println();
164 if (writer.checkError())
184 writer.print(optionName)
652 ConfigurationWriter writer = new ConfigurationWriter(new File(args[0])); local
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
ReferenceUtil.java 40 import java.io.Writer;
63 public static void writeMethodDescriptor(Writer writer, MethodReference methodReference) throws IOException {
64 writeMethodDescriptor(writer, methodReference, false);
67 public static void writeMethodDescriptor(Writer writer, MethodReference methodReference,
70 writer.write(methodReference.getDefiningClass());
71 writer.write("->");
73 writer.write(methodReference.getName());
74 writer.write('(')
    [all...]
  /frameworks/base/core/java/android/content/
Loader.java 536 * @param writer A PrintWriter to which the dump is to be set.
539 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) {
540 writer.print(prefix); writer.print("mId="); writer.print(mId);
541 writer.print(" mListener="); writer.println(mListener);
543 writer.print(prefix); writer.print("mStarted="); writer.print(mStarted)
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 518 * @param writer A PrintWriter to which the dump is to be set.
521 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) {
522 writer.print(prefix); writer.print("mId="); writer.print(mId);
523 writer.print(" mListener="); writer.println(mListener);
525 writer.print(prefix); writer.print("mStarted="); writer.print(mStarted)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
DefaultHandler.java 120 ByteArrayISO8859Writer writer = new ByteArrayISO8859Writer(1500); local
122 writer.write("<HTML>\n<HEAD>\n<TITLE>Error 404 - Not Found");
123 writer.write("</TITLE>\n<BODY>\n<H2>Error 404 - Not Found.</H2>\n");
124 writer.write("No context on this server matched or handled this request.<BR>");
128 writer.write("Contexts known to this server are: <ul>");
138 writer.write("<li><a href=\"");
140 writer.write("http://"+context.getVirtualHosts()[0]+":"+request.getLocalPort());
141 writer.write(context.getContextPath());
143 writer.write("/");
144 writer.write("\">")
    [all...]

Completed in 488 milliseconds

1 2 3 45 6 7 8 91011>>