/external/icing/icing/file/ |
D | destructible-file_test.cc | 58 ASSERT_TRUE(filesystem.Write(destructible1.get_fd(), &i, sizeof(i))); in TEST() 65 ASSERT_TRUE(filesystem.Write(destructible2.get_fd(), &i, sizeof(i))); in TEST() 91 ASSERT_TRUE(filesystem.Write(destructible2.get_fd(), &i, sizeof(i))); in TEST()
|
D | destructible-file.h | 61 int get_fd() const { return fd_; } in get_fd() function
|
/external/rust/crates/getrandom/src/ |
D | use_file.rs | 54 fn get_fd() -> Option<libc::c_int> { in get_rng_fd() function 62 if let Some(fd) = get_fd() { in get_rng_fd() 72 if let Some(fd) = get_fd() { in get_rng_fd()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_methods.h | 31 set_fd, get_fd, \ argument 45 get_fd, \
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 511 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function 560 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function 609 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function 615 case 0: return u.format0.get_fd (glyph); in get_fd() 616 case 3: return u.format3.get_fd (glyph); in get_fd()
|
D | hb-ot-cff2-table.hh | 78 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function 85 case 0: return u.format0.get_fd (glyph); in get_fd() 86 case 3: return u.format3.get_fd (glyph); in get_fd() 87 case 4: return u.format4.get_fd (glyph); in get_fd()
|
D | hb-subset-cff-common.hh | 308 unsigned int fd = acc.fdSelect->get_fd (glyph); in flatten() 664 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset() 692 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset() 717 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset() 747 unsigned int fd = acc.fdSelect->get_fd (glyph); in encode_charstrings()
|
D | hb-ot-cff1-table.cc | 297 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_bounds() 378 unsigned int fd = fdSelect->get_fd (glyph); in get_seac_components()
|
D | hb-ot-cff2-table.cc | 113 unsigned int fd = fdSelect->get_fd (glyph); in get_extents()
|
D | hb-subset-cff-common.cc | 82 fd = src.get_fd (glyph); in hb_plan_subset_cff_fdselect()
|
/external/mtools/ |
D | plain_io.h | 36 int get_fd(Stream_t *Stream);
|
D | mpartition.c | 523 scsi_cmd(get_fd(Stream), cmd, 10, SCSI_IO_READ, in mpartition() 537 ioctl(get_fd(Stream), BLKGETSIZE, &tot_sectors); in mpartition() 649 if(ioctl(get_fd(Stream), HDIO_GETGEO, &geom) == 0) { in mpartition()
|
D | mcopy.c | 136 sFd = get_fd(File); in _unix_write()
|
D | mformat.c | 804 fd = get_fd(Direct); in get_lba_geom() 1225 int fd= get_fd(Fs.Direct); in mformat()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | endpoint.cc | 59 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
|
D | endpoint.h | 49 int (*get_fd)(grpc_endpoint* ep); member
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 420 int get_fd(void) in get_fd() function 476 int fd = get_fd(); in check_size() 495 int fd = get_fd(); in check_trunc_hack() 916 int fd = get_fd(); in writefileimage() 1291 int fd = get_fd(); in main() 1323 int fd = get_fd(); in main()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | endpoint.cc | 63 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
|
D | endpoint.h | 52 int (*get_fd)(grpc_endpoint* ep); member
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 694 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_fd() 708 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_rfd() 722 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_wfd()
|
/external/libiio/src/ |
D | iio-private.h | 107 int (*get_fd)(const struct iio_device *dev); member
|
D | device.c | 369 if (dev->ctx->ops->get_fd) in iio_device_get_poll_fd() 370 return dev->ctx->ops->get_fd(dev); in iio_device_get_poll_fd()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_chttp2_transport.cc | 57 get_fd}; in DummyEndpoint() 127 static int get_fd(grpc_endpoint* ep) { return 0; } in get_fd() function in DummyEndpoint
|
/external/llvm-project/llvm/lib/Support/ |
D | raw_ostream.cpp | 924 assert(get_fd() >= 0 && "File already closed."); in read() 925 ssize_t Ret = ::read(get_fd(), (void *)Ptr, Size); in read()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | raw_ostream.h | 460 int get_fd() const { return FD; } in get_fd() function
|