Home
last modified time | relevance | path

Searched refs:bind (Results 726 - 750 of 2549) sorted by relevance

1...<<21222324252627282930>>...102

/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/
H A Dindex.js22 const ObjectDefineProperty = Object.defineProperty.bind(Object);
/third_party/ltp/testcases/kernel/syscalls/connect/
H A Dconnect01.c254 if (bind(sfd, (struct sockaddr *)sin0, sizeof(*sin0)) < 0) { in start_server()
255 tst_brkm(TBROK | TERRNO, cleanup, "server bind failed"); in start_server()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-mcast_receiver.c329 if (bind(sd, info_p->mainfo->ai_addr, info_p->mainfo->ai_addrlen) < 0) in create_mcast_socket()
330 fatal_error("bind()"); in create_mcast_socket()
H A Dns-udpserver.c316 if (bind(sock_fd, res->ai_addr, res->ai_addrlen) < 0) in main()
317 fatal_error("bind()"); in main()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_file_test.c188 show_result(bind(fd, (struct sockaddr *)&addr, sizeof(addr))); in stage_file_test()
/third_party/ltp/testcases/kernel/syscalls/send/
H A Dsend01.c178 if (bind(sfd, (struct sockaddr *)sin0, sizeof(*sin0)) < 0) { in start_server()
179 tst_brkm(TBROK | TERRNO, cleanup, "server bind failed"); in start_server()
/third_party/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c233 if (bind(sfd, (struct sockaddr *)sin0, sizeof(*sin0)) < 0) { in start_server()
234 tst_brkm(TBROK | TERRNO, cleanup, "server bind failed"); in start_server()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.c73 templat.bind &= (PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_RENDER_TARGET | in etna_render_handle_incompatible()
/third_party/python/Lib/idlelib/
H A Dbrowser.py115 top.bind("<Escape>", self.close)
H A Dcodecontext.py125 context.bind('<ButtonRelease-1>', self.jumptoline)
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp264 vao.bind(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkComputePipelineConstructionUtil.cpp232 void ComputePipelineWrapper::bind (VkCommandBuffer commandBuffer) in bind() function in vk::ComputePipelineWrapper
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp905 return std::bind(&InterestingnessTest::Interesting, this,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp905 return std::bind(&InterestingnessTest::Interesting, this,
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc243 if (bind(socket, info->ai_addr, static_cast<int>(info->ai_addrlen)) != 0) { in Listen()
/third_party/typescript/tests/baselines/reference/
H A DthisAndSuperInStaticMembers2(target=es2015).js89 C.z18 = Reflect.get(_c, "a", _b).bind(_b) ``;
/third_party/python/Lib/idlelib/idle_test/
H A Dmock_tk.py299 def bind(sequence=None, func=None, add=None): member in Text
/third_party/skia/modules/canvaskit/
H A Dcompile.sh368 --bind \
/third_party/skia/modules/skottie/tests/
H A DKeyframe.cpp30 fDidBind = this->bind(abuilder, json_dom.root(), &fValue); in MockProperty()
/third_party/selinux/libselinux/src/
H A Davc_internal.c125 if (bind(fd, (struct sockaddr *)&addr, len) < 0) { in avc_netlink_open()
/third_party/rust/crates/rustix/src/net/
H A Dsocket.rs72 /// `bind(sockfd, addr)`—Binds a socket to an IP address.
80 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html
81 /// [Linux]: https://man7.org/linux/man-pages/man2/bind.2.html
82 /// [Apple]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/bind.2.html
83 /// [Winsock2]: https://docs.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-bind
84 pub fn bind<Fd: AsFd>(sockfd: Fd, addr: &SocketAddr) -> io::Result<()> { in bind() functions
95 /// `bind(sockfd, addr)`—Binds a socket to an address.
103 /// [POSIX]: https://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html
104 /// [Linux]: https://man7.org/linux/man-pages/man2/bind.2.html
105 /// [Apple]: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/bind
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp905 return std::bind(&InterestingnessTest::Interesting, this,
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc345 __ bind(&binop); \
369 __ bind(&binop); \
386 __ bind(&exchange); \
410 __ bind(&exchange); \
428 __ bind(&compareExchange); \
436 __ bind(&exit); \
456 __ bind(&compareExchange); \
469 __ bind(&exit); \
726 __ bind(&start_call); in AssembleArchInstruction()
859 __ bind(oo in AssembleArchInstruction()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp145 bind(); in attachTexture()
161 void Utils::framebuffer::bind() in bind() function in gl4cts::ShaderSubroutine::Utils::framebuffer
684 void Utils::texture::bind() in bind() function in gl4cts::ShaderSubroutine::Utils::texture
705 bind(); in create()
721 bind(); in get()
740 bind(); in update()
772 void Utils::vertexArray::bind() in bind() function in gl4cts::ShaderSubroutine::Utils::vertexArray
2939 vao.bind(); in iterate()
3610 /** Test if it is possible to "bind" all subroutines uniforms with all subroutines
3970 vao.bind(); in iterate()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h809 #define lwip_bind bind
886 * bind(), and has issued a successful call to listen().
930 * - If accept() called after IP address bind to socket has been removed,
947 * The bind() function assigns a local socket address address to a socket identified by descriptor socket
963 * @li The bind() function shall fail if:
966 * - <b> as zero in the socket address structure, but, upon attempting to bind to an ephemeral port,
985 * - Multiple bind call behavior: bind() call will change port binding of UDP socket.
990 * - AF_INET/AF_INET6 SOCK_RAW bind does not check if socket address is available or not.
1406 * connect() shall bind i
2451 #define bind global() macro
[all...]

Completed in 30 milliseconds

1...<<21222324252627282930>>...102