| /third_party/node/deps/uv/include/uv/ |
| H A D | unix.h | 217 void* handle; member
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | fsevents.c | 29 int uv__fsevents_init(uv_fs_event_t* handle) { in uv__fsevents_init() argument 34 int uv__fsevents_close(uv_fs_event_t* handle) { in uv__fsevents_close() argument 84 uv_fs_event_t* handle; member 186 uv_fs_event_t* handle; uv__fsevents_cb() local 197 uv__fsevents_push_event(uv_fs_event_t* handle, QUEUE* events, int err) uv__fsevents_push_event() argument 228 uv_fs_event_t* handle; uv__fsevents_event_cb() local 411 uv__fsevents_reschedule(uv_fs_event_t* handle, uv__cf_loop_signal_type_t type) uv__fsevents_reschedule() argument 778 uv__cf_loop_signal(uv_loop_t* loop, uv_fs_event_t* handle, uv__cf_loop_signal_type_t type) uv__cf_loop_signal() argument 806 uv__fsevents_init(uv_fs_event_t* handle) uv__fsevents_init() argument 876 uv__fsevents_close(uv_fs_event_t* handle) uv__fsevents_close() argument [all...] |
| H A D | udp.c | 88 void uv__udp_close(uv_udp_t* handle) { in uv__udp_close() argument 99 uv__udp_finish_close(uv_udp_t* handle) uv__udp_finish_close() argument 127 uv__udp_run_completed(uv_udp_t* handle) uv__udp_run_completed() argument 172 uv_udp_t* handle; uv__udp_io() local 187 uv__udp_recvmmsg(uv_udp_t* handle, uv_buf_t* buf) uv__udp_recvmmsg() argument 246 uv__udp_recvmsg(uv_udp_t* handle) uv__udp_recvmsg() argument 315 uv__udp_sendmmsg(uv_udp_t* handle) uv__udp_sendmmsg() argument 408 uv__udp_sendmsg(uv_udp_t* handle) uv__udp_sendmsg() argument 532 uv__udp_bind(uv_udp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) uv__udp_bind() argument 599 uv__udp_maybe_deferred_bind(uv_udp_t* handle, int domain, unsigned int flags) uv__udp_maybe_deferred_bind() argument 636 uv__udp_connect(uv_udp_t* handle, const struct sockaddr* addr, unsigned int addrlen) uv__udp_connect() argument 689 uv__udp_disconnect(uv_udp_t* handle) uv__udp_disconnect() argument 732 uv__udp_send(uv_udp_send_t* req, uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen, uv_udp_send_cb send_cb) uv__udp_send() argument 798 uv__udp_try_send(uv_udp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, const struct sockaddr* addr, unsigned int addrlen) uv__udp_try_send() argument 842 uv__udp_set_membership4(uv_udp_t* handle, const struct sockaddr_in* multicast_addr, const char* interface_addr, uv_membership membership) uv__udp_set_membership4() argument 889 uv__udp_set_membership6(uv_udp_t* handle, const struct sockaddr_in6* multicast_addr, const char* interface_addr, uv_membership membership) uv__udp_set_membership6() argument 942 uv__udp_set_source_membership4(uv_udp_t* handle, const struct sockaddr_in* multicast_addr, const char* interface_addr, const struct sockaddr_in* source_addr, uv_membership membership) uv__udp_set_source_membership4() argument 987 uv__udp_set_source_membership6(uv_udp_t* handle, const struct sockaddr_in6* multicast_addr, const char* interface_addr, const struct sockaddr_in6* source_addr, uv_membership membership) uv__udp_set_source_membership6() argument 1037 uv__udp_init_ex(uv_loop_t* loop, uv_udp_t* handle, unsigned flags, int domain) uv__udp_init_ex() argument 1063 uv_udp_using_recvmmsg(const uv_udp_t* handle) uv_udp_using_recvmmsg() argument 1074 uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock) uv_udp_open() argument 1100 uv_udp_set_membership(uv_udp_t* handle, const char* multicast_addr, const char* interface_addr, uv_membership membership) uv_udp_set_membership() argument 1124 uv_udp_set_source_membership(uv_udp_t* handle, const char* multicast_addr, const char* interface_addr, const char* source_addr, uv_membership membership) uv_udp_set_source_membership() argument 1168 uv__setsockopt(uv_udp_t* handle, int option4, int option6, const void* val, socklen_t size) uv__setsockopt() argument 1193 uv__setsockopt_maybe_char(uv_udp_t* handle, int option4, int option6, int val) uv__setsockopt_maybe_char() argument 1212 uv_udp_set_broadcast(uv_udp_t* handle, int on) uv_udp_set_broadcast() argument 1225 uv_udp_set_ttl(uv_udp_t* handle, int ttl) uv_udp_set_ttl() argument 1262 uv_udp_set_multicast_ttl(uv_udp_t* handle, int ttl) uv_udp_set_multicast_ttl() argument 1287 uv_udp_set_multicast_loop(uv_udp_t* handle, int on) uv_udp_set_multicast_loop() argument 1311 uv_udp_set_multicast_interface(uv_udp_t* handle, const char* interface_addr) uv_udp_set_multicast_interface() argument 1360 uv_udp_getpeername(const uv_udp_t* handle, struct sockaddr* name, int* namelen) uv_udp_getpeername() argument 1370 uv_udp_getsockname(const uv_udp_t* handle, struct sockaddr* name, int* namelen) uv_udp_getsockname() argument 1381 uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) uv__udp_recv_start() argument 1406 uv__udp_recv_stop(uv_udp_t* handle) uv__udp_recv_stop() argument [all...] |
| H A D | sunos.c | 425 static int uv__fs_event_rearm(uv_fs_event_t *handle) { in uv__fs_event_rearm() argument 445 uv_fs_event_t *handle = NULL; in uv__fs_event_read() local 502 uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) uv_fs_event_init() argument 508 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, unsigned int flags) uv_fs_event_start() argument 550 uv__fs_event_stop(uv_fs_event_t* handle) uv__fs_event_stop() argument 572 uv_fs_event_stop(uv_fs_event_t* handle) uv_fs_event_stop() argument 577 uv__fs_event_close(uv_fs_event_t* handle) uv__fs_event_close() argument 592 uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) uv_fs_event_init() argument 597 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* filename, unsigned int flags) uv_fs_event_start() argument 605 uv_fs_event_stop(uv_fs_event_t* handle) uv_fs_event_stop() argument 610 uv__fs_event_close(uv_fs_event_t* handle) uv__fs_event_close() argument [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | tcp.c | 48 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { in uv__tcp_nodelay() argument 60 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive() argument 81 uv__tcp_set_socket(uv_loop_t* loop, uv_tcp_t* handle, SOCKET socket, int family, int imported) uv__tcp_set_socket() argument 154 uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* handle, unsigned int flags) uv_tcp_init_ex() argument 203 uv_tcp_init(uv_loop_t* loop, uv_tcp_t* handle) uv_tcp_init() argument 236 uv__tcp_endgame(uv_loop_t* loop, uv_tcp_t* handle) uv__tcp_endgame() argument 292 uv__tcp_try_bind(uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) uv__tcp_try_bind() argument 355 uv_tcp_t* handle; post_completion() local 374 uv_tcp_t* handle; post_write_completion() local 391 uv__tcp_queue_accept(uv_tcp_t* handle, uv_tcp_accept_t* req) uv__tcp_queue_accept() argument 475 uv__tcp_queue_read(uv_loop_t* loop, uv_tcp_t* handle) uv__tcp_queue_read() argument 549 uv_tcp_close_reset(uv_tcp_t* handle, uv_close_cb close_cb) uv_tcp_close_reset() argument 564 uv__tcp_listen(uv_tcp_t* handle, int backlog, uv_connection_cb cb) uv__tcp_listen() argument 725 uv__tcp_read_start(uv_tcp_t* handle, uv_alloc_cb alloc_cb, uv_read_cb read_cb) uv__tcp_read_start() argument 785 uv__tcp_try_connect(uv_connect_t* req, uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, uv_connect_cb cb) uv__tcp_try_connect() argument 885 uv_tcp_getsockname(const uv_tcp_t* handle, struct sockaddr* name, int* namelen) uv_tcp_getsockname() argument 897 uv_tcp_getpeername(const uv_tcp_t* handle, struct sockaddr* name, int* namelen) uv_tcp_getpeername() argument 909 uv__tcp_write(uv_loop_t* loop, uv_write_t* req, uv_tcp_t* handle, const uv_buf_t bufs[], unsigned int nbufs, uv_write_cb cb) uv__tcp_write() argument 976 uv__tcp_try_write(uv_tcp_t* handle, const uv_buf_t bufs[], unsigned int nbufs) uv__tcp_try_write() argument 1000 uv__process_tcp_read_req(uv_loop_t* loop, uv_tcp_t* handle, uv_req_t* req) uv__process_tcp_read_req() argument 1129 uv__process_tcp_write_req(uv_loop_t* loop, uv_tcp_t* handle, uv_write_t* req) uv__process_tcp_write_req() argument 1176 uv__process_tcp_accept_req(uv_loop_t* loop, uv_tcp_t* handle, uv_req_t* raw_req) uv__process_tcp_accept_req() argument 1224 uv__process_tcp_connect_req(uv_loop_t* loop, uv_tcp_t* handle, uv_connect_t* req) uv__process_tcp_connect_req() argument 1264 uv__tcp_xfer_export(uv_tcp_t* handle, int target_pid, uv__ipc_socket_xfer_type_t* xfer_type, uv__ipc_socket_xfer_info_t* xfer_info) uv__tcp_xfer_export() argument 1339 uv_tcp_nodelay(uv_tcp_t* handle, int enable) uv_tcp_nodelay() argument 1358 uv_tcp_keepalive(uv_tcp_t* handle, int enable, unsigned int delay) uv_tcp_keepalive() argument 1379 uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable) uv_tcp_simultaneous_accepts() argument 1509 uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) uv_tcp_open() argument 1555 uv__tcp_bind(uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, unsigned int flags) uv__tcp_bind() argument 1572 uv__tcp_connect(uv_connect_t* req, uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, uv_connect_cb cb) uv__tcp_connect() argument [all...] |
| H A D | process.c | 140 static void uv__process_init(uv_loop_t* loop, uv_process_t* handle) { in uv__process_init() argument 867 uv__process_proc_exit(uv_loop_t* loop, uv_process_t* handle) uv__process_proc_exit() argument 905 uv__process_close(uv_loop_t* loop, uv_process_t* handle) uv__process_close() argument 926 uv__process_endgame(uv_loop_t* loop, uv_process_t* handle) uv__process_endgame() argument [all...] |
| /third_party/python/Lib/idlelib/ |
| H A D | run.py | 518 def handle(self): member in MyHandler
|
| H A D | rpc.py | 516 def handle(self): member in RPCHandler
|
| /third_party/python/Lib/http/ |
| H A D | server.py | 432 def handle(self): member in BaseHTTPRequestHandler
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.hpp | 281 vk::VkBuffer handle; member 305 vk::VkImage handle; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Shader.cpp | 136 Shader(ShaderProgramManager *manager, rx::GLImplFactory *implFactory, const gl::Limitations &rendererLimitations, ShaderType type, ShaderProgramID handle) Shader() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ShaderLang.cpp | 57 TCompiler *GetCompilerFromHandle(ShHandle handle) in GetCompilerFromHandle() argument 69 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables() argument 81 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle() argument 375 void Destruct(ShHandle handle) in Destruct() argument 386 GetBuiltInResourcesString(const ShHandle handle) GetBuiltInResourcesString() argument 400 Compile(const ShHandle handle, const char *const shaderStrings[], size_t numStrings, ShCompileOptions compileOptions) Compile() argument 411 ClearResults(const ShHandle handle) ClearResults() argument 418 GetShaderVersion(const ShHandle handle) GetShaderVersion() argument 425 GetShaderOutputType(const ShHandle handle) GetShaderOutputType() argument 435 GetInfoLog(const ShHandle handle) GetInfoLog() argument 447 GetObjectCode(const ShHandle handle) GetObjectCode() argument 459 GetObjectBinaryBlob(const ShHandle handle) GetObjectBinaryBlob() argument 468 GetNameHashingMap(const ShHandle handle) GetNameHashingMap() argument 475 GetUniforms(const ShHandle handle) GetUniforms() argument 485 GetInputVaryings(const ShHandle handle) GetInputVaryings() argument 495 GetOutputVaryings(const ShHandle handle) GetOutputVaryings() argument 505 GetVaryings(const ShHandle handle) GetVaryings() argument 529 GetAttributes(const ShHandle handle) GetAttributes() argument 539 GetOutputVariables(const ShHandle handle) GetOutputVariables() argument 549 GetInterfaceBlocks(const ShHandle handle) GetInterfaceBlocks() argument 554 GetUniformBlocks(const ShHandle handle) GetUniformBlocks() argument 564 GetShaderStorageBlocks(const ShHandle handle) GetShaderStorageBlocks() argument 574 GetComputeShaderLocalGroupSize(const ShHandle handle) GetComputeShaderLocalGroupSize() argument 585 GetVertexShaderNumViews(const ShHandle handle) GetVertexShaderNumViews() argument 595 HasEarlyFragmentTestsOptimization(const ShHandle handle) HasEarlyFragmentTestsOptimization() argument 605 GetShaderSpecConstUsageBits(const ShHandle handle) GetShaderSpecConstUsageBits() argument 620 GetShaderStorageBlockRegister(const ShHandle handle, const std::string &shaderStorageBlockName, unsigned int *indexOut) GetShaderStorageBlockRegister() argument 642 GetUniformBlockRegister(const ShHandle handle, const std::string &uniformBlockName, unsigned int *indexOut) GetUniformBlockRegister() argument 664 ShouldUniformBlockUseStructuredBuffer(const ShHandle handle, const std::string &uniformBlockName) ShouldUniformBlockUseStructuredBuffer() argument 677 GetUniformRegisterMap(const ShHandle handle) GetUniformRegisterMap() argument 689 GetSlowCompilingUniformBlockSet(const ShHandle handle) GetSlowCompilingUniformBlockSet() argument 701 GetReadonlyImage2DRegisterIndex(const ShHandle handle) GetReadonlyImage2DRegisterIndex() argument 713 GetImage2DRegisterIndex(const ShHandle handle) GetImage2DRegisterIndex() argument 725 GetUsedImage2DFunctionNames(const ShHandle handle) GetUsedImage2DFunctionNames() argument 737 HasValidGeometryShaderInputPrimitiveType(const ShHandle handle) HasValidGeometryShaderInputPrimitiveType() argument 748 HasValidGeometryShaderOutputPrimitiveType(const ShHandle handle) HasValidGeometryShaderOutputPrimitiveType() argument 759 HasValidGeometryShaderMaxVertices(const ShHandle handle) HasValidGeometryShaderMaxVertices() argument 770 HasValidTessGenMode(const ShHandle handle) HasValidTessGenMode() argument 781 HasValidTessGenSpacing(const ShHandle handle) HasValidTessGenSpacing() argument 792 HasValidTessGenVertexOrder(const ShHandle handle) HasValidTessGenVertexOrder() argument 803 HasValidTessGenPointMode(const ShHandle handle) HasValidTessGenPointMode() argument 814 GetGeometryShaderInputPrimitiveType(const ShHandle handle) GetGeometryShaderInputPrimitiveType() argument 825 GetGeometryShaderOutputPrimitiveType(const ShHandle handle) GetGeometryShaderOutputPrimitiveType() argument 836 GetGeometryShaderInvocations(const ShHandle handle) GetGeometryShaderInvocations() argument 847 GetGeometryShaderMaxVertices(const ShHandle handle) GetGeometryShaderMaxVertices() argument 860 GetTessControlShaderVertices(const ShHandle handle) GetTessControlShaderVertices() argument 872 GetTessGenMode(const ShHandle handle) GetTessGenMode() argument 883 GetTessGenSpacing(const ShHandle handle) GetTessGenSpacing() argument 894 GetTessGenVertexOrder(const ShHandle handle) GetTessGenVertexOrder() argument 905 GetTessGenPointMode(const ShHandle handle) GetTessGenPointMode() argument 916 GetShaderSharedMemorySize(const ShHandle handle) GetShaderSharedMemorySize() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_fuchsia.h | 51 zx_handle_t handle; member
|
| H A D | vulkan_win32.h | 57 HANDLE handle; member 125 HANDLE handle; member 177 HANDLE handle; member 218 HANDLE handle; member
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkResourceProvider.cpp | 324 getZeroSamplerDescriptorSetHandle( GrVkDescriptorSetManager::Handle* handle) getZeroSamplerDescriptorSetHandle() argument 340 getSamplerDescriptorSetHandle(VkDescriptorType type, const GrVkUniformHandler& uniformHandler, GrVkDescriptorSetManager::Handle* handle) getSamplerDescriptorSetHandle() argument 386 getSamplerDescriptorSet( const GrVkDescriptorSetManager::Handle& handle) getSamplerDescriptorSet() argument 392 recycleDescriptorSet(const GrVkDescriptorSet* descSet, const GrVkDescriptorSetManager::Handle& handle) recycleDescriptorSet() argument [all...] |
| /third_party/openssl/providers/fips/ |
| H A D | fipsprov.c | 76 const OSSL_CORE_HANDLE *handle; member 197 const OSSL_CORE_HANDLE *handle = in set_self_test_cb() local 540 int OSSL_provider_init_int(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init_int() argument 731 int ossl_fips_intern_provider_init(const OSSL_CORE_HANDLE *handle, in ossl_fips_intern_provider_init() argument [all...] |
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_opengl3.cpp | 546 static bool CheckShader(GLuint handle, const char* desc) in CheckShader() argument 565 static bool CheckProgram(GLuint handle, const char* desc) in CheckProgram() argument
|
| /third_party/openssl/test/ |
| H A D | fake_rsaprov.c | 506 static int fake_rsa_provider_init(const OSSL_CORE_HANDLE *handle, in fake_rsa_provider_init() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | raw_ostream.cpp | 82 void raw_ostream::handle() {} in handle() function in raw_ostream
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 55 bool MipsCallLowering::MipsHandler::handle( in handle() function in MipsCallLowering::MipsHandler
|
| /third_party/skia/tools/gpu/gl/angle/ |
| H A D | GLTestContext_angle.cpp | 166 ANGLE_updateTraceEventDuration(angle::PlatformMethods* platform, const unsigned char* category_group_enabled, const char* name, angle::TraceEventHandle handle) ANGLE_updateTraceEventDuration() argument
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| H A D | vulkan_win32.h | 57 HANDLE handle; member 125 HANDLE handle; member 177 HANDLE handle; member 218 HANDLE handle; member
|
| H A D | vulkan_fuchsia.h | 51 zx_handle_t handle; member
|
| /third_party/python/Modules/clinic/ |
| H A D | overlapped.c.h | 445 HANDLE handle; in _overlapped_Overlapped_ReadFile() local 475 HANDLE handle; _overlapped_Overlapped_ReadFileInto() local 510 HANDLE handle; _overlapped_Overlapped_WSARecv() local 542 HANDLE handle; _overlapped_Overlapped_WSARecvInto() local 578 HANDLE handle; _overlapped_Overlapped_WriteFile() local 613 HANDLE handle; _overlapped_Overlapped_WSASend() local 882 HANDLE handle; _overlapped_Overlapped_WSASendTo() local 920 HANDLE handle; _overlapped_Overlapped_WSARecvFrom() local 952 HANDLE handle; _overlapped_Overlapped_WSARecvFromInto() local [all...] |
| /third_party/python/PC/ |
| H A D | _msi.c | 210 HANDLE handle; in FNFCIGETOPENINFO() local
|