HomeSort by relevance Sort by last modified time
    Searched refs:Writer (Results 276 - 300 of 1308) sorted by null

<<11121314151617181920>>

  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 5 import java.io.Writer;
98 * Set the output to the given writer.
101 void setOutput (Writer writer)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 42 import java.io.Writer;
132 final Writer writer = new OutputStreamWriter(stream); local
138 writeHeader(writer, "Date", date);
140 writeEncodedHeader(writer, "Subject", message.mSubject);
142 writeHeader(writer, "Message-ID", message.mMessageId);
144 writeAddressHeader(writer, "From", message.mFrom);
145 writeAddressHeader(writer, "To", message.mTo);
146 writeAddressHeader(writer, "Cc", message.mCc);
150 writeAddressHeader(writer, "Bcc", message.mBcc)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
capitalize.cpp 7 #include "rapidjson/writer.h"
53 // Prepare JSON writer and output stream.
56 Writer<FileWriteStream> writer(os);
58 // JSON reader parse from the input stream and let writer generate the output.
59 CapitalizeFilter<Writer<FileWriteStream> > filter(writer);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 48 Error commit(BinaryStreamWriter &Writer) const;
76 static Error writeSparseBitVector(BinaryStreamWriter &Writer,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 48 Error commit(BinaryStreamWriter &Writer) const;
76 static Error writeSparseBitVector(BinaryStreamWriter &Writer,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 48 Error commit(BinaryStreamWriter &Writer) const;
76 static Error writeSparseBitVector(BinaryStreamWriter &Writer,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 48 Error commit(BinaryStreamWriter &Writer) const;
76 static Error writeSparseBitVector(BinaryStreamWriter &Writer,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 48 Error commit(BinaryStreamWriter &Writer) const;
76 static Error writeSparseBitVector(BinaryStreamWriter &Writer,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 48 Error commit(BinaryStreamWriter &Writer) const;
76 static Error writeSparseBitVector(BinaryStreamWriter &Writer,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 48 Error commit(BinaryStreamWriter &Writer) const;
76 static Error writeSparseBitVector(BinaryStreamWriter &Writer,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 48 Error commit(BinaryStreamWriter &Writer) const;
76 static Error writeSparseBitVector(BinaryStreamWriter &Writer,
  /prebuilts/go/darwin-x86/src/io/
multi.go 55 writers []Writer
96 // MultiWriter creates a writer that duplicates its writes to all the
98 func MultiWriter(writers ...Writer) Writer {
99 w := make([]Writer, len(writers))
  /prebuilts/go/linux-x86/src/io/
multi.go 55 writers []Writer
96 // MultiWriter creates a writer that duplicates its writes to all the
98 func MultiWriter(writers ...Writer) Writer {
99 w := make([]Writer, len(writers))
  /prebuilts/go/darwin-x86/src/testing/internal/testdeps/
deps.go 37 func (TestDeps) StartCPUProfile(w io.Writer) error {
45 func (TestDeps) WriteHeapProfile(w io.Writer) error {
49 func (TestDeps) WriteProfileTo(name string, w io.Writer, debug int) error {
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 37 func (TestDeps) StartCPUProfile(w io.Writer) error {
45 func (TestDeps) WriteHeapProfile(w io.Writer) error {
49 func (TestDeps) WriteProfileTo(name string, w io.Writer, debug int) error {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===//
107 /// \brief The bitstream writer used to emit this precompiled header.
490 ModuleFileExtensionWriter &Writer);
517 /// \brief Create a new precompiled header writer that outputs to
724 ASTWriter *Writer;
754 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
755 : Writer(&Writer), Record(&Record) {}
760 : Writer(Parent.Writer), Record(&Record) {
    [all...]
  /build/soong/cc/
androidmk.go 59 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) (err error) {
109 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
116 func (library *libraryDecorator) androidMkWriteExportedFlags(w io.Writer) {
136 ret.Custom = func(w io.Writer, name, prefix, moduleDir string) error {
170 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
198 ret.Custom = func(w io.Writer, name, prefix, moduleDir string) error {
213 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
233 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
251 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
268 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 326 StreamWriter Writer(S);
327 EXPECT_NO_ERROR(Writer.writeInteger(u16[0]));
334 Writer.setOffset(0);
336 EXPECT_NO_ERROR(Writer.writeInteger(u32[0]));
343 Writer.setOffset(0);
345 EXPECT_NO_ERROR(Writer.writeEnum(Enum[0]));
352 Writer.setOffset(0);
354 EXPECT_NO_ERROR(Writer.writeZeroString(ZStr[0]));
362 Writer.setOffset(0);
364 EXPECT_NO_ERROR(Writer.writeFixedString(FStr[0]))
    [all...]

Completed in 637 milliseconds

<<11121314151617181920>>