Home
last modified time | relevance | path

Searched refs:bind (Results 1576 - 1600 of 2826) sorted by relevance

1...<<61626364656667686970>>...114

/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1518 pub fn bind(fd: ::c_int, addr: *const sockaddr, len: socklen_t) -> ::c_int; in bind() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1795 pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int; in bind() functions
/third_party/python/Lib/test/test_asyncio/
H A Dtest_proactor_events.py1023 srv_sock.bind(('127.0.0.1', port))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1328 pipeline.bind(*cmdBuffer); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp790 pipeline.bind(*m_cmdBuffer); in prepareRenderPass()
H A DvktPipelineDepthRangeUnrestrictedTests.cpp671 pipeline.bind(*m_cmdBuffer); in prepareRenderPass()
H A DvktPipelineImageSamplingInstance.cpp884 m_graphicsPipeline.bind(*m_cmdBuffer); in setup()
H A DvktPipelineInputAssemblyTests.cpp1233 // Allocate and bind color image memory in InputAssemblyInstance()
1519 m_graphicsPipeline.bind(*m_cmdBuffer); in InputAssemblyInstance()
H A DvktPipelineSamplerBorderSwizzleTests.cpp1088 graphicsPipeline.bind(cmdBuffer); in iterate()
/third_party/python/Lib/test/
H A Dtest_ftplib.py286 self.bind(address)
803 self.skipTest("couldn't bind to port %d" % port)
814 self.skipTest("couldn't bind to port %d" % port)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h873 void bind(Label *label);
H A DIceAssemblerX8664.h869 void bind(Label *label);
H A DIceAssemblerARM32.cpp745 this->bind(L);
773 void AssemblerARM32::bind(Label *L) {
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c821 ret = bind(fd, sa, salen); in open_bind_udp_socket()
825 pa_log("bind() failed: %s", pa_cstrerror(errno)); in open_bind_udp_socket()
831 pa_log("Could not bind port"); in open_bind_udp_socket()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs701 /// bind(in_socket, &localhost).unwrap();
1848 crate::sys::socket::bind(rsock, &sock_addr)?; in test_recvmm2()
2143 /// [Further reading](https://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html)
2144 pub fn bind(fd: RawFd, addr: &dyn SockaddrLike) -> Result<()> { in bind() functions
2145 let res = unsafe { libc::bind(fd, addr.as_ptr(), addr.len()) }; in bind()
2326 /// let listener = TcpListener::bind("0.0.0.0:0").unwrap();
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c1696 if (bind(ctrl->sock, (struct sockaddr *) &sin, sizeof(sin)) < 0) { in dpp_controller_start()
1698 "DPP: Failed to bind Controller TCP port: %s", in dpp_controller_start()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp2033 onDirtyBinding->bind(resource); in updateAttachment()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc75 masm->bind(&data); in Initialise()
9009 auto ldff1_unscaled_offset_helper = std::bind(&Ldff1Helper<Shift>,
9033 auto ldff1_scaled_offset_helper = std::bind(&Ldff1Helper<Shift>,
9073 auto ldff1_32_scaled_offset_helper = std::bind(&Ldff1Helper<Extend>,
9101 auto ldff1_32_unscaled_offset_helper = std::bind(&Ldff1Helper<Extend>,
9141 std::bind(&Ldff1Helper<Extend>,
9181 std::bind(&Ldff1Helper<Extend>,
9230 auto ldff1_64_scaled_offset_helper = std::bind(&Ldff1Helper<Shift>,
9264 auto ldff1_64_unscaled_offset_helper = std::bind(&Ldff1Helper<Shift>,
10121 std::bind(
[all...]
/third_party/libbpf/src/
H A Dlibbpf.c3943 int bind = ELF64_ST_BIND(sym->st_info); local
3944 /* externs are symbols w/ type=NOTYPE, bind=GLOBAL|WEAK, section=UND */
3946 (bind == STB_GLOBAL || bind == STB_WEAK) &&
3952 int bind = ELF64_ST_BIND(sym->st_info); local
3960 if (bind == STB_LOCAL && type == STT_SECTION)
3964 return bind == STB_GLOBAL && type == STT_FUNC;
7450 pr_warn("prog '%s': failed to bind map '%s': %s\n",
7452 /* Don't fail hard if can't bind rodata. */
/third_party/typescript/lib/
H A DtypingsInstaller.js1444 return fn ? fn.bind(obj) : undefined;
3935 Phase["Bind"] = "bind";
9505 Enable_strict_bind_call_and_apply_methods_on_functions: diag(6214, ts.DiagnosticCategory.Message, "Enable_strict_bind_call_and_apply_methods_on_functions_6214", "Enable strict 'bind', 'call', and 'apply' methods on functions."),
9720 Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function: diag(6697, ts.DiagnosticCategory.Message, "Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function_6697", "Check that the arguments for 'bind', 'call', and 'apply' methods match the original function."),
[all...]
H A Dtsc.js1256 return fn ? fn.bind(obj) : undefined;
6642 Enable_strict_bind_call_and_apply_methods_on_functions: diag(6214, ts.DiagnosticCategory.Message, "Enable_strict_bind_call_and_apply_methods_on_functions_6214", "Enable strict 'bind', 'call', and 'apply' methods on functions."),
6857 Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function: diag(6697, ts.DiagnosticCategory.Message, "Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function_6697", "Check that the arguments for 'bind', 'call', and 'apply' methods match the original function."),
41355 function bind(node) { global() function
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c4103 if (!(constants->buffer->bind & PIPE_BIND_CONSTANT_BUFFER)) { in llvmpipe_set_constant_buffer()
4104 debug_printf("Illegal set constant without bind flag\n"); in llvmpipe_set_constant_buffer()
4105 constants->buffer->bind |= PIPE_BIND_CONSTANT_BUFFER; in llvmpipe_set_constant_buffer()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc1073 void Assembler::bind(Label* L) { in bind() function in v8::internal::Assembler
3686 // the bind operation to make sure function 'bind' can get this in CheckTrampolinePool()
3689 bind(&after_pool); in CheckTrampolinePool()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc537 void Assembler::bind(Label* L) { bind_to(L, pc_offset()); } in bind() function in v8::internal::Assembler
1715 bind(&label); in emit_mov()
/third_party/node/deps/undici/
H A Dundici.js3111 return decoders.other.bind(charset);
6840 let dispatch = this[kDispatch].bind(this);
8781 this.resume = this.resume.bind(this);
9655 if (request.onHeaders(Number(statusCode), realHeaders, stream.resume.bind(stream), "") === false) {

Completed in 163 milliseconds

1...<<61626364656667686970>>...114