HomeSort by relevance Sort by last modified time
    Searched defs:write (Results 451 - 475 of 1945) sorted by null

<<11121314151617181920>>

  /external/arduino/hardware/arduino/cores/arduino/
HardwareSerial.cpp 16 License along with this library; if not, write to the Free Software
38 // location to which to write the next incoming character and rx_buffer_tail
73 // and so we don't write the character or advance the head.
272 void HardwareSerial::write(uint8_t c) function in class:HardwareSerial
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
JcaContentSignerBuilder.java 115 public void write(byte[] bytes, int off, int len) method in class:SignatureOutputStream
128 public void write(byte[] bytes) method in class:SignatureOutputStream
141 public void write(int b) method in class:SignatureOutputStream
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
mock.py 52 def write(self, data): member in class:_MockConnBase
53 """Override mod_python.apache.mp_conn.write."""
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
VideoTestWebServer.java 81 os.write(buffer, 0, len);
  /external/chromium_org/build/android/pylib/perf/
test_runner.py 101 def write(self, data): member in class:_HeartBeatLogger
147 f.write(pickle.dumps(result))
  /external/chromium_org/courgette/
memory_allocator.cc 130 TempMapping** write = reinterpret_cast<TempMapping**>(mapping_.view()); local
131 write[0] = this;
  /external/chromium_org/net/websockets/
websocket_test_util.cc 67 MockWrite write; member in struct:net::WebSocketDeterministicMockClientSocketFactoryMaker::Detail
90 detail_->write = MockWrite(SYNCHRONOUS, 0, detail_->expect_written.c_str());
93 new DeterministicSocketData(&detail_->read, 1, &detail_->write, 1));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotLoader.js 121 write: function(chunk)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.cpp 90 void FileWriter::write(Blob* data, ExceptionState& exceptionState) function in class:WebCore::FileWriter
263 writer()->write(position(), m_blobBeingWritten->uuid());
303 fireEvent(EventTypeNames::write);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser_unittest.py 69 def write(self, message): member in class:ArgumentParserTest._MockStdErr
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
printer.py 120 write = self.meter.write_update
122 write = self.meter.write_throttled_update
124 write(self._test_line(self.running_tests[0], suffix))
127 write = self.meter.writeln
140 write = self.meter.writeln
142 write = self.meter.write_throttled_update
160 write(self._test_line(test_name, msg))
179 write = self.meter.writeln
180 write('Ran %d test%s in %.3fs' % (self.num_completed, self.num_completed != 1 and "s" or "", run_time))
182 write('FAILED (failures=%d, errors=%d)\n' % (self.num_failures, self.num_errors)
192 def write(self, msg): member in class:_CaptureAndPassThroughStream
    [all...]
  /external/chromium_org/third_party/icu/source/io/
uprintf.h 65 u_printf_write_stream *write; member in struct:u_printf_stream_handler
71 UChar *str; /* Place to write the string */
72 int32_t available;/* Number of codeunits available to write to */
85 * @param locStringContext If present, will make sure that it will only write
  /external/chromium_org/third_party/tlslite/tlslite/integration/
TLSTwistedProtocolWrapper.py 22 ProtocolWrapper.write(self.wrapper, data)
65 self.transport.write("Welcome to the echo server!\\r\\n")
68 self.transport.write(line + "\\r\\n")
119 - self.(loseConnection|write|writeSequence)
182 def write(self, data): member in class:TLSTwistedProtocolWrapper
184 ProtocolWrapper.write(self, data)
186 #Because of the FakeSocket, write operations are guaranteed to
194 #Because of the FakeSocket, write operations are guaranteed to
  /external/clang/utils/ABITest/
ABITestGen.py 375 help="write output to FILE [default %default]",
378 help="write header file for output to FILE [default %default]",
381 help="write function tests to FILE [default %default]",
384 help="write test driver to FILE [default %default]",
642 def write(N): function in function:main
656 [write(int(a)) for a in args]
666 write(index)
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 166 Printf("ThreadSanitizer WARNING: read lock of a write locked mutex\n");
187 Printf("ThreadSanitizer WARNING: read unlock of a write "
205 bool write = true; local
208 write = false;
217 // Seems to be write unlock.
241 thr->mset.Del(s->GetId(), write);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form11n.java 107 write(out, method
Form21c.java 145 write(out, method
Form21h.java 124 write(out, opcodeUnit(insn, regs.get(0).getReg()), bits); method
Form21s.java 106 write(out, method
Form22b.java 109 write(out, method
Form22s.java 109 write(out, method
Form31c.java 140 write(out, opcodeUnit(insn, regs.get(0).getReg()), cpi); method
Form32s.java 113 write(out, method
Form3rc.java 104 write(out, opcodeUnit(insn, count), (short) cpi, (short) firstReg); method
Form41c.java 142 write(out, opcodeUnit(insn), cpi, (short) regs.get(0).getReg()); method

Completed in 504 milliseconds

<<11121314151617181920>>