/external/libmtp/logs/ |
D | mtp-detect-philips-sa5145.txt | 86 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 88 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 90 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 92 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 94 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 96 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 98 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 100 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 102 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 104 PTP: request code 0x9801 sending req wrote only 0 bytes instead of 16 [all …]
|
/external/tinycompress/ |
D | cplay.c | 208 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/deqp/framework/delibs/destream/ |
D | deStreamCpyThread.c | 43 deInt32 wrote = 0; in cpyStream() local 44 deOutStream_write(thread->output, buffer, read - written, &wrote); in cpyStream() 47 written += wrote; in cpyStream()
|
D | deThreadStream.c | 63 deInt32 wrote = 0; in inStreamCopy() local 66 deOutStream_write(&(threadStream->producerStream), buffer, read - written, &wrote); in inStreamCopy() 68 written += wrote; in inStreamCopy()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/writeback/writeback_single_inode_start/ |
D | format | 15 field:unsigned long wrote; offset:60; size:4; signed:0; 17 …wrote=%lu", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC"}, {(1 <<…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/writeback/writeback_single_inode/ |
D | format | 15 field:unsigned long wrote; offset:80; size:8; signed:0; 17 …wrote=%lu", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC"}, {(1 <<…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/writeback/writeback_single_inode/ |
D | format | 15 field:unsigned long wrote; offset:60; size:4; signed:0; 17 …wrote=%lu", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC"}, {(1 <<…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/writeback/writeback_single_inode_start/ |
D | format | 15 field:unsigned long wrote; offset:80; size:8; signed:0; 17 …wrote=%lu", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC"}, {(1 <<…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/writeback/writeback_single_inode/ |
D | format | 16 field:unsigned long wrote; offset:64; size:4; signed:0; 18 …wrote=%lu", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC"}, {(1 <<…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/writeback/writeback_single_inode_requeue/ |
D | format | 16 field:unsigned long wrote; offset:64; size:4; signed:0; 18 …wrote=%lu", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC"}, {(1 <<…
|
/external/python/cpython3/PC/ |
D | _testconsole.c | 74 DWORD wrote; in _testconsole_write_input_impl() local 75 if (!WriteConsoleInputW(hInput, &rec[total], (size - total), &wrote)) { in _testconsole_write_input_impl() 79 total += wrote; in _testconsole_write_input_impl()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/writeback/writeback_single_inode_start/ |
D | format | 15 field:unsigned long wrote; offset:80; size:8; signed:0; 18 …wrote=%lu cgroup=%s", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/writeback/writeback_single_inode/ |
D | format | 15 field:unsigned long wrote; offset:80; size:8; signed:0; 18 …wrote=%lu cgroup=%s", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC…
|
/external/curl/lib/ |
D | sendf.c | 598 size_t wrote = writebody(ptr, 1, chunklen, data->set.out); in chop_write() local 600 if(CURL_WRITEFUNC_PAUSE == wrote) { in chop_write() 610 if(wrote != chunklen) { in chop_write() 611 failf(data, "Failed writing body (%zu != %zu)", wrote, chunklen); in chop_write() 621 size_t wrote; in chop_write() local 625 wrote = writeheader(ptr, 1, len, data->set.writeheader); in chop_write() 628 if(CURL_WRITEFUNC_PAUSE == wrote) in chop_write() 634 if(wrote != len) { in chop_write()
|
D | http_chunks.c | 120 size_t *wrote = (size_t *)wrotep; in Curl_httpchunk_read() local 122 *wrote = 0; /* nothing's written yet */ in Curl_httpchunk_read() 204 *wrote += piece; in Curl_httpchunk_read()
|
D | rtsp.c | 739 size_t wrote; in rtp_client_write() local 762 wrote = writeit(ptr, 1, len, user_ptr); in rtp_client_write() 765 if(CURL_WRITEFUNC_PAUSE == wrote) { in rtp_client_write() 770 if(wrote != len) { in rtp_client_write()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | recordio_test.cc | 281 const string wrote = BigString("well hello there!", 100); in TestReadError() local 284 TF_ASSERT_OK(RecordWriter(&dst, writer_options).WriteRecord(wrote)); in TestReadError() 301 EXPECT_EQ(wrote, read); in TestReadError()
|
/external/syzkaller/pkg/email/ |
D | parser_test.go | 430 On Mon, May 8, 2017 at 6:47 PM, Bob wrote: 461 =3D"mailto:bob@example.com">bob@example.com</a>> wrote:<br>> bo= 488 Body: `On Mon, May 8, 2017 at 6:47 PM, Bob wrote: 542 On 2018/06/10 4:57, syzbot wrote: 562 Body: `On 2018/06/10 4:57, syzbot wrote:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 43 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/ |
D | 2001-09-18-OptimizeExceptions.txt | 43 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/ |
D | SkIStream.cpp | 245 bool wrote = this->fSkWStream->write(pv, cb); in Write() local 246 if (wrote) { in Write()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-09-18-OptimizeExceptions.txt | 43 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/skqp/src/utils/win/ |
D | SkIStream.cpp | 245 bool wrote = this->fSkWStream->write(pv, cb); in Write() local 246 if (wrote) { in Write()
|
/external/scapy/doc/scapy/ |
D | backmatter.rst | 8 - Fred Raynal wrote the chapter on building and dissecting packets.
|
/external/libpcap/doc/ |
D | README.hpux | 21 wrote: 52 Harald Skotnes <harald@cc.uit.no> wrote: 81 Rick Jones wrote: 131 Dave Barr (barr@cis.ohio-state.edu) wrote:
|