Home
last modified time | relevance | path

Searched refs:wrote (Results 1 – 25 of 191) sorted by relevance

12345678

/external/tinycompress/
Dcplay.c208 int size, num_read, wrote; in play_samples() local
272 wrote = compress_write(compress, buffer, num_read); in play_samples()
273 if (wrote < 0) { in play_samples()
274 fprintf(stderr, "Error %d playing sample\n", wrote); in play_samples()
278 if (wrote != num_read) { in play_samples()
280 fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote); in play_samples()
295 wrote = compress_write(compress, buffer, num_read); in play_samples()
296 if (wrote < 0) { in play_samples()
301 if (wrote != num_read) { in play_samples()
303 fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote); in play_samples()
[all …]
/external/valgrind/main/
DAUTHORS3 Valgrind, created the dynamic translation frameworks, wrote Memcheck,
7 Nicholas Nethercote did the core/tool generalisation, wrote
14 Jeremy Fitzhardinge wrote Helgrind (in the 2.X line) and totally
18 Josef Weidendorfer wrote and maintains Callgrind and the associated
26 Greg Parker wrote the Mac OS X port.
35 Bart Van Assche wrote and maintains DRD.
47 Vince Weaver wrote and maintains BBV.
60 Florian Krohm and Christian Borntraeger wrote and maintain the
64 Philippe Waroquiers wrote and maintains the embedded GDB server. He
71 Petar Jovanovic and Dejan Jevtic wrote and maintain the mips32-linux
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dlogging.cc61 DWORD wrote; in RawWrite() local
62 BOOL ok = WriteFile(handle, buf, len, &wrote, NULL); in RawWrite()
65 buf += wrote; in RawWrite()
66 len -= wrote; in RawWrite()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dlogging.cc61 DWORD wrote; in RawWrite() local
62 BOOL ok = WriteFile(handle, buf, len, &wrote, NULL); in RawWrite()
65 buf += wrote; in RawWrite()
66 len -= wrote; in RawWrite()
/external/chromium_org/chrome/browser/sessions/
Dsession_backend.cc308 int wrote; in AppendCommandsToFile() local
315 wrote = file->WriteAtCurrentPos(reinterpret_cast<const char*>(&total_size), in AppendCommandsToFile()
317 if (wrote != sizeof(total_size)) { in AppendCommandsToFile()
322 wrote = file->WriteAtCurrentPos(reinterpret_cast<char*>(&command_id), in AppendCommandsToFile()
324 if (wrote != sizeof(command_id)) { in AppendCommandsToFile()
329 wrote = file->WriteAtCurrentPos(reinterpret_cast<char*>((*i)->contents()), in AppendCommandsToFile()
331 if (wrote != content_size) { in AppendCommandsToFile()
381 int wrote = file->WriteAtCurrentPos(reinterpret_cast<char*>(&header), in OpenAndWriteHeader() local
383 if (wrote != sizeof(header)) in OpenAndWriteHeader()
/external/deqp/framework/delibs/destream/
DdeStreamCpyThread.c43 deInt32 wrote = 0; in cpyStream() local
44 deOutStream_write(thread->output, buffer, read - written, &wrote); in cpyStream()
47 written += wrote; in cpyStream()
DdeThreadStream.c63 deInt32 wrote = 0; in inStreamCopy() local
66 deOutStream_write(&(threadStream->producerStream), buffer, read - written, &wrote); in inStreamCopy()
68 written += wrote; in inStreamCopy()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dlog.c16 size_t wrote; in nacl_io_log() local
35 _real_write(2, output, strlen(output), &wrote); in nacl_io_log()
/external/chromium_org/ppapi/generators/
Didl_outfile.py155 wrote = out.Close()
158 if not wrote:
165 if wrote:
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
Dtty_node.cc162 int wrote; in Echo() local
164 Error error = Write(data, string, count, &wrote); in Echo()
165 if (error != 0 || wrote != count) { in Echo()
Djspipe_event_emitter.cc228 size_t wrote = HandleJSWrite(buffer, length); in HandleJSWrite() local
230 if (wrote != length) { in HandleJSWrite()
231 ERROR("Only wrote %d of %d bytes to pipe", (int)wrote, (int)length); in HandleJSWrite()
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
Dnacl_io_demo.c306 int wrote = write(fd, buffer, rtn); in EchoInput() local
307 if (wrote < rtn) in EchoInput()
308 PostMessage("only wrote %d/%d bytes\n", wrote, rtn); in EchoInput()
/external/llvm/docs/HistoricalNotes/
D2001-09-18-OptimizeExceptions.txt43 After I wrote all of that, I found this page that is talking about
44 basically the same thing I just wrote, except that it is translation unit
/external/skia/src/utils/win/
DSkIStream.cpp249 bool wrote = this->fSkWStream->write(pv, cb); in Write() local
250 if (wrote) { in Write()
/external/chromium_org/third_party/skia/src/utils/win/
DSkIStream.cpp249 bool wrote = this->fSkWStream->write(pv, cb); in Write() local
250 if (wrote) { in Write()
/external/dnsmasq/contrib/try-all-ns/
DREADME12 requests as a failed tcp connection. I wrote the feature into dnsmasq
/external/tinyxml/
DNOTICE10 not claim that you wrote the original software. If you use this
/external/chromium-trace/trace-viewer/third_party/gl-matrix/
DLICENSE.md12 claim that you wrote the original software. If you use this software
/external/nanopb-c/
DLICENSE.txt12 must not claim that you wrote the original software. If you use
/external/opencv/
DLICENSE_Android_NDK10 1. The origin of this software must not be misrepresented; you must not claim that you wrote the or…
/external/libpcap/
DREADME.hpux21 wrote:
52 Harald Skotnes <harald@cc.uit.no> wrote:
81 Rick Jones wrote:
131 Dave Barr (barr@cis.ohio-state.edu) wrote:
/external/zlib/
DNOTICE12 claim that you wrote the original software. If you use this software
/external/chromium_org/third_party/zlib/
DLICENSE15 claim that you wrote the original software. If you use this software
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
Dgl-matrix.rb12 claim that you wrote the original software. If you use this software
/external/openssl/crypto/bn/asm/
DREADME13 For the DEC alpha, I also hand wrote the assember (except the division which

12345678