HomeSort by relevance Sort by last modified time
    Searched defs:write (Results 351 - 375 of 4398) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
quopri.py 43 """Read 'input', apply quoted-printable encoding, and write to 'output'.
45 'input' and 'output' are files with readline() and write() methods.
56 output.write(odata)
59 def write(s, output=output, lineEnd='\n'): function in function:encode
63 output.write(s[:-1] + quote(s[-1]) + lineEnd)
65 output.write(quote(s) + lineEnd)
67 output.write(s + lineEnd)
88 # First, write out the previous line
90 write(prevline)
97 write(thisline[:MAXLINESIZE-1], lineEnd='=\n'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_print.py 117 def write(self, what): member in class:TestPrint.test_mixed_args.Recorder
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
timings.go 66 // Write prints the phase times to w.
68 func (t *Timings) Write(w io.Writer, prefix string) {
136 // write phase
153 lines.write(w)
188 func (lines lines) write(w io.Writer) { func
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
addr2liner.go 54 write(string) error
65 func (a *addr2LinerJob) write(s string) error { func
179 if err := d.rw.write(fmt.Sprintf("%x", addr-d.base)); err != nil {
183 if err := d.rw.write(fmt.Sprintf("%x", sentinel)); err != nil {
addr2liner_llvm.go 48 func (a *llvmSymbolizerJob) write(s string) error { func
158 if err := d.rw.write(fmt.Sprintf("%s 0x%x", d.filename, addr-d.base)); err != nil {
binutils_test.go 79 func (a *mockAddr2liner) write(s string) error { func
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer.go 28 // Write encodes p using quoted-printable encoding and writes it to the
31 func (w *Writer) Write(p []byte) (n int, err error) {
42 if err := w.write(p[n:i]); err != nil {
58 if err := w.write(p[n:]); err != nil {
75 // write limits text encoded in quoted-printable to 76 characters per line.
76 func (w *Writer) write(p []byte) error { func
162 if _, err := w.w.Write(w.line[:w.i]); err != nil {
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter_test.go 21 func (b *buffer) Write(buf []byte) (written int, err error) {
30 panic("buffer.Write: buffer too small")
37 func write(t *testing.T, testname string, w *Writer, src string) { func
40 t.Errorf("--- test: %s\n--- src:\n%q\n--- write error: %v\n", testname, src, err)
66 // write all at once
69 write(t, title, &w, src)
72 // write byte-by-byte
76 write(t, title, &w, src[i:i+1])
80 // write using Fibonacci slice sizes
84 write(t, title, &w, src[i:i+d]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 66 // Write prints the phase times to w.
68 func (t *Timings) Write(w io.Writer, prefix string) {
136 // write phase
153 lines.write(w)
188 func (lines lines) write(w io.Writer) { func
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
addr2liner.go 54 write(string) error
65 func (a *addr2LinerJob) write(s string) error { func
179 if err := d.rw.write(fmt.Sprintf("%x", addr-d.base)); err != nil {
183 if err := d.rw.write(fmt.Sprintf("%x", sentinel)); err != nil {
addr2liner_llvm.go 48 func (a *llvmSymbolizerJob) write(s string) error { func
158 if err := d.rw.write(fmt.Sprintf("%s 0x%x", d.filename, addr-d.base)); err != nil {
binutils_test.go 79 func (a *mockAddr2liner) write(s string) error { func
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer.go 28 // Write encodes p using quoted-printable encoding and writes it to the
31 func (w *Writer) Write(p []byte) (n int, err error) {
42 if err := w.write(p[n:i]); err != nil {
58 if err := w.write(p[n:]); err != nil {
75 // write limits text encoded in quoted-printable to 76 characters per line.
76 func (w *Writer) write(p []byte) error { func
162 if _, err := w.w.Write(w.line[:w.i]); err != nil {
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter_test.go 21 func (b *buffer) Write(buf []byte) (written int, err error) {
30 panic("buffer.Write: buffer too small")
37 func write(t *testing.T, testname string, w *Writer, src string) { func
40 t.Errorf("--- test: %s\n--- src:\n%q\n--- write error: %v\n", testname, src, err)
66 // write all at once
69 write(t, title, &w, src)
72 // write byte-by-byte
76 write(t, title, &w, src[i:i+1])
80 // write using Fibonacci slice sizes
84 write(t, title, &w, src[i:i+d]
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
URLDumper.java 74 fos.write(bytes, 0, read);
  /prebuilts/jdk/jdk8/darwin-x86/sample/try-with-resources/src/
CustomAutoCloseableSample.java 103 public void write(int b) throws IOException { method in class:CustomAutoCloseableSample.TeeStream
104 fileStream.write(b);
105 outputStream.write(b);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
URLDumper.java 74 fos.write(bytes, 0, read);
  /prebuilts/jdk/jdk8/linux-x86/sample/try-with-resources/src/
CustomAutoCloseableSample.java 103 public void write(int b) throws IOException { method in class:CustomAutoCloseableSample.TeeStream
104 fileStream.write(b);
105 outputStream.write(b);
  /prebuilts/misc/common/swig/include/2.0.11/guile/
common.scm 51 (define-method (write (o <swig>) file) function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 3 File-like objects that read from or write to a bsddb record.
16 f.write(buf) # write at current position
17 f.writelines(list) # for line in list: f.write(line)
126 def write(self, s): member in class:DBRecIO
138 self.write(string.joinfields(list, ''))
158 f.write(line)
161 raise RuntimeError, 'write failed'
165 f.write(lines[1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 121 The output is written by self.write(), below.
139 map(self.write, list)
146 The output is written by self.write(), below.
162 map(self.write, list)
164 def write(self, data): member in class:InteractiveInterpreter
165 """Write a string.
171 sys.stderr.write(data)
221 self.write("Python %s on %s\n%s\n(%s)\n" %
225 self.write("%s\n" % str(banner))
240 self.write("\n"
    [all...]
quopri.py 43 """Read 'input', apply quoted-printable encoding, and write to 'output'.
45 'input' and 'output' are files with readline() and write() methods.
56 output.write(odata)
59 def write(s, output=output, lineEnd='\n'): function in function:encode
63 output.write(s[:-1] + quote(s[-1]) + lineEnd)
65 output.write(quote(s) + lineEnd)
67 output.write(s + lineEnd)
88 # First, write out the previous line
90 write(prevline)
97 write(thisline[:MAXLINESIZE-1], lineEnd='=\n'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 37 def write(self, s, tags=(), mark="insert"): member in class:OutputWindow
52 self.write(line)
137 def write(self, s, tags, mark): member in class:OnDemandOutputWindow
140 self.owin.write(s, tags, mark)
149 self.write = self.owin.write
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_print.py 117 def write(self, what): member in class:TestPrint.test_mixed_args.Recorder
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 3 File-like objects that read from or write to a bsddb record.
16 f.write(buf) # write at current position
17 f.writelines(list) # for line in list: f.write(line)
126 def write(self, s): member in class:DBRecIO
138 self.write(string.joinfields(list, ''))
158 f.write(line)
161 raise RuntimeError, 'write failed'
165 f.write(lines[1])

Completed in 6940 milliseconds

<<11121314151617181920>>