Home
last modified time | relevance | path

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

12345678910

/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/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
DOggInputStream.java181 syncState.wrote(bytes); in getPageAndPacket()
269 syncState.wrote(bytes); in getPageAndPacket()
288 boolean wrote = false; in readPCM()
378 wrote = true; in readPCM()
389 if ((!endOfBitStream) && (wrote)) { in readPCM()
408 syncState.wrote(bytes); in readPCM()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
DOggInputStream.java181 syncState.wrote(bytes); in getPageAndPacket()
269 syncState.wrote(bytes); in getPageAndPacket()
288 boolean wrote = false; in readPCM()
378 wrote = true; in readPCM()
389 if ((!endOfBitStream) && (wrote)) { in readPCM()
408 syncState.wrote(bytes); in readPCM()
/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/skia/src/utils/win/
DSkIStream.cpp251 bool wrote = this->fSkWStream->write(pv, cb); in Write() local
252 if (wrote) { in Write()
/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/dnsmasq/contrib/try-all-ns/
DREADME12 requests as a failed tcp connection. I wrote the feature into dnsmasq
/external/autotest/client/tests/disktest/
Dcontrol6 does not match the data it wrote, the test fails.
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
Dtemplates.rst61 <b>{{ greeting.author.nickname }}</b> wrote:
63 An anonymous person wrote:
/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/tinyxml2/
DNOTICE10 not claim that you wrote the original software. If you use this
/external/tinyxml/
DNOTICE10 not claim that you wrote the original software. If you use this
/external/nanopb-c/
DNOTICE12 must not claim that you wrote the original software. If you use
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/zlib/
DNOTICE12 claim that you wrote the original software. If you use this software
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/
Dcocoa.diff355 + you wrote the original software. If you use this software in a product,
386 + you wrote the original software. If you use this software in a product,
466 + you wrote the original software. If you use this software in a product,
571 - you wrote the original software. If you use this software in a product,
574 + you wrote the original software. If you use this software in a product,
608 - you wrote the original software. If you use this software in a product,
611 + you wrote the original software. If you use this software in a product,
687 + you wrote the original software. If you use this software in a product,
768 + you wrote the original software. If you use this software in a product,
890 + you wrote the original software. If you use this software in a product,
[all …]
/external/markdown/docs/
DAUTHORS16 Manfed Stienstra <http://www.dwerg.net/>, who wrote the original version of

12345678910