Home
last modified time | relevance | path

Searched refs:bind (Results 876 - 900 of 2452) sorted by relevance

1...<<31323334353637383940>>...99

/third_party/python/Lib/tkinter/
H A Dttk.py1446 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 Dinputmethodlist.js581 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 Dadvanced_notification_live_view_service.cpp50 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 Drtspd.c1191 rc = bind(sock, &me.sa, sizeof(me.sa4)); in main()
1199 rc = bind(sock, &me.sa, sizeof(me.sa6)); in main()
H A Dsocksd.c866 rc = bind(sock, &listener.sa, sizeof(listener.sa4)); in sockdaemon()
874 rc = bind(sock, &listener.sa, sizeof(listener.sa6)); in sockdaemon()
H A Dmqttd.c848 rc = bind(sock, &listener.sa, sizeof(listener.sa4)); in sockdaemon()
856 rc = bind(sock, &listener.sa, sizeof(listener.sa6)); in sockdaemon()
H A Dtftpd.c685 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 Dsvga_pipe_blit.c832 (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 Dsocksclient.js431 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 Dnv30_miptree.c444 (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 Dassembler-s390.cc590 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 Detnaviv_rs.c715 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 Dtest_sendfile.py179 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 DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp618 graphicsPipelineMSPass.bind(*commandBuffer); in iterate()
639 graphicsPipelinesPerSampleFetch[sampleNdx].bind(*commandBuffer); in iterate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_privsep.c731 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 Ddriver_privsep.c737 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 DVertexArray.cpp155 mState.mElementArrayBuffer.bind(context, nullptr); in onDestroy()
218 mState.mElementArrayBuffer.bind(context, nullptr); in detachBuffer()
/third_party/python/Lib/
H A Dturtle.py360 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 Dcoap_io.c111 /* 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 Dsurface.c612 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 Delf.h492 #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 Delf.h490 #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 Delf.h490 #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 Delf.h490 #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 Dst_extensions.c702 * 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

Completed in 68 milliseconds

1...<<31323334353637383940>>...99