Home
last modified time | relevance | path

Searched defs:handle (Results 926 - 950 of 4548) sorted by relevance

1...<<31323334353637383940>>...182

/third_party/libuv/test/
H A Dtest-tcp-write-to-half-open-connection.c68 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
H A Dtest-tcp-unexpected-read.c36 static void check_cb(uv_check_t* handle) { in check_cb() argument
41 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
50 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
57 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
74 static void connection_cb(uv_stream_t* handle, int status) { in connection_cb() argument
H A Dtest-tcp-try-write.c41 static void close_cb(uv_handle_t* handle) { in close_cb() argument
70 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
H A Dtest-watcher-cross-stop.c42 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
48 static void recv_cb(uv_udp_t* handle, in recv_cb() argument
62 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-pipe-getsockname.c42 static void pipe_close_cb(uv_handle_t* handle) { in pipe_close_cb() argument
81 static void pipe_server_connection_cb(uv_stream_t* handle, int status) { in pipe_server_connection_cb() argument
H A Dtest-tcp-close-after-read-timeout.c58 static void on_client_alloc(uv_handle_t* handle, in on_client_alloc() argument
74 static void on_client_timeout(uv_timer_t* handle) { in on_client_timeout() argument
83 static void on_connection_alloc(uv_handle_t* handle, in on_connection_alloc() argument
114 static void on_close(uv_handle_t* handle) { in on_close() argument
122 start_server(uv_loop_t* loop, uv_tcp_t* handle) start_server() argument
[all...]
H A Dtest-udp-multicast-join.c45 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
56 static void close_cb(uv_handle_t* handle) { in close_cb() argument
92 static void cl_recv_cb(uv_udp_t* handle, in cl_recv_cb() argument
[all...]
H A Dtest-udp-mmsg.c45 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
64 static void close_cb(uv_handle_t* handle) { in close_cb() argument
71 static void recv_cb(uv_udp_t* handle, in recv_cb() argument
[all...]
/third_party/libdrm/android/
H A Dgralloc_handle.h79 static inline struct gralloc_handle_t *gralloc_handle(buffer_handle_t handle) in gralloc_handle() argument
92 struct gralloc_handle_t *handle; in gralloc_handle_create() local
[all...]
/third_party/libdrm/freedreno/msm/
H A Dmsm_bo.c136 msm_bo_new_handle(struct fd_device *dev, uint32_t size, uint32_t flags, uint32_t *handle) msm_bo_new_handle() argument
156 msm_bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) msm_bo_from_handle() argument
[all...]
/third_party/lzma/CPP/Windows/
H A DThread.h32 void Attach(HANDLE handle) { thread = handle; } in Attach() argument
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_bo.c168 new_handle(struct fd_device *dev, uint32_t size, uint32_t flags, uint32_t *handle) new_handle() argument
199 uint32_t handle; msm_bo_new() local
211 msm_bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) msm_bo_from_handle() argument
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Dagx_bo.h60 uint32_t handle; member
H A Dagx_device.h81 agx_lookup_bo(struct agx_device *dev, uint32_t handle) in agx_lookup_bo() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-fragcoord.c57 void *handle; in set_vertices() local
86 void *handle; in set_vertex_shader() local
105 void *handle; in set_fragment_shader() local
H A Dfs-write-z.c83 void *handle; in set_vertices() local
112 void *handle; in set_vertex_shader() local
131 void *handle; in set_fragment_shader() local
H A Dfs-frontface.c79 void *handle; in set_vertices() local
108 void *handle; in set_vertex_shader() local
127 void *handle; in set_fragment_shader() local
H A Dquad-tex.c44 void *handle; in set_vertices() local
71 void *handle; in set_vertex_shader() local
88 void *handle; in set_fragment_shader() local
190 void *handle; in init() local
[all...]
H A Dtri-large.c46 void *handle; in set_vertices() local
74 void *handle; in set_vertex_shader() local
92 void *handle; in set_fragment_shader() local
128 void *handle; in init() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c106 static void si_vce_get_buffer(struct pipe_resource *resource, struct pb_buffer **handle, in si_vce_get_buffer() argument
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
H A Dd3d12_wgl_framebuffer.cpp191 struct winsys_handle handle; in d3d12_wgl_framebuffer_get_resource() local
/third_party/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c45 graw_create_window_and_screen( int x, int y, unsigned width, unsigned height, enum pipe_format format, void **handle) graw_create_window_and_screen() argument
/third_party/mesa3d/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c60 graw_create_window_and_screen(int x, int y, unsigned width, unsigned height, enum pipe_format format, void **handle) graw_create_window_and_screen() argument
/third_party/mesa3d/src/glx/windows/
H A Dxwindowsdri.c169 XWindowsDRIQueryDrawable(Display *dpy, int screen, Drawable drawable, unsigned int * type, void ** handle) XWindowsDRIQueryDrawable() argument
/third_party/node/src/
H A Dhandle_wrap.cc135 void HandleWrap::OnClose(uv_handle_t* handle) { in OnClose() argument
121 HandleWrap(Environment* env, Local<Object> object, uv_handle_t* handle, AsyncWrap::ProviderType provider) HandleWrap() argument

Completed in 11 milliseconds

1...<<31323334353637383940>>...182