Home
last modified time | relevance | path

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

1234567891011

/external/valgrind/none/tests/
Dunit_debuglog.stderr.exp2 |%f| printf = |0.000000| wrote 10 chars
3 |%f| debuglog = |0.000000| wrote 10 chars
4 |%2f| printf = |0.000000| wrote 10 chars
5 |%2f| debuglog = |0.000000| wrote 10 chars
6 |%9f| printf = | 0.000000| wrote 11 chars
7 |%9f| debuglog = | 0.000000| wrote 11 chars
8 |%8.0f| printf = | 0| wrote 10 chars
9 |%8.0f| debuglog = | 0| wrote 10 chars
10 |%8.1f| printf = | 0.0| wrote 10 chars
11 |%8.1f| debuglog = | 0.0| wrote 10 chars
[all …]
/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/
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/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/curl/lib/
Dsendf.c545 size_t wrote = writebody(ptr, 1, chunklen, data->set.out); in Curl_client_chop_write() local
547 if(CURL_WRITEFUNC_PAUSE == wrote) { in Curl_client_chop_write()
558 else if(wrote != chunklen) { in Curl_client_chop_write()
559 failf(data, "Failed writing body (%zu != %zu)", wrote, chunklen); in Curl_client_chop_write()
565 size_t wrote = writeheader(ptr, 1, chunklen, data->set.writeheader); in Curl_client_chop_write() local
567 if(CURL_WRITEFUNC_PAUSE == wrote) in Curl_client_chop_write()
573 if(wrote != chunklen) { in Curl_client_chop_write()
Dhttp_chunks.c116 size_t *wrote = (size_t *)wrotep; in Curl_httpchunk_read() local
118 *wrote = 0; /* nothing's written yet */ in Curl_httpchunk_read()
233 *wrote += piece; in Curl_httpchunk_read()
Drtsp.c735 size_t wrote; in rtp_client_write() local
744 wrote = writeit(ptr, 1, len, data->set.rtp_out); in rtp_client_write()
746 if(CURL_WRITEFUNC_PAUSE == wrote) { in rtp_client_write()
751 if(wrote != len) { in rtp_client_write()
Dhttp.h87 ssize_t length, ssize_t *wrote);
/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/swiftshader/third_party/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.cpp247 bool wrote = this->fSkWStream->write(pv, cb); in Write() local
248 if (wrote) { in Write()
/external/autotest/client/tests/disktest/
Dcontrol6 does not match the data it wrote, the test fails.
/external/dnsmasq/contrib/try-all-ns/
DREADME12 requests as a failed tcp connection. I wrote the feature into dnsmasq
/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/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dtodo.txt1 On Sat, Oct 07, 2006 at 12:35:59PM +0200, Pavel Machek wrote:
/external/tinyxml/
DNOTICE10 not claim that you wrote the original software. If you use this
/external/tinyxml2/
DNOTICE10 not claim that you wrote the original software. If you use this
/external/nanopb-c/
DLICENSE.txt12 must not claim that you wrote the original software. If you use
DNOTICE12 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/zlib/
DNOTICE12 claim that you wrote the original software. If you use this software
/external/markdown/docs/
DAUTHORS16 Manfed Stienstra <http://www.dwerg.net/>, who wrote the original version of
/external/bzip2/
DNOTICE16 not claim that you wrote the original software. If you use this
DLICENSE16 not claim that you wrote the original software. If you use this

1234567891011