Home
last modified time | relevance | path

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

12345678910>>...16

/external/rust/crates/csv/src/
Dserializer.rs840 let wrote = { in serialize_header() localVariable
845 (wrote, String::from_utf8(wtr.into_inner().unwrap()).unwrap()) in serialize_header()
862 let (wrote, got) = serialize_header(true); in bool()
863 assert!(!wrote); in bool()
871 let (wrote, got) = serialize_header(12345); in integer()
872 assert!(!wrote); in integer()
881 let (wrote, got) = serialize_header(12345);
882 assert!(!wrote);
890 let (wrote, got) = serialize_header(12345);
891 assert!(!wrote);
[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/mesa3d/docs/
Dthanks.rst22 - **Bernd Barsuhn** wrote the evaluator code for (splines, patches) in
24 - **Bernhard Tschirren** wrote the Allegro DJGPP driver.
25 - **Bogdan Sikorski** wrote the GLU NURBS and polygon tessellator in
27 - **Charlie Wallace** wrote the MS-DOS driver.
30 - **David Bucciarelli** wrote and maintained the 3Dfx Glide driver.
32 - **Gareth Hughes** wrote new GLU 1.2 Polygon Tessellation code (now
48 - **Kendall Bennett** wrote the SciTech MGL driver.
54 - **Miklos Fazekas** wrote and maintains the Macintosh driver.
55 - **Pascal Thibaudeau** wrote the NeXT driver.
58 - **Stefan Zivkovic** wrote the Amiga driver.
[all …]
/external/llvm-project/flang/lib/Parser/
Dsource.cpp77 std::size_t wrote{0}; in RemoveCarriageReturns() local
86 std::memmove(buffer + wrote, p, bytes); in RemoveCarriageReturns()
87 wrote += bytes; in RemoveCarriageReturns()
100 std::memmove(buffer + wrote, p, chunk); in RemoveCarriageReturns()
101 wrote += chunk; in RemoveCarriageReturns()
105 return wrote; in RemoveCarriageReturns()
/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_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_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_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/python/cpython3/PC/
D_testconsole.c73 DWORD wrote; in _testconsole_write_input_impl() local
74 if (!WriteConsoleInputW(hInput, &rec[total], (size - total), &wrote)) { in _testconsole_write_input_impl()
78 total += wrote; in _testconsole_write_input_impl()
/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/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/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/icing/icing/legacy/index/
Dicing-filesystem.cc432 ssize_t wrote = write(fd, data, chunk_size); in Write() local
433 if (wrote < 0) { in Write()
438 data = static_cast<const uint8_t *>(data) + wrote; in Write()
439 write_len -= wrote; in Write()
450 ssize_t wrote = pwrite(fd, data, chunk_size, offset); in PWrite() local
451 if (wrote < 0) { in PWrite()
456 data = static_cast<const uint8_t *>(data) + wrote; in PWrite()
457 write_len -= wrote; in PWrite()
458 offset += wrote; in PWrite()
/external/curl/lib/
Dsendf.c540 size_t wrote; in chop_write() local
542 wrote = writebody(ptr, 1, chunklen, data->set.out); in chop_write()
545 if(CURL_WRITEFUNC_PAUSE == wrote) { in chop_write()
555 if(wrote != chunklen) { in chop_write()
566 size_t wrote; in chop_write() local
570 wrote = writeheader(ptr, 1, len, data->set.writeheader); in chop_write()
573 if(CURL_WRITEFUNC_PAUSE == wrote) in chop_write()
579 if(wrote != len) { in chop_write()
Dhttp_chunks.c122 size_t *wrote = (size_t *)wrotep; in Curl_httpchunk_read() local
124 *wrote = 0; /* nothing's written yet */ in Curl_httpchunk_read()
209 *wrote += piece; in Curl_httpchunk_read()
Dhttp_chunks.h96 ssize_t length, ssize_t *wrote,
/external/icing/icing/file/
Dfilesystem.cc443 ssize_t wrote = write(fd, data, chunk_size); in Write() local
444 if (wrote < 0) { in Write()
449 data = static_cast<const uint8_t*>(data) + wrote; in Write()
450 write_len -= wrote; in Write()
536 ssize_t wrote = pwrite(fd, data, chunk_size, offset); in PWrite() local
537 if (wrote < 0) { in PWrite()
542 data = static_cast<const uint8_t*>(data) + wrote; in PWrite()
543 write_len -= wrote; in PWrite()
544 offset += wrote; in PWrite()
/external/llvm-project/clang/test/TableGen/
Demit-diag-docs.td30 // CHECK: |:warning:`warning:` |nbsp| :diagtext:`I wrote` |nbsp| |+----------------+| |nbsp| :…
38 def CheckPlural : Warning<"I wrote %plural{0:no|1:one|:%0}0 tests">;
/external/llvm-project/lldb/test/API/functionalities/data-formatter/setvaluefromcstring/
Dmain.m10 //% self.assertTrue(dic.GetValueAsUnsigned() == 0xC, "failed to read what I wrote")
/external/tensorflow/tensorflow/core/lib/io/
Drecordio_test.cc309 const string wrote = BigString("well hello there!", 100); in TestReadError() local
312 TF_ASSERT_OK(RecordWriter(&dst, writer_options).WriteRecord(wrote)); in TestReadError()
329 EXPECT_EQ(wrote, read); in TestReadError()
/external/llvm-project/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()

12345678910>>...16