HomeSort by relevance Sort by last modified time
    Searched defs:write (Results 226 - 250 of 1673) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/tools/makeconv/
makeconv.h 58 (*U_CALLCONV_FPTR write)(NewConverter *cnvData, const UConverterStaticData *staticData, member in struct:NewConverter
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ThaiStateTransition.java 53 public void write(PrintStream output) method in class:ThaiStateTransition
  /external/libese/esed/
Weaver.cpp 78 Return<WeaverStatus> Weaver::write(uint32_t slotId, const hidl_vec<uint8_t>& key, function in class:android::esed::Weaver
80 LOG(INFO) << "Running Weaver::write on slot " << slotId;
  /external/libpcap/testprogs/
unix.h 54 #define write _write macro
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence.h 36 uint64_t write; member in struct:swr_fence
61 return (fence->read == fence->write);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeWriterVariable.java 23 public static void write(long v, ByteBuffer bb, int bytes) { method in class:IsoTypeWriterVariable
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
BitstreamWriter.java 21 package com.googlecode.mp4parser.h264.write;
60 os.write(toWrite);
105 os.write(b);
  /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/
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/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/sl4a/Common/src/com/googlecode/android_scripting/facade/webcam/
MjpegServer.java 41 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

Completed in 1127 milliseconds

1 2 3 4 5 6 7 8 91011>>