Home
last modified time | relevance | path

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

/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/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/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()
Dlocal.c1872 .get_fd = local_get_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