Home
last modified time | relevance | path

Searched refs:bind (Results 176 - 200 of 3914) sorted by relevance

12345678910>>...157

/kernel/linux/linux-6.6/net/sched/
H A Dact_sample.c42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init() local
64 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init()
68 if (exists && bind) in tcf_sample_init()
73 &act_sample_ops, bind, true, flags); in tcf_sample_init()
80 tcf_idr_release(*a, bind); in tcf_sample_init()
132 tcf_idr_release(*a, bind); in tcf_sample_init()
213 int bind, int ref) in tcf_sample_dump()
220 .bindcnt = atomic_read(&s->tcf_bindcnt) - bind, in tcf_sample_dump()
285 u32 *index_inc, bool bind, in tcf_sample_offload_act_setup()
288 if (bind) { in tcf_sample_offload_act_setup()
212 tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_sample_dump() argument
284 tcf_sample_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_sample_offload_act_setup() argument
[all...]
H A Dact_connmark.c106 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_connmark_init() local
130 ret = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_connmark_init()
133 &act_connmark_ops, bind, flags); in tcf_connmark_init()
148 if (bind) { in tcf_connmark_init()
184 tcf_idr_release(*a, bind); in tcf_connmark_init()
191 int bind, int ref) in tcf_connmark_dump()
198 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_connmark_dump()
190 tcf_connmark_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_connmark_dump() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c191 unsigned bind; in stw_st_framebuffer_validate_locked() local
205 bind = PIPE_BIND_DISPLAY_TARGET | in stw_st_framebuffer_validate_locked()
216 bind &= ~PIPE_BIND_DISPLAY_TARGET; in stw_st_framebuffer_validate_locked()
223 bind = PIPE_BIND_DEPTH_STENCIL; in stw_st_framebuffer_validate_locked()
233 if (bind != PIPE_BIND_DEPTH_STENCIL && stwfb->stvis.samples > 1) { in stw_st_framebuffer_validate_locked()
234 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in stw_st_framebuffer_validate_locked()
242 templ.bind = bind; in stw_st_framebuffer_validate_locked()
253 if (bind & PIPE_BIND_DISPLAY_TARGET) { in stw_st_framebuffer_validate_locked()
290 templ.bind in stw_st_framebuffer_validate_locked()
[all...]
/third_party/python/Lib/idlelib/
H A Dmulticall.py66 # methods: bind and unbind, which get a function and a parsed sequence, as
82 def bind(self, triplet, func): member in _SimpleBinder
94 self.handlerid = self.widget.bind(self.widgetinst,
210 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
213 def bind(self, triplet, func): member in _ComplexBinder
223 self.handlerids.append((seq, self.widget.bind(self.widgetinst,
334 def bind(self, sequence=None, func=None, add=None): member in MultiCallCreator.MultiCall
335 #print("bind(%s, %s, %s)" % (sequence, func, add),
347 self.__binders[triplet[1]].bind(triplet, func)
350 return widget.bind(sel
[all...]
H A Diomenu.py28 self.__id_open = self.text.bind("<<open-window-from-file>>", self.open)
29 self.__id_save = self.text.bind("<<save-window>>", self.save)
30 self.__id_saveas = self.text.bind("<<save-window-as-file>>",
32 self.__id_savecopy = self.text.bind("<<save-copy-of-window-as-file>>",
35 self.__id_print = self.text.bind("<<print-window>>", self.print_window)
407 self.text.bind("<Control-o>", self.open)
408 self.text.bind('<Control-p>', self.print)
409 self.text.bind("<Control-s>", self.save)
410 self.text.bind("<Alt-s>", self.saveas)
411 self.text.bind('<Contro
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource9.js115 this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types?
118 this.bind(agg, typeMembers.allMembers);
121 this.bind(agg, ambientMembers.allMembers);
124 this.bind(agg, ambientTypeMembers.allMembers);
178 // bind expansions on the parent type symbol
201 public bind(scope: SymbolScope, table: IHashTable) {
317 this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types?
320 this.bind(agg, typeMembers.allMembers);
323 this.bind(agg, ambientMembers.allMembers);
326 this.bind(ag
[all...]
H A DsuperPropertyAccess.js18 var l2 = super.m1.bind(this); // Should be allowed, can access properties as well as invoke
22 super.m2.bind(this); // Should error, instance property, not a public instance member function
77 var l2 = _super.prototype.m1.bind(this); // Should be allowed, can access properties as well as invoke
79 _super.prototype.m2.bind(this); // Should error, instance property, not a public instance member function
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh88 echo "bind devices";
89 src/usbip bind -b $busid;
96 echo "bind devices - expect already bound messages"
97 src/usbip bind -b $busid;
128 echo "bind devices";
129 src/usbip bind -b $busid;
185 echo "Run bind without usbip_host - expect fail"
186 src/usbip bind -b $busid;
189 echo "Run lsusb - devices that failed to bind aren't bound to any driver"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh88 echo "bind devices";
89 src/usbip bind -b $busid;
96 echo "bind devices - expect already bound messages"
97 src/usbip bind -b $busid;
128 echo "bind devices";
129 src/usbip bind -b $busid;
185 echo "Run bind without usbip_host - expect fail"
186 src/usbip bind -b $busid;
189 echo "Run lsusb - devices that failed to bind aren't bound to any driver"
/third_party/node/test/parallel/
H A Dtest-dgram-socket-buffer-size.js95 socket.bind(common.mustCall(() => {
113 socket.bind(common.mustCall(() => {
140 socket.bind(common.mustCall(() => {
163 socket.bind(common.mustCall(() => {
/third_party/skia/modules/skottie/src/effects/
H A DShiftChannelsEffect.cpp54 .bind( kTakeRedFrom_Index, fR) in ShiftChannelsEffectAdapter()
55 .bind(kTakeGreenFrom_Index, fG) in ShiftChannelsEffectAdapter()
56 .bind( kTakeBlueFrom_Index, fB) in ShiftChannelsEffectAdapter()
57 .bind(kTakeAlphaFrom_Index, fA); in ShiftChannelsEffectAdapter()
H A DHueSaturationEffect.cpp105 .bind( kChannelControl_Index, fChanCtrl ) in HueSaturationEffectAdapter()
106 .bind( kMasterHue_Index, fMasterHue ) in HueSaturationEffectAdapter()
107 .bind( kMasterSat_Index, fMasterSat ) in HueSaturationEffectAdapter()
108 .bind(kMasterLightness_Index, fMasterLight); in HueSaturationEffectAdapter()
H A DVenetianBlindsEffect.cpp46 .bind(kCompletion_Index, fCompletion) in VenetianBlindsAdapter()
47 .bind( kDirection_Index, fDirection ) in VenetianBlindsAdapter()
48 .bind( kWidth_Index, fWidth ) in VenetianBlindsAdapter()
49 .bind( kFeather_Index, fFeather ); in VenetianBlindsAdapter()
H A DTransformEffect.cpp32 this->bind(abuilder, jopacity , fOpacity ); in TransformEffectAdapter()
33 this->bind(abuilder, jscale_uniform, fUniformScale); in TransformEffectAdapter()
34 this->bind(abuilder, jscale_width , fScaleWidth ); in TransformEffectAdapter()
35 this->bind(abuilder, jscale_height , fScaleHeight ); in TransformEffectAdapter()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_socket_transport.cpp190 obexTran_.dispatcher_.PostTask(std::bind( in OnConnected()
199 std::bind(&ObexClientSocketTransport::TransportObserver::ProcessOnDisconnected, this)); in OnDisconnected()
207 std::bind(&ObexClientSocketTransport::TransportObserver::ProcessOnDisconnectSuccess, this)); in OnDisconnectSuccess()
215 std::bind(&ObexClientSocketTransport::TransportObserver::ProcessOnDataAvailable, this, transport, nullptr)); in OnDataAvailable()
223 std::bind(&ObexClientSocketTransport::TransportObserver::ProcessOnDataAvailable, this, transport, pkt)); in OnDataAvailable()
231 std::bind(&ObexClientSocketTransport::TransportObserver::ProcessOnDataBusy, this, isBusy)); in OnDataBusy()
239 std::bind(&ObexClientSocketTransport::TransportObserver::ProcessOnTransportError, this, errType)); in OnTransportError()
466 std::bind(&ObexServerSocketTransport::TransportObserver::ProcessOnConnectIncoming, this, addr, port)); in OnConnectIncoming()
473 std::bind(&ObexServerSocketTransport::TransportObserver::ProcessOnIncomingDisconnected, this, addr)); in OnIncomingDisconnected()
481 mainTran_.dispatcher_.PostTask(std::bind( in OnConnected()
[all...]
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp72 std::bind(&VendorInterface::OnEventReceived, this, std::placeholders::_1)); in WatchHciChannel()
73 watcher_.AddFdToWatcher(channel[0], std::bind(&Hci::H4Protocol::ReadData, h4, std::placeholders::_1)); in WatchHciChannel()
79 std::bind(&VendorInterface::OnEventReceived, this, std::placeholders::_1)); in WatchHciChannel()
81 channel[hci_channels_t::HCI_ACL_IN], std::bind(&Hci::MctProtocol::ReadAclData, mct, std::placeholders::_1)); in WatchHciChannel()
83 channel[hci_channels_t::HCI_EVT], std::bind(&Hci::MctProtocol::ReadEventData, mct, std::placeholders::_1)); in WatchHciChannel()
186 watcher_.SetTimeout(std::chrono::milliseconds(lpmTimer_), std::bind(&VendorInterface::WatcherTimeout, this)); in SendPacket()
217 std::bind(&VendorInterface::WatcherTimeout, VendorInterface::GetInstance())); in OnInitCallback()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp252 BSessionBackup::Callbacks {.onFileReady = bind(OnFileReady, ctx, placeholders::_1, placeholders::_2), in InitPathCapFile()
253 .onBundleStarted = bind(OnBundleStarted, ctx, placeholders::_1, placeholders::_2), in InitPathCapFile()
254 .onBundleFinished = bind(OnBundleFinished, ctx, placeholders::_1, placeholders::_2), in InitPathCapFile()
255 .onAllBundlesFinished = bind(OnAllBundlesFinished, ctx, placeholders::_1), in InitPathCapFile()
256 .onResultReport = bind(OnResultReport, ctx, placeholders::_1, placeholders::_2), in InitPathCapFile()
257 .onBackupServiceDied = bind(OnBackupServiceDied, ctx), in InitPathCapFile()
258 .onProcess = bind(OnProcess, ctx, placeholders::_1, placeholders::_2)}); in InitPathCapFile()
/kernel/linux/linux-6.6/include/net/
H A Dact_api.h134 u32 *index_inc, bool bind,
189 int bind, bool cpustats, u32 flags);
192 const struct tc_action_ops *ops, int bind,
197 struct tc_action **a, int bind);
198 int tcf_idr_release(struct tc_action *a, bool bind);
203 int tcf_action_destroy(struct tc_action *actions[], int bind);
217 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind,
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Delf.c218 /* Only accept one non-weak bind. */ in elf_find_func_offset()
224 /* already have a non-weak bind, and in elf_find_func_offset()
225 * this is a weak bind, so ignore. in elf_find_func_offset()
273 int bind; member
330 int bind = GELF_ST_BIND(sym->sym.st_info); in elf_resolve_syms_offsets() local
346 if (found->bind != STB_WEAK && bind != STB_WEAK) { in elf_resolve_syms_offsets()
347 /* Only accept one non-weak bind. */ in elf_resolve_syms_offsets()
352 } else if (bind == STB_WEAK) { in elf_resolve_syms_offsets()
353 /* already have a non-weak bind, an in elf_resolve_syms_offsets()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c398 unsigned bind) in softpipe_is_format_supported()
421 if (bind & (PIPE_BIND_DISPLAY_TARGET | in softpipe_is_format_supported()
424 if(!winsys->is_displaytarget_format_supported(winsys, bind, format)) in softpipe_is_format_supported()
428 if (bind & PIPE_BIND_RENDER_TARGET) { in softpipe_is_format_supported()
442 if (bind & PIPE_BIND_DEPTH_STENCIL) { in softpipe_is_format_supported()
453 if ((bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW)) && in softpipe_is_format_supported()
454 ((bind & PIPE_BIND_DISPLAY_TARGET) == 0) && in softpipe_is_format_supported()
393 softpipe_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) softpipe_is_format_supported() argument
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c111 unsigned bind; in hgl_st_framebuffer_validate_textures() local
120 bind = PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_RENDER_TARGET; in hgl_st_framebuffer_validate_textures()
124 bind = PIPE_BIND_DEPTH_STENCIL; in hgl_st_framebuffer_validate_textures()
128 bind = 0; in hgl_st_framebuffer_validate_textures()
134 templat.bind = bind; in hgl_st_framebuffer_validate_textures()
135 TRACE("resource_create(%d, %d, %d)\n", i, format, bind); in hgl_st_framebuffer_validate_textures()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cClipDistance.hpp124 void bind();
147 void bind();
171 bool bind();
341 bind(); in VertexBufferObject()
367 bool gl3cts::ClipDistance::Utility::VertexBufferObject<T>::bind() in bind() function in gl3cts::ClipDistance::Utility::VertexBufferObject
416 bind(); in useAsShaderInput()
449 bind(); in readBuffer()
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp287 acontainer->bind(*abuilder, (*jrange)["s" ], &selector->fStart ); in Make()
288 acontainer->bind(*abuilder, (*jrange)["e" ], &selector->fEnd ); in Make()
289 acontainer->bind(*abuilder, (*jrange)["o" ], &selector->fOffset); in Make()
290 acontainer->bind(*abuilder, (*jrange)["a" ], &selector->fAmount); in Make()
291 acontainer->bind(*abuilder, (*jrange)["ne"], &selector->fEaseLo); in Make()
292 acontainer->bind(*abuilder, (*jrange)["xe"], &selector->fEaseHi); in Make()
296 acontainer->bind(*abuilder, (*jrange)["sm" ], &selector->fSmoothness); in Make()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.cpp42 std::make_pair(std::bind(WifiPermissionUtils::VerifyGetWifiInfoPermission),
45 std::make_pair(std::bind(WifiPermissionUtils::VerifyGetWifiInfoPermission),
48 std::make_pair(std::bind(WifiPermissionUtils::VerifyGetWifiInfoPermission),
51 std::make_pair(std::bind(WifiPermissionUtils::VerifyGetWifiInfoPermission),
54 std::make_pair(std::bind(WifiPermissionUtils::VerifyGetWifiInfoPermission),
57 std::make_pair(std::bind(WifiPermissionUtils::VerifyGetWifiInfoPermission),
60 std::make_pair(std::bind(WifiPermissionUtils::VerifyManageWifiHotspotPermission),
63 std::make_pair(std::bind(WifiPermissionUtils::VerifyManageWifiHotspotPermission),
66 std::make_pair(std::bind(WifiPermissionUtils::VerifyGetWifiInfoPermission),
69 std::make_pair(std::bind(WifiPermissionUtil
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp170 GetDispatcher()->PostTask(std::bind(&impl::Connect, pimpl.get(), appId, autoConnect)); in Connect()
181 GetDispatcher()->PostTask(std::bind(&impl::Disconnect, pimpl.get(), appId)); in Disconnect()
220 GetDispatcher()->PostTask(std::bind(&impl::RegisterApplication, in RegisterApplication()
239 GetDispatcher()->PostTask(std::bind(&impl::RegisterApplication, in RegisterSharedApplication()
257 GetDispatcher()->PostTask(std::bind(&impl::DeregisterApplication, pimpl.get(), appId, std::ref(promise))); in DeregisterApplication()
268 GetDispatcher()->PostTask(std::bind(&impl::DiscoveryServices, pimpl.get(), appId)); in DiscoveryServices()
279 GetDispatcher()->PostTask(std::bind(&impl::ReadCharacteristic, pimpl.get(), appId, characteristic.handle_)); in ReadCharacteristic()
290 GetDispatcher()->PostTask(std::bind(&impl::ReadCharacteristicByUuid, pimpl.get(), appId, uuid)); in ReadCharacteristicByUuid()
306 GetDispatcher()->PostTask(std::bind(&impl::WriteCharacteristic, in WriteCharacteristic()
328 GetDispatcher()->PostTask(std::bind( in SignedWriteCharacteristic()
427 std::bind(&impl::OnConnect, service_.pimpl.get(), device, connectionHandle, ret)); global() variable
434 std::bind(&impl::OnDisconnect, service_.pimpl.get(), device, connectionHandle, ret)); global() variable
440 service_.GetDispatcher()->PostTask(std::bind(&impl::OnConnectionChanged, global() variable
447 service_.GetDispatcher()->PostTask(std::bind( global() variable
453 service_.GetDispatcher()->PostTask(std::bind(&impl::OnConnetionManagerShutDown, service_.pimpl.get())); global() variable
470 service_.GetDispatcher()->PostTask(std::bind(&impl::OnDiscoverAllPrimaryServicesEvent, global() variable
481 service_.GetDispatcher()->PostTask(std::bind(&impl::OnFindIncludedServicesEvent, global() variable
493 service_.GetDispatcher()->PostTask(std::bind(&impl::OnDiscoverAllCharacteristicOfServiceEvent, global() variable
506 service_.GetDispatcher()->PostTask(std::bind(&impl::OnDiscoverAllCharacteristicDescriptorsEvent, global() variable
517 service_.GetDispatcher()->PostTask(std::bind(&impl::OnReadCharacteristicValueEvent, global() variable
529 std::bind(&impl::OnWriteCharacteristicValueEvent, service_.pimpl.get(), reqId, connectHandle, handle, ret)); global() variable
535 service_.GetDispatcher()->PostTask(std::bind( global() variable
542 std::bind(&impl::OnWriteDescriptorValueEvent, service_.pimpl.get(), reqId, connectHandle, handle, ret)); global() variable
548 service_.GetDispatcher()->PostTask(std::bind( global() variable
555 std::bind(&impl::OnExchangeMtuEvent, service_.pimpl.get(), reqId, connectHandle, rxMtu, status)); global() variable
[all...]

Completed in 15 milliseconds

12345678910>>...157