HomeSort by relevance Sort by last modified time
    Searched refs:write_all (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.h 58 boolean write_all; member in struct:r300_fragment_shader_code
91 return (fs->shader->write_all) ? TRUE : FALSE;
r300_fs.c 456 shader->write_all =
  /external/e2fsprogs/lib/ss/
pager.c 111 static int write_all(int fd, char *buf, size_t count) function
151 write_all(1, buf, n);
  /external/e2fsprogs/misc/
logsave.c 57 static int write_all(int fd, const char *buf, size_t count) function
97 write_all(1, cp, d);
107 write_all(outfd, buffer, c);
327 write_all(outfd, outbuf, outbufsize);
uuidd.c 114 static int write_all(int fd, char *buf, size_t count) function
189 ret = write_all(s, op_buf, op_len);
333 write_all(fd_pidfile, reply_buf, strlen(reply_buf));
436 write_all(ns, (char *) &reply_len, sizeof(reply_len));
437 write_all(ns, reply_buf, reply_len);
  /frameworks/base/tools/incident_report/
main.cpp 296 write_all(int fd, uint8_t const* buf, size_t size) function
401 int err = write_all(STDOUT_FILENO, header, p-header);
406 err = write_all(STDOUT_FILENO, buffer.get(), size);
  /bootable/recovery/updater/
blockimg.cpp 185 static int write_all(int fd, const uint8_t* data, size_t size) { function
200 static int write_all(int fd, const std::vector<uint8_t>& buffer, size_t size) { function
201 return write_all(fd, buffer.data(), size);
277 if (write_all(fd_, data, write_now) == -1) {
517 if (write_all(fd, buffer.data() + written, size) == -1) {
855 if (write_all(fd, buffer, blocks * BLOCKSIZE) == -1) {
    [all...]
  /frameworks/base/libs/protoutil/src/
ProtoOutputStream.cpp 470 static bool write_all(int fd, uint8_t const* buf, size_t size) function in namespace:android::util
491 if (!write_all(fd, it.readBuffer(), it.currentToRead())) return false;
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 576 GLboolean write_all = GL_FALSE; local
799 write_all = GL_TRUE; /* fallthrough */
844 if (write_all == GL_TRUE)
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 620 extern int write_all(int fd, char *buf, size_t count);
util.c 726 int write_all(int fd, char *buf, size_t count) function
unix.c 587 write_all(ctx->progress_fd, buf, strlen(buf));
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 161 static int write_all(dnssd_sock_t sd, char *buf, size_t len) function
176 syslog(LOG_WARNING, "dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno));
178 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
183 syslog(LOG_INFO, "dnssd_clientstub write_all(%d) DEFUNCT", sd);
185 syslog(LOG_WARNING, "dnssd_clientstub write_all(%d) failed %ld/%ld %d %s", sd,
653 if (write_all(sdr->sockfd, ((char *)hdr)+i, 1) < 0)
654 { syslog(LOG_WARNING, "write_all (byte %u) failed", i); goto cleanup; }
658 if (write_all(sdr->sockfd, (char *)hdr, datalen + sizeof(ipc_msg_hdr)) < 0)
660 // write_all already prints an error message if there is an error writing to
663 syslog(LOG_INFO, "dnssd_clientstub deliver_request ERROR: write_all(%d, %lu bytes) failed"
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 926 boolean write_all = local
956 if (write_all) {
    [all...]

Completed in 429 milliseconds