| /third_party/python/Lib/tkinter/ |
| H A D | ttk.py | 1446 self._bind((self._w, "tag", "bind", tagname), sequence, callback, add=0) 1505 self.scale.bind('<<RangeChanged>>', self._adjust) 1519 self.bind('<Configure>', self._adjust) 1520 self.bind('<Map>', self._adjust)
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
| H A D | inputmethodlist.js | 581 this.InputMethodItem.bind(this)(this.activeSubtypes[k3].name, 603 this.InputMethodItem.bind(this)(this.inputMethods[t3].label,
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | advanced_notification_live_view_service.cpp | 50 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([=]() { in RecoverLiveViewFromDb() 176 ffrt::task_handle handler = notificationSvrQueue_->submit_h(std::bind([this, record]() { in OnSubscriberAddInffrt()
|
| /third_party/curl/tests/server/ |
| H A D | rtspd.c | 1191 rc = bind(sock, &me.sa, sizeof(me.sa4)); in main() 1199 rc = bind(sock, &me.sa, sizeof(me.sa6)); in main()
|
| H A D | socksd.c | 866 rc = bind(sock, &listener.sa, sizeof(listener.sa4)); in sockdaemon() 874 rc = bind(sock, &listener.sa, sizeof(listener.sa6)); in sockdaemon()
|
| H A D | mqttd.c | 848 rc = bind(sock, &listener.sa, sizeof(listener.sa4)); in sockdaemon() 856 rc = bind(sock, &listener.sa, sizeof(listener.sa6)); in sockdaemon()
|
| H A D | tftpd.c | 685 rc = bind(sock, &me.sa, sizeof(me.sa4)); in main() 693 rc = bind(sock, &me.sa, sizeof(me.sa6)); in main()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_blit.c | 832 (resource->bind & PIPE_BIND_SHARED)); in is_texture_valid_to_copy() 867 (blit->dst.resource->bind & PIPE_BIND_DISPLAY_TARGET)) { in svga_blit()
|
| /third_party/node/deps/npm/node_modules/socks/build/client/ |
| H A D | socksclient.js | 431 if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) { 700 else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) {
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_miptree.c | 444 (pt->bind & PIPE_BIND_SCANOUT) || in nv30_miptree_create() 451 if (pt->bind & PIPE_BIND_SCANOUT) { in nv30_miptree_create()
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | assembler-s390.cc | 590 void Assembler::bind(Label* L) { in bind() function in v8::internal::Assembler 668 bind(&skip); in stop()
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_rs.c | 715 if (src->base.bind & PIPE_BIND_RENDER_TARGET || in etna_try_rs_blit() 716 src->base.bind & PIPE_BIND_DEPTH_STENCIL) { in etna_try_rs_blit()
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_sendfile.py | 179 srv_sock.bind((socket_helper.HOST, port)) 266 srv_sock.bind((socket_helper.HOST, port))
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 618 graphicsPipelineMSPass.bind(*commandBuffer); in iterate() 639 graphicsPipelinesPerSampleFetch[sampleNdx].bind(*commandBuffer); in iterate()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_privsep.c | 731 if (bind(drv->priv_socket, (struct sockaddr *) &addr, sizeof(addr)) < in wpa_driver_privsep_set_param() 734 "privsep-set-params priv-sock: bind(PF_UNIX): %s", in wpa_driver_privsep_set_param() 758 if (bind(drv->cmd_socket, (struct sockaddr *) &addr, sizeof(addr)) < 0) in wpa_driver_privsep_set_param() 761 "privsep-set-params cmd-sock: bind(PF_UNIX): %s", in wpa_driver_privsep_set_param()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_privsep.c | 737 if (bind(drv->priv_socket, (struct sockaddr *) &addr, sizeof(addr)) < in wpa_driver_privsep_set_param() 740 "privsep-set-params priv-sock: bind(PF_UNIX): %s", in wpa_driver_privsep_set_param() 764 if (bind(drv->cmd_socket, (struct sockaddr *) &addr, sizeof(addr)) < 0) in wpa_driver_privsep_set_param() 767 "privsep-set-params cmd-sock: bind(PF_UNIX): %s", in wpa_driver_privsep_set_param()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | VertexArray.cpp | 155 mState.mElementArrayBuffer.bind(context, nullptr); in onDestroy() 218 mState.mElementArrayBuffer.bind(context, nullptr); in detachBuffer()
|
| /third_party/python/Lib/ |
| H A D | turtle.py | 360 self._rootwindow.bind('<Configure>', self.onResize) 415 def bind(self, *args, **kwargs): member in ScrolledCanvas 418 self._canvas.bind(*args, **kwargs) 675 self.cv.bind("<Button-%s>" % num, eventfun, add) 686 self.cv.bind("<KeyRelease-%s>" % key, eventfun) 689 """If key is given, bind fun to key-press event of key. 690 Otherwise bind fun to any key-press. 702 self.cv.bind("<KeyPress>", eventfun) 704 self.cv.bind("<KeyPress-%s>" % key, eventfun)
|
| /third_party/libcoap/src/ |
| H A D | coap_io.c | 111 /* find the target nic by ip, begin to bind */ in bind_to_device() 121 coap_log_debug("bind_to_device: bind nic %s success\n", buf[i].ifr_name); in bind_to_device() 222 if (bind(sock->fd, &listen_addr->addr.sa, 228 coap_log_warn("coap_socket_bind_udp: bind: %s\n", 355 if (bind(sock->fd, &local_if->addr.sa, 361 coap_log_warn("coap_socket_connect_udp: bind: %s\n", 374 /* Need to bind to a local address for clarity over endpoints */ 389 if (bind(sock->fd, &bind_addr.addr.sa, 395 coap_log_warn("coap_socket_connect_udp: bind: %s\n", 436 if (bind(soc [all...] |
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | surface.c | 612 res_templ.bind = PIPE_BIND_SAMPLER_VIEW; in surface_from_external_memory() 726 res_templ.bind = PIPE_BIND_SAMPLER_VIEW; in surface_from_prime_2() 986 templat.bind |= PIPE_BIND_PROTECTED; in vlVaCreateSurfaces2() 1008 templat.bind = PIPE_BIND_LINEAR | PIPE_BIND_SHARED; in vlVaCreateSurfaces2()
|
| /third_party/musl/porting/linux/user/include/ |
| H A D | elf.h | 492 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) 496 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A D | elf.h | 490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
| H A D | elf.h | 490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | elf.h | 490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) 494 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_extensions.c | 702 * Given a list of formats and bind flags, return the maximum number 710 unsigned bind) in get_max_samples_for_formats() 717 PIPE_TEXTURE_2D, i, i, bind)) { in get_max_samples_for_formats() 731 unsigned bind) in get_max_samples_for_formats_advanced() 738 i, num_storage_samples, bind)) { in get_max_samples_for_formats_advanced() 706 get_max_samples_for_formats(struct pipe_screen *screen, unsigned num_formats, const enum pipe_format *formats, unsigned max_samples, unsigned bind) get_max_samples_for_formats() argument 726 get_max_samples_for_formats_advanced(struct pipe_screen *screen, unsigned num_formats, const enum pipe_format *formats, unsigned max_samples, unsigned num_storage_samples, unsigned bind) get_max_samples_for_formats_advanced() argument
|