Home
last modified time | relevance | path

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

12345678910>>...14

/external/libmtp/logs/
Dmtp-detect-philips-sa5145.txt86 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/
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/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/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/writeback/writeback_single_inode_start/
Dformat15 field:unsigned long wrote; offset:60; size:4; signed:0;
17wrote=%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/
Dformat15 field:unsigned long wrote; offset:80; size:8; signed:0;
17wrote=%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/
Dformat15 field:unsigned long wrote; offset:60; size:4; signed:0;
17wrote=%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/
Dformat15 field:unsigned long wrote; offset:80; size:8; signed:0;
17wrote=%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/
Dformat16 field:unsigned long wrote; offset:64; size:4; signed:0;
18wrote=%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/
Dformat16 field:unsigned long wrote; offset:64; size:4; signed:0;
18wrote=%lu", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC"}, {(1 <<…
/external/python/cpython3/PC/
D_testconsole.c74 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/
Dformat15 field:unsigned long wrote; offset:80; size:8; signed:0;
18wrote=%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/
Dformat15 field:unsigned long wrote; offset:80; size:8; signed:0;
18wrote=%lu cgroup=%s", REC->name, REC->ino, __print_flags(REC->state, "|", {(1 << 0), "I_DIRTY_SYNC…
/external/curl/lib/
Dsendf.c598 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()
Dhttp_chunks.c120 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()
Drtsp.c739 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/
Drecordio_test.cc281 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/
Dparser_test.go430 On Mon, May 8, 2017 at 6:47 PM, Bob wrote:
461 =3D"mailto:bob@example.com">bob@example.com</a>&gt; wrote:<br>&gt; 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/
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.cpp245 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/
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/skqp/src/utils/win/
DSkIStream.cpp245 bool wrote = this->fSkWStream->write(pv, cb); in Write() local
246 if (wrote) { in Write()
/external/scapy/doc/scapy/
Dbackmatter.rst8 - Fred Raynal wrote the chapter on building and dissecting packets.
/external/libpcap/doc/
DREADME.hpux21 wrote:
52 Harald Skotnes <harald@cc.uit.no> wrote:
81 Rick Jones wrote:
131 Dave Barr (barr@cis.ohio-state.edu) wrote:

12345678910>>...14