/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/python/setuptools/setuptools/tests/ |
D | test_sandbox.py | 19 def do_write(): function 23 return do_write
|
/external/chromium-trace/catapult/tracing/tracing/trace_data/ |
D | trace_data.py | 186 do_write = lambda d, f: f.write(d) function 189 do_write = json.dump 194 do_write(data, handle)
|
/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/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/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | udp_server.cc | 114 static void do_write(void* arg, grpc_error* error); 511 void GrpcUdpListener::do_write(void* arg, grpc_error* error) { in do_write() function in GrpcUdpListener 548 GRPC_CLOSURE_INIT(&do_write_closure_, do_write, do_write_arg, nullptr); in OnCanWrite()
|
/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/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/ |
D | TestBreakpointSerialization.py | 122 def check_equivalence(self, source_bps, do_write = True): argument 126 if (do_write):
|
/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 | 458 o be_openssl: don't call do_write() directly from outbuf_cb (da52933 Azat Khuzhin)
|
/external/e2fsprogs/debugfs/ |
D | debugfs.h | 159 extern void do_write(int argc, char **argv, int sci_idx, void *infop);
|
D | debug_cmds.ct | 124 request do_write, "Copy a file from your native filesystem",
|
D | debugfs.c | 1746 void do_write(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_write() function
|
/external/libwebsockets/lib/roles/mqtt/ |
D | mqtt.c | 1627 goto do_write; in lws_mqtt_client_send_publish() 1706 do_write: in lws_mqtt_client_send_publish()
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 510 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 | 1444 static void do_write(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_write() function 2563 [FUSE_WRITE] = { do_write, "WRITE" },
|