Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/close/
Dclose01.c40 int (*get_fd) (); member
50 TST_EXP_PASS(close(tc[i].get_fd()), "close a %s fd", tc[i].type); in run()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_methods.h31 set_fd, get_fd, \ argument
45 get_fd, \
/third_party/mesa3d/src/vulkan/runtime/
Dvk_android.c132 const VkSemaphoreGetFdInfoKHR get_fd = { in vk_common_QueueSignalReleaseImageANDROID() local
139 &get_fd, &tmp_fd); in vk_common_QueueSignalReleaseImageANDROID()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh483 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
532 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
578 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
584 case 0: return u.format0.get_fd (glyph); in get_fd()
585 case 3: return u.format3.get_fd (glyph); in get_fd()
Dhb-ot-cff2-table.hh74 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd() function
81 case 0: return u.format0.get_fd (glyph); in get_fd()
82 case 3: return u.format3.get_fd (glyph); in get_fd()
83 case 4: return u.format4.get_fd (glyph); in get_fd()
Dhb-subset-cff-common.hh257 unsigned int fd = acc.fdSelect->get_fd (glyph); in flatten()
631 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset()
659 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset()
684 unsigned int fd = acc.fdSelect->get_fd (glyph); in subset()
714 unsigned int fd = acc.fdSelect->get_fd (glyph); in encode_charstrings()
Dhb-ot-cff2-table.cc114 unsigned int fd = fdSelect->get_fd (glyph); in get_extents()
205 unsigned int fd = fdSelect->get_fd (glyph); in get_path()
Dhb-ot-cff1-table.cc397 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_bounds()
544 unsigned int fd = cff->fdSelect->get_fd (glyph); in _get_path()
602 unsigned int fd = fdSelect->get_fd (glyph); in get_seac_components()
Dhb-subset-cff-common.cc81 fd = src.get_fd (glyph); in hb_plan_subset_cff_fdselect()
/third_party/nghttp2/src/
Dshrpx_accept_handler.h44 int get_fd() const;
Dshrpx_accept_handler.cc109 int AcceptHandler::get_fd() const { return faddr_->fd; } in get_fd() function in shrpx::AcceptHandler
/third_party/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()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c719 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_fd()
733 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_rfd()
747 ret = SSL_METHOD_CALL(get_fd, ssl, 0); in SSL_get_wfd()
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c193 ws->base.get_fd = radv_null_winsys_get_fd; in radv_null_winsys_create()
/third_party/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h305 int (*get_fd)(struct radeon_winsys *ws); member
Dradv_device.c3459 vk_device_set_drm_fd(&device->vk, device->ws->get_fd(device->ws)); in radv_CreateDevice()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_winsys.c289 ws->base.get_fd = radv_amdgpu_winsys_get_fd; in radv_amdgpu_winsys_create()