/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/ |
H A D | index.js | 22 const ObjectDefineProperty = Object.defineProperty.bind(Object);
|
/third_party/ltp/testcases/kernel/syscalls/connect/ |
H A D | connect01.c | 254 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 D | ns-mcast_receiver.c | 329 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 D | ns-udpserver.c | 316 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 D | tomoyo_file_test.c | 188 show_result(bind(fd, (struct sockaddr *)&addr, sizeof(addr))); in stage_file_test()
|
/third_party/ltp/testcases/kernel/syscalls/send/ |
H A D | send01.c | 178 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 D | recv01.c | 233 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 D | etnaviv_surface.c | 73 templat.bind &= (PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_RENDER_TARGET | in etna_render_handle_incompatible()
|
/third_party/python/Lib/idlelib/ |
H A D | browser.py | 115 top.bind("<Escape>", self.close)
|
H A D | codecontext.py | 125 context.bind('<ButtonRelease-1>', self.jumptoline)
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSeparableProgramsTransformFeedbackTests.cpp | 264 vao.bind(); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkComputePipelineConstructionUtil.cpp | 232 void ComputePipelineWrapper::bind (VkCommandBuffer commandBuffer) in bind() function in vk::ComputePipelineWrapper
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | fuzzer_shrinker_test.cpp | 905 return std::bind(&InterestingnessTest::Interesting, this,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | fuzzer_shrinker_test.cpp | 905 return std::bind(&InterestingnessTest::Interesting, this,
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
H A D | socket.cc | 243 if (bind(socket, info->ai_addr, static_cast<int>(info->ai_addrlen)) != 0) { in Listen()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | thisAndSuperInStaticMembers2(target=es2015).js | 89 C.z18 = Reflect.get(_c, "a", _b).bind(_b) ``;
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | mock_tk.py | 299 def bind(sequence=None, func=None, add=None): member in Text
|
/third_party/skia/modules/canvaskit/ |
H A D | compile.sh | 368 --bind \
|
/third_party/skia/modules/skottie/tests/ |
H A D | Keyframe.cpp | 30 fDidBind = this->bind(abuilder, json_dom.root(), &fValue); in MockProperty()
|
/third_party/selinux/libselinux/src/ |
H A D | avc_internal.c | 125 if (bind(fd, (struct sockaddr *)&addr, len) < 0) { in avc_netlink_open()
|
/third_party/rust/crates/rustix/src/net/ |
H A D | socket.rs | 72 /// `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 D | fuzzer_shrinker_test.cpp | 905 return std::bind(&InterestingnessTest::Interesting, this,
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 345 __ 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 D | gl4cShaderSubroutineTests.cpp | 145 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 D | sockets.h | 809 #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...] |