/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
D | InstructionMethodItem.java | 59 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo() 215 protected void writeOpcode(IndentingWriter writer) throws IOException { in writeOpcode() 219 protected void writeTargetLabel(IndentingWriter writer) throws IOException { in writeTargetLabel() 225 protected void writeRegister(IndentingWriter writer, int registerNumber) throws IOException { in writeRegister() 229 protected void writeFirstRegister(IndentingWriter writer) throws IOException { in writeFirstRegister() 233 protected void writeSecondRegister(IndentingWriter writer) throws IOException { in writeSecondRegister() 237 protected void writeThirdRegister(IndentingWriter writer) throws IOException { in writeThirdRegister() 241 protected void writeInvokeRegisters(IndentingWriter writer) throws IOException { in writeInvokeRegisters() 286 protected void writeInvokeRangeRegisters(IndentingWriter writer) throws IOException { in writeInvokeRangeRegisters() 298 protected void writeLiteral(IndentingWriter writer) throws IOException { in writeLiteral() [all …]
|
D | PackedSwitchMethodItem.java | 79 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo() 94 public abstract void writeTargetTo(IndentingWriter writer) throws IOException; in writeTargetTo() 99 public void writeTargetTo(IndentingWriter writer) throws IOException { in writeTargetTo() 106 public void writeTargetTo(IndentingWriter writer) throws IOException { in writeTargetTo()
|
D | SparseSwitchMethodItem.java | 80 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo() 96 public abstract void writeTargetTo(IndentingWriter writer) throws IOException; in writeTargetTo() 101 public void writeTargetTo(IndentingWriter writer) throws IOException { in writeTargetTo() 108 public void writeTargetTo(IndentingWriter writer) throws IOException { in writeTargetTo()
|
D | UnresolvedOdexInstructionMethodItem.java | 42 public boolean writeTo(IndentingWriter writer) throws IOException { in writeTo() 47 private void writeThrowTo(IndentingWriter writer) throws IOException { in writeThrowTo()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
D | ClassDefinition.java | 128 public void writeTo(IndentingWriter writer) throws IOException { in writeTo() 141 private void writeClass(IndentingWriter writer) throws IOException { in writeClass() 148 private void writeAccessFlags(IndentingWriter writer) throws IOException { in writeAccessFlags() 155 private void writeSuper(IndentingWriter writer) throws IOException { in writeSuper() 164 private void writeSourceFile(IndentingWriter writer) throws IOException { in writeSourceFile() 173 private void writeInterfaces(IndentingWriter writer) throws IOException { in writeInterfaces() 193 private void writeAnnotations(IndentingWriter writer) throws IOException { in writeAnnotations() 209 private void writeStaticFields(IndentingWriter writer) throws IOException { in writeStaticFields() 254 private void writeInstanceFields(IndentingWriter writer) throws IOException { in writeInstanceFields() 279 private void writeDirectMethods(IndentingWriter writer) throws IOException { in writeDirectMethods() [all …]
|
D | ReferenceFormatter.java | 38 public static void writeReference(IndentingWriter writer, Item item) throws IOException { in writeReference() 55 …public static void writeMethodReference(IndentingWriter writer, MethodIdItem item) throws IOExcept… in writeMethodReference() 62 …public static void writeFieldReference(IndentingWriter writer, FieldIdItem item) throws IOExceptio… in writeFieldReference() 70 …public static void writeStringReference(IndentingWriter writer, StringIdItem item) throws IOExcept… in writeStringReference() 76 …public static void writeTypeReference(IndentingWriter writer, TypeIdItem item) throws IOException { in writeTypeReference()
|
D | DebugMethodItem.java | 51 protected static void writeLine(IndentingWriter writer, int line) throws IOException { in writeLine() 56 protected static void writeEndPrologue(IndentingWriter writer) throws IOException { in writeEndPrologue() 60 protected static void writeBeginEpilogue(IndentingWriter writer) throws IOException { in writeBeginEpilogue() 64 protected static void writeStartLocal(IndentingWriter writer, CodeItem codeItem, int register, in writeStartLocal() 80 …protected static void writeEndLocal(IndentingWriter writer, CodeItem codeItem, int register, Strin… in writeEndLocal() 99 protected static void writeRestartLocal(IndentingWriter writer, CodeItem codeItem, int register, in writeRestartLocal() 118 protected static void writeSetFile(IndentingWriter writer, String fileName) throws IOException { in writeSetFile()
|
D | AnnotationFormatter.java | 41 …public static void writeTo(IndentingWriter writer, AnnotationSetItem annotationSet) throws IOExcep… in writeTo() 53 …public static void writeTo(IndentingWriter writer, AnnotationItem annotationItem) throws IOExcepti… in writeTo()
|
D | FieldDefinition.java | 42 public static void writeTo(IndentingWriter writer, ClassDataItem.EncodedField encodedField, in writeTo() 81 …private static void writeAccessFlags(IndentingWriter writer, ClassDataItem.EncodedField encodedFie… in writeAccessFlags()
|
D | RegisterFormatter.java | 53 …public static void writeRegisterRange(IndentingWriter writer, CodeItem codeItem, int startRegister, in writeRegisterRange() 89 …public static void writeTo(IndentingWriter writer, CodeItem codeItem, int register) throws IOExcep… in writeTo()
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMSerializer.java | 59 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | IOExtensions.cs | 49 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/ |
D | IOExtensions.cs | 51 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/libxml2/ |
D | xmlwriter.c | 475 xmlFreeTextWriter(xmlTextWriterPtr writer) in xmlFreeTextWriter() 517 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version, in xmlTextWriterStartDocument() 637 xmlTextWriterEndDocument(xmlTextWriterPtr writer) in xmlTextWriterEndDocument() 723 xmlTextWriterStartComment(xmlTextWriterPtr writer) in xmlTextWriterStartComment() 807 xmlTextWriterEndComment(xmlTextWriterPtr writer) in xmlTextWriterEndComment() 865 xmlTextWriterWriteFormatComment(xmlTextWriterPtr writer, in xmlTextWriterWriteFormatComment() 890 xmlTextWriterWriteVFormatComment(xmlTextWriterPtr writer, in xmlTextWriterWriteVFormatComment() 922 xmlTextWriterWriteComment(xmlTextWriterPtr writer, const xmlChar * content) in xmlTextWriterWriteComment() 954 xmlTextWriterStartElement(xmlTextWriterPtr writer, const xmlChar * name) in xmlTextWriterStartElement() 1051 xmlTextWriterStartElementNS(xmlTextWriterPtr writer, in xmlTextWriterStartElementNS() [all …]
|
/external/skia/tests/ |
D | Writer32Test.cpp | 15 static void test1(skiatest::Reporter* reporter, SkWriter32* writer) { in test1() 30 static void test2(skiatest::Reporter* reporter, SkWriter32* writer) { in test2() 59 SkWriter32 writer(256 * 4); in Tests() local 69 SkWriter32 writer(0); in Tests() local
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | AppendableWriterTest.java | 63 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/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/ |
D | AnnotationEncodedValueAdaptor.java | 39 public static void writeTo(IndentingWriter writer, AnnotationEncodedSubValue encodedAnnotation) in writeTo() 49 …public static void writeElementsTo(IndentingWriter writer, AnnotationEncodedSubValue encodedAnnota… in writeElementsTo()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Renderers/ |
D | LongRenderer.java | 36 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()
|
D | ByteRenderer.java | 36 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()
|
D | IntegerRenderer.java | 36 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()
|
/external/chromium/chrome/common/ |
D | important_file_writer_unittest.cc | 60 ImportantFileWriter writer(file_, in TEST_F() local 71 ImportantFileWriter writer(file_, in TEST_F() local 87 ImportantFileWriter writer(file_, in TEST_F() local 103 ImportantFileWriter writer(file_, in TEST_F() local
|
/external/proguard/src/proguard/io/ |
D | DataEntryRewriter.java | 58 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/dbus/dbus/ |
D | dbus-marshal-recursive.c | 1153 DBusTypeWriter writer; in replacement_block_replace() local 1262 DBusTypeWriter writer; in reader_set_basic_variable_length() local 1478 _dbus_type_writer_init (DBusTypeWriter *writer, in _dbus_type_writer_init() 1513 _dbus_type_writer_init_types_delayed (DBusTypeWriter *writer, in _dbus_type_writer_init_types_delayed() 1531 _dbus_type_writer_add_types (DBusTypeWriter *writer, in _dbus_type_writer_add_types() 1548 _dbus_type_writer_remove_types (DBusTypeWriter *writer) in _dbus_type_writer_remove_types() 1569 _dbus_type_writer_init_values_only (DBusTypeWriter *writer, in _dbus_type_writer_init_values_only() 1584 _dbus_type_writer_write_basic_no_typecode (DBusTypeWriter *writer, in _dbus_type_writer_write_basic_no_typecode() 1621 writer_recurse_init_and_check (DBusTypeWriter *writer, in writer_recurse_init_and_check() 1687 write_or_verify_typecode (DBusTypeWriter *writer, in write_or_verify_typecode() [all …]
|
/external/skia/src/xml/ |
D | SkBML_XMLParser.cpp | 86 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/ |
D | DataEntryWriterFactory.java | 48 DataEntryWriter writer = null; in createDataEntryWriter() local 93 DataEntryWriter writer = new DirectoryWriter(classPathEntry.getFile(), in createClassPathEntryWriter() local 123 private static DataEntryWriter wrapInJarWriter(DataEntryWriter writer, in wrapInJarWriter()
|