/prebuilts/go/darwin-x86/src/runtime/ |
cpuprof.go | 11 // to an arbitrary io.Writer, while the google-perftools code always 20 // the io.Writer might block or need system calls or locks that are not 24 // offers to swap with the goroutine. If the writer is not done with its half, 92 // Writer state. 93 // Writer maintains its own toggle to avoid races
|
/prebuilts/go/darwin-x86/src/strings/ |
reader.go | 127 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
|
/prebuilts/go/darwin-x86/test/ |
rotate.go | 113 func gentest(b *bufio.Writer, bits uint, unsigned, inverted bool) {
|
slice3.go | 18 var bout *bufio.Writer
|
/prebuilts/go/linux-x86/src/bytes/ |
reader.go | 128 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
objfile.go | 125 func Writeobjdirect(ctxt *Link, b *bufio.Writer) { 132 wr *bufio.Writer 192 func newObjWriter(ctxt *Link, b *bufio.Writer) *objWriter { 201 func WriteObjFile(ctxt *Link, b *bufio.Writer) {
|
/prebuilts/go/linux-x86/src/go/scanner/ |
errors.go | 116 func PrintError(w io.Writer, err error) {
|
/prebuilts/go/linux-x86/src/net/http/ |
npn_test.go | 122 io.Writer
|
/prebuilts/go/linux-x86/src/reflect/ |
example_test.go | 104 writerType := reflect.TypeOf((*io.Writer)(nil)).Elem()
|
/prebuilts/go/linux-x86/src/runtime/ |
cpuprof.go | 11 // to an arbitrary io.Writer, while the google-perftools code always 20 // the io.Writer might block or need system calls or locks that are not 24 // offers to swap with the goroutine. If the writer is not done with its half, 92 // Writer state. 93 // Writer maintains its own toggle to avoid races
|
/prebuilts/go/linux-x86/src/strings/ |
reader.go | 127 func (r *Reader) WriteTo(w io.Writer) (n int64, err error) {
|
/prebuilts/go/linux-x86/test/ |
rotate.go | 113 func gentest(b *bufio.Writer, bits uint, unsigned, inverted bool) {
|
slice3.go | 18 var bout *bufio.Writer
|
/build/soong/ui/tracer/ |
tracer.go | 15 // This package implements a trace file writer, whose files can be opened in 84 type nopCloser struct{ io.Writer } 114 t.log.Println("Error closing trace writer:", err) 142 // Save the file, since closing the gzip Writer doesn't close the
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
UniClassObject.py | 311 (Reader, Writer) = (Info.streamreader, Info.streamwriter)
312 return codecs.StreamReaderWriter(UniFile, Reader, Writer)
325 (Reader, Writer) = (Info.streamreader, Info.streamwriter)
326 File = codecs.StreamReaderWriter(UniFile, Reader, Writer)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToTextStream.java | 278 final java.io.Writer writer = m_writer; local 292 writer.write(m_lineSep, 0, m_lineSepLen); 295 writer.write(c); 324 writer.write('&'); 325 writer.write('#'); 326 writer.write(Integer.toString(c)); 327 writer.write(';'); 344 writer.write(c);
|
/external/boringssl/src/crypto/err/ |
err_data_generate.go | 138 io.Writer
|
/external/jline/src/src/main/java/jline/ |
ConsoleReader.java | 124 final Writer out; 165 * the specific writer for output, using the default keybindings resource. 167 public ConsoleReader(final InputStream in, final Writer out) 172 public ConsoleReader(final InputStream in, final Writer out, 189 public ConsoleReader(InputStream in, Writer out, InputStream bindings, [all...] |
/external/llvm/include/llvm/MC/ |
MCMachObjectWriter.h | 1 //===-- llvm/MC/MCMachObjectWriter.h - Mach Object Writer -------*- C++ -*-===// 65 virtual void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, 85 /// The target specific Mach-O writer instance. 151 /// \name Target Writer Proxy Accessors 263 /// Construct a new Mach-O writer instance. 265 /// This routine takes ownership of the target writer subclass. 267 /// \param MOTW - The target specific Mach-O writer subclass. 269 /// \returns The constructed object writer.
|
/external/llvm/lib/Analysis/ |
GlobalsModRef.cpp | 304 for (Function *Writer : Writers) { 305 if (TrackedFunctions.insert(Writer).second) { 306 Handles.emplace_front(*this, Writer); 309 FunctionInfos[Writer].addModRefInfoForGlobal(GV, MRI_Mod); [all...] |
/external/llvm/tools/llvm-readobj/ |
MachODumper.cpp | 31 MachODumper(const MachOObjectFile *Obj, ScopedPrinter &Writer) 32 : ObjDumper(Writer), Obj(Obj) {} 71 ScopedPrinter &Writer, 77 Result.reset(new MachODumper(MachOObj, Writer));
|
/external/protobuf/conformance/third_party/jsoncpp/ |
json.h | 278 // writer.h 329 /** \brief Configuration passed to reader and writer. 330 * This configuration object can be used to force the Reader or Writer [all...] |
/external/skia/experimental/go-skia/ |
skia.go | 79 func (i *Image) WritePNG(w io.Writer) error {
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXWriter.java | 15 // PYX Writer 209 public PYXWriter(Writer w) {
|
/frameworks/av/services/audioflinger/ |
FastCapture.cpp | 60 void FastCapture::setNBLogWriter(NBLog::Writer *logWriter __unused)
|