/external/igt-gpu-tools/tests/i915/ |
D | gem_readwrite.c | 62 do_write(int fd, int handle, void *buf, int offset, int size) in do_write() function 111 ret = do_write(fd, handle, buf, 0, OBJECT_SIZE); 120 ret = do_write(fd, handle, buf + 4096, 4096, 1024); 140 ret = do_write(fd, 1234, buf, 0, 1024);
|
/external/chromium-trace/catapult/tracing/tracing/trace_data/ |
D | trace_data.py | 177 do_write = lambda d, f: f.write(d) function 179 do_write = json.dump 183 do_write(data, handle)
|
/external/python/setuptools/setuptools/tests/ |
D | test_sandbox.py | 19 def do_write(): function 23 return do_write
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 60 static inline void do_write(const volatile void *addr) in do_write() function 124 do_write(addr); in run_test()
|
/external/u-boot/cmd/ |
D | pmic.c | 152 static int do_write(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_write() function 191 U_BOOT_CMD_MKENT(write, 3, 1, do_write, "", ""),
|
/external/e2fsprogs/debugfs/ |
D | debug_cmds.c | 224 extern void do_write __SS_PROTO; 578 do_write,
|
D | debug_cmds.ct | 124 request do_write, "Copy a file from your native filesystem",
|
D | debugfs.h | 159 extern void do_write(int argc, char **argv, int sci_idx, void *infop);
|
D | debugfs.c | 1746 void do_write(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_write() function
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 443 static int do_write(int dev, unsigned char * buffer, int try, int block_size, in do_write() function 658 got = do_write(dev, buffer, try, block_size, in test_rw() 807 do_write(dev, save_ptr, test_record[i].num, in test_nd() 882 written = do_write (dev, test_ptr, got, block_size, in test_nd() 960 do_write (dev, save_ptr, got, in test_nd()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | udp_server.cc | 109 static void do_write(void* arg, grpc_error* error); 508 void GrpcUdpListener::do_write(void* arg, grpc_error* error) { in do_write() function in GrpcUdpListener 545 GRPC_CLOSURE_INIT(&do_write_closure_, do_write, do_write_arg, in OnCanWrite()
|
/external/igt-gpu-tools/tests/ |
D | kms_available_modes_crc.c | 60 static void do_write(int fd, int handle, void *buf, int size) in do_write() function 162 do_write(data->gfx_fd, data->gem_handle, (void*)data->buf, writesize); in fill_in_fb()
|
/external/libevent/ |
D | bufferevent_openssl.c | 654 do_write(struct bufferevent_openssl *bev_ssl, int atmost) in do_write() function 792 r = do_write(bev_ssl, WRITE_FRAME); in consider_reading() 887 r = do_write(bev_ssl, n_to_write); in consider_writing()
|
D | ChangeLog-2.0 | 666 …o Change bufferevent_openssl::do_write so it doesn't call SSL_write with a 0 length buffer (c99131…
|
D | ChangeLog | 377 o be_openssl: don't call do_write() directly from outbuf_cb (da52933 Azat Khuzhin)
|
/external/u-boot/drivers/usb/gadget/ |
D | f_mass_storage.c | 810 static int do_write(struct fsg_common *common) in do_write() function 1977 reply = do_write(common); in do_scsi_command() 1987 reply = do_write(common); in do_scsi_command() 1997 reply = do_write(common); in do_scsi_command()
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 428 static void do_write(int argc, char **argv, const struct cmd_desc *cmd) in do_write() function
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 327 int do_write(struct io_req *req); 991 rval = do_write(&ioreq); in doio() 1598 int do_write(struct io_req *req) in do_write() function
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1371 static void do_write(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_write() function 2486 [FUSE_WRITE] = { do_write, "WRITE" },
|