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

<<21222324252627282930>>

  /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 {
  /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...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 5 // Package transform provides reader and writer wrappers that transform the
206 // Writer wraps another io.Writer by transforming the bytes read.
209 type Writer struct {
210 w io.Writer
219 // NewWriter returns a new Writer that wraps w by transforming the bytes written
221 func NewWriter(w io.Writer, t Transformer) *Writer {
223 return &Writer{
231 // Write implements the io.Writer interface. If there are not enoug
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 5 // Package transform provides reader and writer wrappers that transform the
206 // Writer wraps another io.Writer by transforming the bytes read.
209 type Writer struct {
210 w io.Writer
219 // NewWriter returns a new Writer that wraps w by transforming the bytes written
221 func NewWriter(w io.Writer, t Transformer) *Writer {
223 return &Writer{
231 // Write implements the io.Writer interface. If there are not enoug
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 64 COFFDumper(const llvm::object::COFFObjectFile *Obj, ScopedPrinter &Writer)
65 : ObjDumper(Writer), Obj(Obj),
66 CVTD(&Writer, opts::CodeViewSubsectionBytes) {}
190 ScopedPrinter &Writer,
196 Result.reset(new COFFDumper(COFFObj, Writer));
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 84 return new Writer(sink, client);
363 static final class Writer implements FrameWriter {
367 private final Hpack.Writer hpackWriter;
371 Writer(BufferedSink sink, boolean client) {
375 this.hpackWriter = new Hpack.Writer(hpackBuffer);
Spdy3.java 103 return new Writer(sink, client);
287 static final class Writer implements FrameWriter {
294 Writer(BufferedSink sink, boolean client) {
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===//
10 // Bitcode writer implementation.
41 /// These are manifest constants used by the bitcode writer. They do not need to
309 const IndexBitcodeWriter &Writer;
331 /// Construct iterator from parent \p Writer and indicate if we are
333 iterator(const IndexBitcodeWriter &Writer, bool IsAtEnd) : Writer(Writer) {
338 if (Writer.ModuleToSummariesForIndex &
    [all...]
  /build/soong/cmd/soong_zip/
soong_zip.go 42 // flate.Writer allocations, since we can't change the dictionary
50 io.Writer
359 var zw io.Writer
540 var fw *flate.Writer
543 // There's no way to Reset a Writer with a new dictionary, so
548 if fw, ok = z.compressorPool.Get().(*flate.Writer); ok {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 43 import java.io.Writer;
87 private Writer mProcMemWriter;
88 private Writer mMemWriter;
  /external/boringssl/src/util/
make_errors.go 187 func outputAssignments(w io.Writer, assignments map[string]int) {
225 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error {
268 func outputStrings(w io.Writer, lib string, assignments map[string]int) {
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 42 // writer is a buffered writer.
43 type writer interface { type
45 io.Writer
51 // w is the writer to write to. err is the first error encountered during
53 w writer
67 // writer given to the LZW encoder, which is thus immune to the
291 func EncodeAll(w io.Writer, g *GIF) error {
320 if ww, ok := w.(writer); ok {
340 func Encode(w io.Writer, m image.Image, o *Options) error
    [all...]

Completed in 1619 milliseconds

<<21222324252627282930>>