Home
last modified time | relevance | path

Searched defs:writer (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java86 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo()
357 protected void writeOpcode(IndentingWriter writer) throws IOException { in writeOpcode()
361 protected void writeTargetLabel(IndentingWriter writer) throws IOException { in writeTargetLabel()
367 protected void writeRegister(IndentingWriter writer, int registerNumber) throws IOException { in writeRegister()
371 protected void writeFirstRegister(IndentingWriter writer) throws IOException { in writeFirstRegister()
375 protected void writeSecondRegister(IndentingWriter writer) throws IOException { in writeSecondRegister()
379 protected void writeThirdRegister(IndentingWriter writer) throws IOException { in writeThirdRegister()
383 protected void writeInvokeRegisters(IndentingWriter writer) throws IOException { in writeInvokeRegisters()
428 protected void writeInvokeRangeRegisters(IndentingWriter writer) throws IOException { in writeInvokeRangeRegisters()
440 protected void writeLiteral(IndentingWriter writer) throws IOException { in writeLiteral()
[all …]
DPackedSwitchMethodItem.java80 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo()
98 public abstract void writeTargetTo(IndentingWriter writer) throws IOException; in writeTargetTo()
106 public void writeTargetTo(IndentingWriter writer) throws IOException { in writeTargetTo()
116 public void writeTargetTo(IndentingWriter writer) throws IOException { in writeTargetTo()
DSparseSwitchMethodItem.java67 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo()
88 public abstract void writeTargetTo(IndentingWriter writer) throws IOException; in writeTargetTo()
98 public void writeTargetTo(IndentingWriter writer) throws IOException { in writeTargetTo()
110 public void writeTargetTo(IndentingWriter writer) throws IOException { in writeTargetTo()
/external/deqp/framework/qphelper/
DqpXmlWriter.c45 static deBool writeEscaped (qpXmlWriter* writer, const char* str) in writeEscaped()
124 qpXmlWriter* writer = (qpXmlWriter*)deCalloc(sizeof(qpXmlWriter)); in qpXmlWriter_createFileWriter() local
135 void qpXmlWriter_destroy (qpXmlWriter* writer) in qpXmlWriter_destroy()
142 static deBool closePending (qpXmlWriter* writer) in closePending()
153 void qpXmlWriter_flush (qpXmlWriter* writer) in qpXmlWriter_flush()
158 deBool qpXmlWriter_startDocument (qpXmlWriter* writer) in qpXmlWriter_startDocument()
175 deBool qpXmlWriter_endDocument (qpXmlWriter* writer) in qpXmlWriter_endDocument()
185 deBool qpXmlWriter_writeString (qpXmlWriter* writer, const char* str) in qpXmlWriter_writeString()
196 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const… in qpXmlWriter_startElement()
237 deBool qpXmlWriter_endElement (qpXmlWriter* writer, const char* elementName) in qpXmlWriter_endElement()
[all …]
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMSerializer.java59 private void escape(Writer writer, String s) throws IOException { in escape()
101 Writer writer = new OutputStreamWriter(out, encoding); in serialize() local
143 private void write(Node node, Writer writer, int depth) throws IOException { in write()
146 writeDocument((Document) node, writer); in write() local
149 writeElement((Element) node, writer, depth); in write() local
173 writeDocumentType((DocumentType) node, writer, depth); in write() local
178 private void writeDocument(Document document, Writer writer) throws IOException { in writeDocument()
191 write(nodes.item(i), writer, 0); in writeDocument() local
195 …private void writeDocumentType(DocumentType docType, Writer writer, int depth) throws IOException { in writeDocumentType()
213 private void writeElement(Element element, Writer writer, int depth) throws IOException { in writeElement()
/external/skia/tests/
DWriter32Test.cpp13 static void check_contents(skiatest::Reporter* reporter, const SkWriter32& writer, in check_contents()
26 SkWriter32 writer(storage, sizeof(storage)); in test_reserve() local
32 SkWriter32 writer(storage, sizeof(storage)); in test_string_null() local
41 SkSWriter32<32> writer; in test_rewind() local
60 SkWriter32 writer; in test_rewind() local
73 SkSWriter32<32> writer; in test_ptr() local
100 static void test1(skiatest::Reporter* reporter, SkWriter32* writer) { in test1()
114 static void test2(skiatest::Reporter* reporter, SkWriter32* writer) { in test2()
145 static void testWritePad(skiatest::Reporter* reporter, SkWriter32* writer) { in testWritePad()
187 static void testOverwriteT(skiatest::Reporter* reporter, SkWriter32* writer) { in testOverwriteT()
[all …]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DClassDefinition.java104 public void writeTo(IndentingWriter writer) throws IOException { in writeTo()
116 private void writeClass(IndentingWriter writer) throws IOException { in writeClass()
123 private void writeAccessFlags(IndentingWriter writer) throws IOException { in writeAccessFlags()
130 private void writeSuper(IndentingWriter writer) throws IOException { in writeSuper()
139 private void writeSourceFile(IndentingWriter writer) throws IOException { in writeSourceFile()
148 private void writeInterfaces(IndentingWriter writer) throws IOException { in writeInterfaces()
163 private void writeAnnotations(IndentingWriter writer) throws IOException { in writeAnnotations()
178 private Set<String> writeStaticFields(IndentingWriter writer) throws IOException { in writeStaticFields()
213 …private void writeInstanceFields(IndentingWriter writer, Set<String> staticFields) throws IOExcept… in writeInstanceFields()
250 private Set<String> writeDirectMethods(IndentingWriter writer) throws IOException { in writeDirectMethods()
[all …]
/external/libxml2/
Dxmlwriter.c483 xmlFreeTextWriter(xmlTextWriterPtr writer) in xmlFreeTextWriter()
525 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version, in xmlTextWriterStartDocument()
645 xmlTextWriterEndDocument(xmlTextWriterPtr writer) in xmlTextWriterEndDocument()
731 xmlTextWriterStartComment(xmlTextWriterPtr writer) in xmlTextWriterStartComment()
815 xmlTextWriterEndComment(xmlTextWriterPtr writer) in xmlTextWriterEndComment()
873 xmlTextWriterWriteFormatComment(xmlTextWriterPtr writer, in xmlTextWriterWriteFormatComment()
898 xmlTextWriterWriteVFormatComment(xmlTextWriterPtr writer, in xmlTextWriterWriteVFormatComment()
930 xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content) in xmlTextWriterWriteComment()
962 xmlTextWriterStartElement(xmlTextWriterPtr writer, const xmlChar * name) in xmlTextWriterStartElement()
1059 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, in xmlTextWriterStartElementNS()
[all …]
/external/smali/baksmali/src/test/java/org/jf/baksmali/
DImplicitReferenceTest.java76 IndentingWriter writer = new IndentingWriter(stringWriter); in testImplicitMethodReferences() local
114 IndentingWriter writer = new IndentingWriter(stringWriter); in testExplicitMethodReferences() local
146 IndentingWriter writer = new IndentingWriter(stringWriter); in testImplicitMethodLiterals() local
178 IndentingWriter writer = new IndentingWriter(stringWriter); in testExplicitMethodLiterals() local
216 IndentingWriter writer = new IndentingWriter(stringWriter); in testImplicitFieldReferences() local
254 IndentingWriter writer = new IndentingWriter(stringWriter); in testExplicitFieldReferences() local
284 IndentingWriter writer = new IndentingWriter(stringWriter); in testImplicitFieldLiterals() local
314 IndentingWriter writer = new IndentingWriter(stringWriter); in testExplicitFieldLiterals() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DIOExtensions.cs49 public static void close( this TextWriter writer ) in close()
55 public static void print<T>( this TextWriter writer, T value ) in print()
61 public static void println( this TextWriter writer ) in println()
67 public static void println<T>( this TextWriter writer, T value ) in println()
73 public static void write<T>( this TextWriter writer, T value ) in write()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DIOExtensions.cs51 public static void close( this TextWriter writer ) in close()
57 public static void print<T>( this TextWriter writer, T value ) in print()
63 public static void println( this TextWriter writer ) in println()
69 public static void println<T>( this TextWriter writer, T value ) in println()
75 public static void write<T>( this TextWriter writer, T value ) in write()
/external/marisa-trie/v0_1_5/tests/
Dio-test.cc24 marisa_alpha::Writer writer; in TestFilename() local
35 marisa_alpha::Writer writer; in TestFilename() local
42 marisa_alpha::Writer writer; in TestFilename() local
83 marisa_alpha::Writer writer; in TestFilename() local
110 marisa_alpha::Writer writer(fd); in TestFd() local
163 marisa_alpha::Writer writer(file); in TestFile() local
202 marisa_alpha::Writer writer(&file); in TestStream() local
/external/marisa-trie/tests/
Dio-test.cc23 marisa::Writer writer; in TestFilename() local
34 marisa::Writer writer; in TestFilename() local
41 marisa::Writer writer; in TestFilename() local
82 marisa::Writer writer; in TestFilename() local
109 marisa::Writer writer(fd); in TestFd() local
162 marisa::Writer writer(file); in TestFile() local
201 marisa::Writer writer(&file); in TestStream() local
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DErrorHandler.java104 ByteArrayISO8859Writer writer= new ByteArrayISO8859Writer(4096); in handle() local
113 …protected void handleErrorPage(HttpServletRequest request, Writer writer, int code, String message) in handleErrorPage()
120 …protected void writeErrorPage(HttpServletRequest request, Writer writer, int code, String message,… in writeErrorPage()
134 …protected void writeErrorPageHead(HttpServletRequest request, Writer writer, int code, String mess… in writeErrorPageHead()
150 …protected void writeErrorPageBody(HttpServletRequest request, Writer writer, int code, String mess… in writeErrorPageBody()
164 …protected void writeErrorPageMessage(HttpServletRequest request, Writer writer, int code, String m… in writeErrorPageMessage()
177 protected void writeErrorPageStacks(HttpServletRequest request, Writer writer) in writeErrorPageStacks()
249 protected void write(Writer writer,String string) in write()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxerutil.cpp160 int32 SerializeInt(IMkvWriter* writer, int64 value, int32 size) { in SerializeInt()
180 int32 SerializeFloat(IMkvWriter* writer, float f) { in SerializeFloat()
208 int32 WriteUInt(IMkvWriter* writer, uint64 value) { in WriteUInt()
217 int32 WriteUIntSize(IMkvWriter* writer, uint64 value, int32 size) { in WriteUIntSize()
251 int32 WriteID(IMkvWriter* writer, uint64 type) { in WriteID()
262 bool WriteEbmlMasterElement(IMkvWriter* writer, uint64 type, uint64 size) { in WriteEbmlMasterElement()
275 bool WriteEbmlElement(IMkvWriter* writer, uint64 type, uint64 value) { in WriteEbmlElement()
292 bool WriteEbmlElement(IMkvWriter* writer, uint64 type, float value) { in WriteEbmlElement()
308 bool WriteEbmlElement(IMkvWriter* writer, uint64 type, const char* value) { in WriteEbmlElement()
325 bool WriteEbmlElement(IMkvWriter* writer, uint64 type, const uint8* value, in WriteEbmlElement()
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DAppendableWriterTest.java63 Writer writer = new AppendableWriter(builder); in testWriteMethods() local
77 Writer writer = new AppendableWriter(builder); in testAppendMethods() local
89 Writer writer = new AppendableWriter(spy); in testCloseFlush() local
106 Writer writer = new AppendableWriter(builder); in testCloseIsFinal() local
/external/deqp/execserver/
DxsProtocol.cpp160 MessageWriter writer(type, buf); in writeNoData() local
173 MessageWriter writer(type, buf); in write() local
187 MessageWriter writer(type, buf); in write() local
204 MessageWriter writer(type, buf); in write() local
221 MessageWriter writer(type, buf); in write() local
235 MessageWriter writer(type, buf); in write() local
249 MessageWriter writer(type, buf); in write() local
263 MessageWriter writer(type, buf); in write() local
/external/libxml2/doc/examples/
DtestWriter.c72 xmlTextWriterPtr writer; in testXmlwriterFilename() local
340 xmlTextWriterPtr writer; in testXmlwriterMemory() local
626 xmlTextWriterPtr writer; in testXmlwriterDoc() local
878 xmlTextWriterPtr writer; in testXmlwriterTree() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DReferenceUtil.java63 …public static void writeMethodDescriptor(Writer writer, MethodReference methodReference) throws IO… in writeMethodDescriptor()
67 public static void writeMethodDescriptor(Writer writer, MethodReference methodReference, in writeMethodDescriptor()
106 …public static void writeFieldDescriptor(Writer writer, FieldReference fieldReference) throws IOExc… in writeFieldDescriptor()
110 public static void writeFieldDescriptor(Writer writer, FieldReference fieldReference, in writeFieldDescriptor()
/external/skia/src/xml/
DSkBML_XMLParser.cpp86 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in rattr()
121 static void relem(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in relem()
164 void BML_XMLParser::Read(SkStream& s, SkXMLWriter& writer) in Read()
173 SkXMLStreamWriter writer(&output); in Read() local
179 SkXMLParserWriter writer(&output); in Read() local
/external/proguard/src/proguard/io/
DDataEntryRewriter.java58 Writer writer = new BufferedWriter(new OutputStreamWriter(outputStream)); in copyData() local
72 Writer writer) in copyData()
116 private void writeUpdatedWord(Writer writer, String word) in writeUpdatedWord()
/external/libvpx/libvpx/
Dvideo_writer.c38 VpxVideoWriter *writer = NULL; in vpx_video_writer_open() local
59 void vpx_video_writer_close(VpxVideoWriter *writer) { in vpx_video_writer_close()
70 int vpx_video_writer_write_frame(VpxVideoWriter *writer, in vpx_video_writer_write_frame()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Renderers/
DLongRenderer.java36 public static void writeTo(IndentingWriter writer, long val) throws IOException { in writeTo()
48 public static void writeSignedIntOrLongTo(IndentingWriter writer, long val) throws IOException { in writeSignedIntOrLongTo()
DByteRenderer.java36 public static void writeTo(IndentingWriter writer, byte val) throws IOException { in writeTo()
48 public static void writeUnsignedTo(IndentingWriter writer, byte val) throws IOException { in writeUnsignedTo()
DIntegerRenderer.java36 public static void writeTo(IndentingWriter writer, int val) throws IOException { in writeTo()
46 public static void writeUnsignedTo(IndentingWriter writer, int val) throws IOException { in writeUnsignedTo()

12345678910>>...19