/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1518 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 D | mod.rs | 1795 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 D | test_proactor_events.py | 1023 srv_sock.bind(('127.0.0.1', port))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 1328 pipeline.bind(*cmdBuffer); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCacheTests.cpp | 790 pipeline.bind(*m_cmdBuffer); in prepareRenderPass()
|
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 671 pipeline.bind(*m_cmdBuffer); in prepareRenderPass()
|
H A D | vktPipelineImageSamplingInstance.cpp | 884 m_graphicsPipeline.bind(*m_cmdBuffer); in setup()
|
H A D | vktPipelineInputAssemblyTests.cpp | 1233 // Allocate and bind color image memory in InputAssemblyInstance() 1519 m_graphicsPipeline.bind(*m_cmdBuffer); in InputAssemblyInstance()
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 1088 graphicsPipeline.bind(cmdBuffer); in iterate()
|
/third_party/python/Lib/test/ |
H A D | test_ftplib.py | 286 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 D | IceAssemblerX8632.h | 873 void bind(Label *label);
|
H A D | IceAssemblerX8664.h | 869 void bind(Label *label);
|
H A D | IceAssemblerARM32.cpp | 745 this->bind(L); 773 void AssemblerARM32::bind(Label *L) {
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 821 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 D | mod.rs | 701 /// 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 D | dpp_tcp.c | 1696 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 D | Framebuffer.cpp | 2033 onDirtyBinding->bind(resource); in updateAttachment()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 75 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 D | libbpf.c | 3943 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 D | typingsInstaller.js | 1444 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 D | tsc.js | 1256 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 D | lp_state_fs.c | 4103 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 D | assembler-mips.cc | 1073 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 D | assembler-x64.cc | 537 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 D | undici.js | 3111 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) {
|