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

<<11121314151617181920>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
ByteBufferByteChannel.java 51 public int write(ByteBuffer src) throws IOException { method in class:ByteBufferByteChannel
  /external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
AbstractTestHttpServer.java 58 out.write(buffer, 0, count);
  /external/nos/host/android/hals/weaver/
Weaver.cpp 63 Return<WeaverStatus> Weaver::write(uint32_t slotId, const hidl_vec<uint8_t>& key, function in class:android::hardware::weaver::Weaver
65 LOG(INFO) << "Running Weaver::write on slot " << slotId;
72 const uint32_t appStatus = _weaver.Write(request, &response);
75 LOG(ERROR) << "App Write request failed with status " << appStatus;
  /external/nos/host/generic/libnos_datagram/include/nos/
device.h 25 /* Max data size for read/write.
38 * Write a datagram to the device.
42 int (*write)(void *ctx, uint32_t command, const uint8_t *buf, uint32_t len); member in struct:nos_device_ops
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystem.cpp 85 write(strNeedResyncFile, "false");
105 // Write boolean to file
106 void CTESTSubsystem::write(const std::string &strFileName, const std::string &strContent) function in class:CTESTSubsystem
  /external/proguard/src/proguard/
SeedPrinter.java 18 * with this program; if not, write to the Free Software Foundation, Inc.,
53 public void write(Configuration configuration, method in class:SeedPrinter
  /external/python/cpython2/Lib/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])
  /external/python/cpython2/Lib/
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...]
  /external/python/cpython2/Lib/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
  /external/python/cpython2/Lib/test/
test_print.py 117 def write(self, what): member in class:TestPrint.test_mixed_args.Recorder
  /external/python/cpython2/Tools/scripts/
cleanfuture.py 55 sys.stderr.write(msg)
126 ff.write(g)
257 def write(self, f): member in class:FutureFinder
273 f.write(self.therest)
  /external/python/cpython3/Lib/idlelib/
outwin.py 40 def write(self, s, tags=(), mark="insert"): member in class:OutputWindow
50 self.write(line)
135 def write(self, s, tags, mark): member in class:OnDemandOutputWindow
138 self.owin.write(s, tags, mark)
147 self.write = self.owin.write
  /external/python/cpython3/Lib/
quopri.py 45 """Read 'input', apply quoted-printable encoding, and write to 'output'.
56 output.write(odata)
59 def write(s, output=output, lineEnd=b'\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)
89 # First, write out the previous line
91 write(prevline)
98 write(thisline[:MAXLINESIZE-1], lineEnd=b'=\n')
100 # Write out the current lin
    [all...]
  /external/python/cpython3/Lib/test/
test_print.py 109 def write(self, str): member in class:TestPrint.test_print_flush.filelike
124 def write(self, str): member in class:TestPrint.test_print_flush.noflush
  /external/python/cpython3/Tools/clinic/
cpp.py 65 def write(self, s): member in class:Monitor
  /external/python/cpython3/Tools/scripts/
cleanfuture.py 55 sys.stderr.write(msg)
126 ff.write(g)
257 def write(self, f): member in class:FutureFinder
273 f.write(self.therest)
  /external/scapy/scapy/
autorun.py 59 sys.stderr.write(sys.__dict__.get("ps2","... "))
61 sys.stderr.write(str(sys.__dict__.get("ps1", sys.ps1)))
83 def write(self, x): member in class:autorun_get_interactive_session.StringWriter
  /external/skia/tests/
TestUtils.cpp 54 bool write = dstContext->writePixels(ii, pixels.get(), 0, 0, 0); local
55 if (!write) {
62 if (write && !expectedToWork) {
  /external/skqp/tests/
TestUtils.cpp 54 bool write = dstContext->writePixels(ii, pixels.get(), 0, 0, 0); local
55 if (!write) {
62 if (write && !expectedToWork) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/webcam/
MjpegServer.java 42 outputStream.write((
56 outputStream.write("--BoundaryString\r\n".getBytes());
57 outputStream.write("Content-type: image/jpg\r\n".getBytes());
58 outputStream.write(("Content-Length: " + data.length + "\r\n\r\n").getBytes());
59 outputStream.write(data);
60 outputStream.write("\r\n\r\n".getBytes());
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUInput.java 20 * along with this program; if not, write to the Free Software
47 void write(byte b[]); method in interface:VDUInput
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
AbsTransport.java 61 * bytes to write to transport
65 public abstract void write(byte[] buffer) throws IOException; method in class:AbsTransport
68 * Writes to the transport. See {@link #write(byte[])} for behavior details.
71 * character to write to the transport
75 public abstract void write(int c) throws IOException; method in class:AbsTransport
78 * Flushes the write commands to the transport.
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ReferenceFormatter.java 41 writer.write('"');
43 writer.write('"');
53 writer.write(((TypeReference)reference).getType());
  /external/smali/util/src/main/java/org/jf/util/
OldWrappedIndentingWriter.java 106 public void write(int c) throws IOException { method in class:OldWrappedIndentingWriter
121 out.write('\n');
131 out.write(prefix);
136 out.write(' ');
142 out.write(c);
154 public void write(char[] cbuf, int off, int len) throws IOException { method in class:OldWrappedIndentingWriter
157 write(cbuf[off]);
166 public void write(String str, int off, int len) throws IOException { method in class:OldWrappedIndentingWriter
169 write(str.charAt(off));

Completed in 1499 milliseconds

<<11121314151617181920>>