Home
last modified time | relevance | path

Searched refs:get_fd (Results 1 – 25 of 27) sorted by relevance

12

/external/icing/icing/file/
Ddestructible-file_test.cc58 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()
Ddestructible-file.h61 int get_fd() const { return fd_; } in get_fd() function
/external/rust/crates/getrandom/src/
Duse_file.rs54 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/
Dssl_methods.h31 set_fd, get_fd, \ argument
45 get_fd, \
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh511 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()
Dhb-ot-cff2-table.hh78 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()
Dhb-subset-cff-common.hh308 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()
Dhb-ot-cff1-table.cc297 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_bounds()
378 unsigned int fd = fdSelect->get_fd (glyph); in get_seac_components()
Dhb-ot-cff2-table.cc113 unsigned int fd = fdSelect->get_fd (glyph); in get_extents()
Dhb-subset-cff-common.cc82 fd = src.get_fd (glyph); in hb_plan_subset_cff_fdselect()
/external/mtools/
Dplain_io.h36 int get_fd(Stream_t *Stream);
Dmpartition.c523 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()
Dmcopy.c136 sFd = get_fd(File); in _unix_write()
Dmformat.c804 fd = get_fd(Direct); in get_lba_geom()
1225 int fd= get_fd(Fs.Direct); in mformat()
/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint.cc59 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
Dendpoint.h49 int (*get_fd)(grpc_endpoint* ep); member
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c420 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/
Dendpoint.cc63 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
Dendpoint.h52 int (*get_fd)(grpc_endpoint* ep); member
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c694 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/
Diio-private.h107 int (*get_fd)(const struct iio_device *dev); member
Ddevice.c369 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/
Dbm_chttp2_transport.cc57 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/
Draw_ostream.cpp924 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/
Draw_ostream.h460 int get_fd() const { return FD; } in get_fd() function

12