Searched refs:Writer (Results 26 - 50 of 225) sorted by relevance

123456789

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp1 //===-- X86MachObjectWriter.cpp - X86 Mach-O Writer -----------------------===//
27 bool RecordScatteredRelocation(MachObjectWriter *Writer,
35 void RecordTLVPRelocation(MachObjectWriter *Writer,
43 void RecordX86Relocation(MachObjectWriter *Writer,
50 void RecordX86_64Relocation(MachObjectWriter *Writer,
63 void RecordRelocation(MachObjectWriter *Writer,
67 if (Writer->is64Bit())
68 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
71 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
100 void X86MachObjectWriter::RecordX86_64Relocation(MachObjectWriter *Writer, argument
357 RecordScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
452 RecordTLVPRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
500 RecordX86Relocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/deqp/executor/tools/
H A DxeBatchResultToXml.cpp144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals)
178 xe::xml::Writer& m_writer;
183 static void writeTotals (xe::xml::Writer& writer, const BatchResultTotals& totals)
185 using xe::xml::Writer;
189 writer << Writer::BeginElement("ResultTotals");
193 writer << Writer::Attribute(xe::getTestStatusCodeName((xe::TestStatusCode)code), de::toString(totals.countByCode[code]).c_str());
197 writer << Writer::Attribute("All", de::toString(totalCases).c_str())
198 << Writer::EndElement;
204 xe::xml::Writer writer (out);
214 writer << xe::xml::Writer
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DCharStreamsTest.java37 import java.io.Writer;
52 static final OutputSupplier<? extends Writer> BROKEN_WRITE
58 static final OutputSupplier<? extends Writer> BROKEN_CLOSE_OUTPUT
64 static final OutputSupplier<? extends Writer> BROKEN_GET_OUTPUT
69 private static final ImmutableSet<OutputSupplier<? extends Writer>> BROKEN_OUTPUTS
159 CheckCloseSupplier.Output<Writer> okWrite
160 = newCheckWriter(new OutputSupplier<Writer>() {
162 public Writer getOutput() {
167 CheckCloseSupplier.Output<Writer> brokenWrite
228 InputSupplier<? extends Reader> in, OutputSupplier<? extends Writer> ou
[all...]
H A DAppendableWriterTest.java22 import java.io.Writer;
63 Writer writer = new AppendableWriter(builder);
77 Writer writer = new AppendableWriter(builder);
89 Writer writer = new AppendableWriter(spy);
106 Writer writer = new AppendableWriter(builder);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp1 //===-- PPCMachObjectWriter.cpp - PPC Mach-O Writer -----------------------===//
27 bool RecordScatteredRelocation(MachObjectWriter *Writer,
34 void RecordPPCRelocation(MachObjectWriter *Writer, const MCAssembler &Asm,
44 void RecordRelocation(MachObjectWriter *Writer, const MCAssembler &Asm,
48 if (Writer->is64Bit()) {
51 RecordPPCRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
193 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout,
199 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
215 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
217 Writer
192 RecordScatteredRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
304 RecordPPCRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DDiskCacheAdapter.java14 public void put(Key key, Writer writer) { }
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DTwoColumnOutput.java23 import java.io.Writer;
32 private final Writer out;
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
136 public Writer getLeft() {
145 public Writer getRight() {
233 Writer out)
248 private static void writeSpaces(Writer out, int amt) throws IOException {
H A DIndentingWriter.java21 import java.io.Writer;
24 * Writer that wraps another writer and passes width-limited and
56 public IndentingWriter(Writer out, int width, String prefix) {
85 public IndentingWriter(Writer out, int width) {
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DCharSinkTester.java25 import java.io.Writer;
30 * Tests behaviour common to all implementations of {@link Writer}. This adapts
42 public abstract Writer create() throws Exception;
96 Writer out = create();
104 Writer out = create();
117 Writer out = create();
129 Writer out = create();
141 Writer out = create();
172 Writer out = create();
181 Writer ou
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DWriterChain.java26 * It is unfortunate that java.io.Writer is a class rather than an interface.
27 * The serializer has a number of classes that extend java.io.Writer
28 * and which send their ouput to a yet another wrapped Writer or OutputStream.
31 * the important methods defined on the java.io.Writer class, namely these:
42 * the base class rather than to the wrapped Writer or OutputStream.
45 * the next writer in the chain. In addition there are methods to obtain the Writer or
53 /** This method forces us to over-ride the method defined in java.io.Writer */
55 /** This method forces us to over-ride the method defined in java.io.Writer */
57 /** This method forces us to over-ride the method defined in java.io.Writer */
59 /** This method forces us to over-ride the method defined in java.io.Writer */
[all...]
H A DWriterToASCI.java25 import java.io.Writer;
39 class WriterToASCI extends Writer implements WriterChain
151 public Writer getWriter()
/external/chromium_org/tools/gn/
H A Dconfig_values_extractors.h74 template<typename T, class Writer>
78 const Writer& writer,
88 template<typename T, class Writer>
92 const Writer& writer,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp1 //===-- AArch64MachObjectWriter.cpp - ARM Mach Object Writer --------------===//
36 void RecordRelocation(MachObjectWriter *Writer, const MCAssembler &Asm,
116 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout,
119 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
209 Writer->addRelocation(Fragment->getParent(), MRE);
245 : Writer->getSymbolAddress(&A_SD, Layout)) -
248 : Writer->getSymbolAddress(A_Base, Layout));
250 : Writer->getSymbolAddress(&B_SD, Layout)) -
253 : Writer->getSymbolAddress(B_Base, Layout));
263 Writer
115 RecordRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DTwoColumnOutput.java38 import java.io.Writer;
47 private final Writer out;
64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth,
149 private static void writeSpaces(Writer out, int amt) throws IOException {
H A DIndentingWriter.java32 import java.io.Writer;
34 public class IndentingWriter extends Writer {
35 protected final Writer writer;
41 public IndentingWriter(Writer writer) {
136 public Writer append(CharSequence charSequence) throws IOException {
142 public Writer append(CharSequence charSequence, int start, int len) throws IOException {
148 public Writer append(char c) throws IOException {
H A DWrappedIndentingWriter.java36 import java.io.Writer;
39 * Writer that wraps another writer and passes width-limited and
71 public WrappedIndentingWriter(Writer out, int width, String prefix) {
100 public WrappedIndentingWriter(Writer out, int width) {
/external/chromium_org/extensions/browser/
H A Dcomputed_hashes.h44 class Writer { class in class:extensions::ComputedHashes
46 Writer();
47 ~Writer();
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java12 import java.io.Writer;
30 public HTMLWriter (final Writer out)
116 private Writer m_out;
/external/proguard/src/proguard/io/
H A DDataEntryRewriter.java58 Writer writer = new BufferedWriter(new OutputStreamWriter(outputStream));
72 Writer writer)
116 private void writeUpdatedWord(Writer writer, String word)
/external/smack/asmack-master/static-src/custom/de/measite/smack/
H A DAndroidDebugger.java13 import java.io.Writer;
38 private Writer writer;
43 public AndroidDebugger(Connection connection, Writer writer, Reader reader) {
66 // Create a special Writer that wraps the main Writer and logs data to the GUI.
145 public Writer newConnectionWriter(Writer newWriter) {
173 public Writer getWriter() {
/external/smack/src/de/measite/smack/
H A DAndroidDebugger.java13 import java.io.Writer;
38 private Writer writer;
43 public AndroidDebugger(Connection connection, Writer writer, Reader reader) {
66 // Create a special Writer that wraps the main Writer and logs data to the GUI.
145 public Writer newConnectionWriter(Writer newWriter) {
173 public Writer getWriter() {
/external/smack/src/org/jivesoftware/smack/debugger/
H A DConsoleDebugger.java27 import java.io.Writer;
52 private Writer writer;
57 public ConsoleDebugger(Connection connection, Writer writer, Reader reader) {
80 // Create a special Writer that wraps the main Writer and logs data to the GUI.
159 public Writer newConnectionWriter(Writer newWriter) {
187 public Writer getWriter() {
/external/smack/src/org/jivesoftware/smack/util/
H A DObservableWriter.java27 * An ObservableWriter is a wrapper on a Writer that notifies to its listeners when
32 public class ObservableWriter extends Writer {
34 Writer wrappedWriter = null;
37 public ObservableWriter(Writer wrappedWriter) {
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_media_features.py14 class MakeMediaFeaturesWriter(in_generator.Writer):
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSToolFile.py11 class Writer(object): class in inherits:object

Completed in 1999 milliseconds

123456789