HomeSort by relevance Sort by last modified time
    Searched refs:wrote (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/none/tests/
unit_debuglog.stderr.exp 2 |%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 char
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
utils.c 122 uint32_t val=0, wrote = size; local
131 //wrote += (ddr_addr & 0x3);
132 wrote = (wrote+3)>>2;/* make number of bytes multiple of 4 */
133 val=(wrote & 0xffff) << 2;
137 if(wrote > 64)
150 return (wrote << 2);
169 uint32_t val=0, wrote = size; local
178 //wrote += (ddr_addr & 0x3);
179 wrote = (wrote+3)>>2;/* make number of bytes multiple of 4 *
    [all...]
  /external/deqp/framework/delibs/destream/
deStreamCpyThread.c 43 deInt32 wrote = 0; local
44 deOutStream_write(thread->output, buffer, read - written, &wrote);
47 written += wrote;
deThreadStream.c 63 deInt32 wrote = 0; local
66 deOutStream_write(&(threadStream->producerStream), buffer, read - written, &wrote);
68 written += wrote;
  /prebuilts/go/darwin-x86/src/internal/poll/
writev.go 57 wrote, _, e0 := syscall.Syscall(syscall.SYS_WRITEV,
61 if wrote == ^uintptr(0) {
62 wrote = 0
64 TestHookDidWritev(int(wrote))
65 n += int64(wrote)
66 consume(v, int64(wrote))
  /prebuilts/go/linux-x86/src/internal/poll/
writev.go 57 wrote, _, e0 := syscall.Syscall(syscall.SYS_WRITEV,
61 if wrote == ^uintptr(0) {
62 wrote = 0
64 TestHookDidWritev(int(wrote))
65 n += int64(wrote)
66 consume(v, int64(wrote))
  /frameworks/native/cmds/installd/tests/
test_utils.h 91 size_t wrote = 0; local
92 while (wrote < length) {
93 ssize_t cur = write(fd, bytes.get() + wrote, length - wrote);
98 wrote += cur;
  /external/tinycompress/
cplay.c 208 int size, num_read, wrote; local
272 wrote = compress_write(compress, buffer, num_read);
273 if (wrote < 0) {
274 fprintf(stderr, "Error %d playing sample\n", wrote);
278 if (wrote != num_read) {
280 fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote);
295 wrote = compress_write(compress, buffer, num_read);
296 if (wrote < 0) {
301 if (wrote != num_read)
    [all...]
  /external/python/cpython3/PC/
_testconsole.c 74 DWORD wrote; local
75 if (!WriteConsoleInputW(hInput, &rec[total], (size - total), &wrote)) {
79 total += wrote;
  /system/tools/aidl/tests/
aidl_test_client_file_descriptors.cpp 54 int wrote; local
56 while ((wrote = write(fd.get(), buf.data(), buf.size())) < 0 && errno == EINTR);
58 if (wrote == (signed)buf.size()) {
62 if (wrote < 0) {
  /prebuilts/go/darwin-x86/src/net/textproto/
writer_test.go 33 t.Fatalf("wrote %q", s)
  /prebuilts/go/linux-x86/src/net/textproto/
writer_test.go 33 t.Fatalf("wrote %q", s)
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object.c 119 ssize_t wrote = write (descriptor, buffer, size); local
120 if (wrote == 0)
122 else if (wrote > 0)
124 buffer += wrote;
125 size -= wrote;
  /external/flatbuffers/android/jni/
Application.mk 10 # claim that you wrote the original software. If you use this software
  /external/flatbuffers/samples/android/jni/
Application.mk 10 # claim that you wrote the original software. If you use this software
Android.mk 10 # claim that you wrote the original software. If you use this software
  /prebuilts/go/darwin-x86/src/cmd/go/
go_unix_test.go 33 t.Fatalf("wrote x with mode=%v, wanted no 0077 bits", mode)
  /prebuilts/go/linux-x86/src/cmd/go/
go_unix_test.go 33 t.Fatalf("wrote x with mode=%v, wanted no 0077 bits", mode)
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.base/
zlib.md 17 claim that you wrote the original software. If you use this software
  /prebuilts/jdk/jdk9/linux-x86/legal/java.base/
zlib.md 17 claim that you wrote the original software. If you use this software
  /external/curl/lib/
http_chunks.c 96 * for errors. STOP means this sequence of chunks is complete. The 'wrote'
116 size_t *wrote = (size_t *)wrotep; local
118 *wrote = 0; /* nothing's written yet */
200 *wrote += piece;
sendf.c 262 data->state.errorbuf = TRUE; /* wrote error string */
582 size_t wrote = writebody(ptr, 1, chunklen, data->set.out); local
584 if(CURL_WRITEFUNC_PAUSE == wrote) {
594 if(wrote != chunklen) {
595 failf(data, "Failed writing body (%zu != %zu)", wrote, chunklen);
601 size_t wrote = writeheader(ptr, 1, chunklen, data->set.writeheader); local
603 if(CURL_WRITEFUNC_PAUSE == wrote)
609 if(wrote != chunklen) {
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 147 ssize_t wrote; local
148 WRITE_NO_INTR(wrote = write(fd, &ev, 6));
149 if (wrote != 6) {
  /system/bt/hci/src/
hci_layer_linux.cc 315 ssize_t wrote; local
316 OSI_NO_INTR(wrote = write(fd, &ev, 6));
317 if (wrote != 6) {
  /external/skia/src/utils/win/
SkIStream.cpp 245 bool wrote = this->fSkWStream->write(pv, cb); local
246 if (wrote) {

Completed in 552 milliseconds

1 2 3 4 5 6 7