/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.hpp | 540 void bind (vk::VkCommandBuffer cmdBuffer) const;
|
/third_party/skia/samplecode/ |
H A D | SamplePathText.cpp | 183 fBackgroundAnimationTask.add(std::bind(&MovingGlyphAnimator::runAnimationTask, this, tsec,
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Server.cpp | 499 session->bind(rw); in Impl()
|
/third_party/openssl/engines/ |
H A D | e_afalg.c | 438 r = bind(actx->bfd, (struct sockaddr *)&sa, sizeof(sa)); in afalg_create_sk() 440 ALG_PERR("%s(%d): Failed to bind socket : ", __FILE__, __LINE__); in afalg_create_sk()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | ext.py | 82 def bind(self, environment): member in Extension
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bluebirdStaticThis.js | 28 static bind(dit: typeof Promise, thisArg: any): Promise<void>;
|
/third_party/python/Lib/test/ |
H A D | test_poplib.py | 219 self.bind(address)
|
H A D | test_socketserver.py | 121 # Issue 29184: cannot bind() a Unix socket on Android. 175 s.bind(self.pickaddr(proto)) 290 # Issue #22435: the server socket wouldn't be closed if bind()/listen() 292 # Create many servers for which bind() will fail, to see if this result
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | debugger_bindings.cpp | 32 #include <emscripten/bind.h> 583 // https://emscripten.org/docs/api_reference/bind.h.html#_CPPv415register_vectorPKc in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/modules/skottie/src/ |
H A D | Skottie.cpp | 82 this->bind(abuilder, jobject["o"], fOpacity); in OpacityAdapter()
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 25 #include <emscripten/bind.h> 82 // This type signature is a mess, but it's necessary. See, we can't use "bind" (EMSCRIPTEN_BINDINGS)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_ssdp.c | 745 if (bind(sd, (struct sockaddr *) &addr, sizeof(addr))) in ssdp_listener_open() 870 wpa_printf(MSG_INFO, "WPS UPnP: Failed to bind " in ssdp_open_multicast_sock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | fils_hlp.c | 418 if (bind(s, (struct sockaddr *) &addr, sizeof(addr))) { in fils_process_hlp_dhcp() 420 "FILS: Failed to bind DHCP socket: %s", in fils_process_hlp_dhcp()
|
H A D | vlan_full.c | 775 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) { in full_dynamic_vlan_init() 776 wpa_printf(MSG_ERROR, "VLAN: %s: bind(netlink) failed: %s", in full_dynamic_vlan_init()
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deSocket.c | 524 if (bind(sock->handle, bsdAddr, (NativeSocklen)bsdAddrLen) != 0) in deSocket_listen()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_ssdp.c | 745 if (bind(sd, (struct sockaddr *) &addr, sizeof(addr))) in ssdp_listener_open() 870 wpa_printf(MSG_INFO, "WPS UPnP: Failed to bind " in ssdp_open_multicast_sock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | fils_hlp.c | 418 if (bind(s, (struct sockaddr *) &addr, sizeof(addr))) { in fils_process_hlp_dhcp() 420 "FILS: Failed to bind DHCP socket: %s", in fils_process_hlp_dhcp()
|
H A D | vlan_full.c | 775 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) { in full_dynamic_vlan_init() 776 wpa_printf(MSG_ERROR, "VLAN: %s: bind(netlink) failed: %s", in full_dynamic_vlan_init()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vt.c | 3927 int bind = simple_strtoul(buf, NULL, 0); in store_bind() local 3931 if (bind) in store_bind() 3945 int bind; in show_bind() local 3948 bind = con_is_bound(con->con); in show_bind() 3951 return snprintf(buf, PAGE_SIZE, "%i\n", bind); in show_bind() 3965 static DEVICE_ATTR(bind, S_IRUGO|S_IWUSR, show_bind, store_bind); 4268 * do_take_over_console is basically a register followed by bind 4276 * If we get an busy error we still want to bind the console driver in do_take_over_console()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt.c | 3858 int bind = simple_strtoul(buf, NULL, 0); in store_bind() local 3862 if (bind) in store_bind() 3876 int bind; in show_bind() local 3879 bind = con_is_bound(con->con); in show_bind() 3882 return sysfs_emit(buf, "%i\n", bind); in show_bind() 3896 static DEVICE_ATTR(bind, S_IRUGO|S_IWUSR, show_bind, store_bind); 4199 * do_take_over_console is basically a register followed by bind 4207 * If we get an busy error we still want to bind the console driver in do_take_over_console()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | TextureD3D.cpp | 1559 mTexStorageObserverBinding.bind(mTexStorage); in setCompleteTexStorage() 2227 mTexStorageObserverBinding.bind(mTexStorage); 2892 mTexStorageObserverBinding.bind(mTexStorage); 3619 mTexStorageObserverBinding.bind(mTexStorage); 4163 mTexStorageObserverBinding.bind(mTexStorage); 4281 mTexStorageObserverBinding.bind(mTexStorage);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 4218 if (bind(hapd->ctrl_sock, res->ai_addr, res->ai_addrlen) < 0) { in hostapd_ctrl_iface_init() 4223 wpa_printf(MSG_ERROR, "bind(AF_INET): %s", strerror(errno)); in hostapd_ctrl_iface_init() 4330 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in hostapd_ctrl_iface_init() 4331 wpa_printf(MSG_DEBUG, "ctrl_iface bind(PF_UNIX) failed: %s", in hostapd_ctrl_iface_init() 4343 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < in hostapd_ctrl_iface_init() 4346 "hostapd-ctrl-iface: bind(PF_UNIX): %s", in hostapd_ctrl_iface_init() 5023 if (bind(interface->global_ctrl_sock, res->ai_addr, res->ai_addrlen) < in hostapd_global_ctrl_iface_init() 5029 wpa_printf(MSG_ERROR, "bind(AF_INET): %s", strerror(errno)); in hostapd_global_ctrl_iface_init() 5098 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in hostapd_global_ctrl_iface_init() 5099 wpa_printf(MSG_DEBUG, "ctrl_iface bind(PF_UNI in hostapd_global_ctrl_iface_init() [all...] |
/kernel/linux/linux-5.10/net/unix/ |
H A D | af_unix.c | 726 .bind = unix_bind, 751 .bind = unix_bind, 775 .bind = unix_bind,
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 2550 err = ssock->ops->bind(ssock, uaddr, addr_len); in mptcp_bind() 2793 .bind = mptcp_bind, 2843 .bind = mptcp_bind,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendTests.cpp | 646 // Allocate and bind color image memory 858 m_graphicsPipelines[quadNdx].bind(*m_cmdBuffer); 1240 // Allocate and bind color image memory 1461 m_graphicsPipelines[quadNdx].bind(*m_cmdBuffer); 1968 graphicsPipeline.bind(cmdBuffer); in iterate()
|