HomeSort by relevance Sort by last modified time
    Searched refs:Writer (Results 451 - 475 of 1150) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 276 sys::SmartScopedWriter<true> Writer(*GCLock);
285 sys::SmartScopedWriter<true> Writer(*GCLock);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 182 Writer w;
211 private static ContentHandler chooseContentHandler(Writer w) {
  /external/testng/src/main/java/org/testng/reporters/
XMLStringBuffer.java 3 import java.io.Writer;
363 public void toWriter(Writer fw) {
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 36 private Writer writer; field in class:KXmlSerializer
80 writer.write(mText, 0, mPos);
81 writer.flush();
157 // No other Java XML writer we know of does this, but no Java
188 writer.write("\r\n");
190 writer.write(' ');
337 public void setOutput(Writer writer) {
338 this.writer = writer
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ExportProcessor.java 43 import java.io.Writer;
114 Writer writer = null; local
152 writer = new BufferedWriter(new OutputStreamWriter(outputStream));
184 writer.write(composer.createOneEntry());
233 if (writer != null) {
235 writer.close();
  /prebuilts/go/darwin-x86/src/archive/zip/
example_test.go 88 w.RegisterCompressor(zip.Deflate, func(out io.Writer) (io.WriteCloser, error) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
print.go 35 w io.Writer
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
triegen.go 80 func (c *normCompacter) Print(w io.Writer) (retErr error) {
  /prebuilts/go/linux-x86/src/archive/zip/
example_test.go 88 w.RegisterCompressor(zip.Deflate, func(out io.Writer) (io.WriteCloser, error) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
print.go 35 w io.Writer
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
triegen.go 80 func (c *normCompacter) Print(w io.Writer) (retErr error) {
  /build/soong/android/
androidmk.go 46 Custom func(w io.Writer, name, prefix, moduleDir string) error
48 Extra []func(w io.Writer, outputFile Path) error
145 func translateAndroidMkModule(ctx blueprint.SingletonContext, w io.Writer, mod blueprint.Module) error {
  /external/boringssl/src/util/
make_errors.go 168 func outputAssignments(w io.Writer, assignments map[string]int) {
206 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error {
249 func outputStrings(w io.Writer, lib string, assignments map[string]int) {
  /prebuilts/go/darwin-x86/src/encoding/pem/
pem.go 200 out io.Writer
244 func writeHeader(out io.Writer, k, v string) error {
249 func Encode(out io.Writer, b *Block) error {
  /prebuilts/go/darwin-x86/src/go/ast/
print.go 39 func Fprint(w io.Writer, fset *token.FileSet, x interface{}, f FieldFilter) error {
43 func fprint(w io.Writer, fset *token.FileSet, x interface{}, f FieldFilter) (err error) {
78 output io.Writer
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi.go 223 // bufWriter encapsulates bufio.Writer but also closes the underlying stream when
227 *bufio.Writer
231 if err := w.Writer.Flush(); err != nil {
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked.go 181 func NewChunkedWriter(w io.Writer) io.WriteCloser {
188 Wire io.Writer
231 *bufio.Writer
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 29 w io.Writer
35 func NewEncoder(w io.Writer) *Encoder {
46 // WriteField encodes f into a single Write to e's underlying Writer.
  /prebuilts/go/linux-x86/src/encoding/pem/
pem.go 200 out io.Writer
244 func writeHeader(out io.Writer, k, v string) error {
249 func Encode(out io.Writer, b *Block) error {
  /prebuilts/go/linux-x86/src/go/ast/
print.go 39 func Fprint(w io.Writer, fset *token.FileSet, x interface{}, f FieldFilter) error {
43 func fprint(w io.Writer, fset *token.FileSet, x interface{}, f FieldFilter) (err error) {
78 output io.Writer
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi.go 223 // bufWriter encapsulates bufio.Writer but also closes the underlying stream when
227 *bufio.Writer
231 if err := w.Writer.Flush(); err != nil {
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked.go 181 func NewChunkedWriter(w io.Writer) io.WriteCloser {
188 Wire io.Writer
231 *bufio.Writer
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 29 w io.Writer
35 func NewEncoder(w io.Writer) *Encoder {
46 // WriteField encodes f into a single Write to e's underlying Writer.
  /external/valgrind/drd/tests/
tsan_unittest.cpp 672 // A simple data race between writer and reader.
675 void Writer() {
688 MyThreadArray t(Writer, Reader);
700 // A simple data race between writer and reader.
704 // Writer: Reader:
706 // is most likely initialized by Writer)
713 void Writer() {
725 MyThreadArray t(Writer, Reader);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 32 ASTWriter &Writer;
39 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record)
40 : Writer(Writer), Record(Writer, Record),
92 Record.push_back(Writer.getSwitchCaseID(S));
152 Record.push_back(Writer.RecordSwitchCaseID(SC));
280 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData());
392 AbbrevToUse = Writer.getDeclRefExprAbbrev();
417 AbbrevToUse = Writer.getIntegerLiteralAbbrev()
    [all...]

Completed in 1102 milliseconds

<<11121314151617181920>>