Home
last modified time | relevance | path

Searched refs:bind (Results 351 - 375 of 2750) sorted by relevance

1...<<11121314151617181920>>...110

/third_party/typescript/tests/baselines/reference/
H A DprivateNameAccessorsCallExpression.js42 const str = __classPrivateFieldGet(this, _A_instances, "a", _A_fieldFunc2_get).bind(this) `head${1}middle${2}tail`;
43 __classPrivateFieldGet((_a = this.getInstance()), _A_instances, "a", _A_fieldFunc2_get).bind(_a) `test${1}and${2}`;
H A DprivateNameFieldCallExpression.js47 const str = __classPrivateFieldGet(this, _A_fieldFunc2, "f").bind(this) `head${1}middle${2}tail`;
48 __classPrivateFieldGet((_b = this.getInstance()), _A_fieldFunc2, "f").bind(_b) `test${1}and${2}`;
H A DprivateNameStaticAccessorsCallExpression.js44 const str = __classPrivateFieldGet(this, _a, "a", _A_fieldFunc2_get).bind(this) `head${1}middle${2}tail`;
45 __classPrivateFieldGet((_b = this.getClass()), _a, "a", _A_fieldFunc2_get).bind(_b) `test${1}and${2}`;
H A DprivateNameStaticFieldCallExpression.js45 const str = __classPrivateFieldGet(A, _a, "f", _A_fieldFunc2).bind(A) `head${1}middle${2}tail`;
46 __classPrivateFieldGet((_c = this.getClass()), _a, "f", _A_fieldFunc2).bind(_c) `test${1}and${2}`;
/third_party/skia/modules/skottie/src/effects/
H A DFillEffect.cpp51 .bind( kColor_Index, fColor ) in FillAdapter()
52 .bind(kOpacity_Index, fOpacity); in FillAdapter()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_builtins.cpp1120 std::bind(&BuiltInsValidator::ValidateNotCalledWithExecutionModel, this, in ValidateNotCalledWithExecutionModel()
1158 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateClipOrCullDistanceAtReference()
1165 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateClipOrCullDistanceAtReference()
1177 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateClipOrCullDistanceAtReference()
1282 std::bind(&BuiltInsValidator::ValidateClipOrCullDistanceAtReference, in ValidateClipOrCullDistanceAtReference()
1344 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateFragCoordAtReference()
1420 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateFragDepthAtReference()
1481 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateFrontFacingAtReference()
1541 std::bind(&BuiltInsValidator::ValidateHelperInvocationAtReference, this, in ValidateHelperInvocationAtReference()
1601 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateInvocationIdAtReference()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_builtins.cpp1120 std::bind(&BuiltInsValidator::ValidateNotCalledWithExecutionModel, this, in ValidateNotCalledWithExecutionModel()
1158 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateClipOrCullDistanceAtReference()
1165 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateClipOrCullDistanceAtReference()
1177 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateClipOrCullDistanceAtReference()
1282 std::bind(&BuiltInsValidator::ValidateClipOrCullDistanceAtReference, in ValidateClipOrCullDistanceAtReference()
1344 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateFragCoordAtReference()
1420 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateFragDepthAtReference()
1481 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateFrontFacingAtReference()
1541 std::bind(&BuiltInsValidator::ValidateHelperInvocationAtReference, this, in ValidateHelperInvocationAtReference()
1601 id_to_at_reference_checks_[referenced_from_inst.id()].push_back(std::bind( in ValidateInvocationIdAtReference()
[all...]
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H A Daccessible_ability_manager_service_stub_test.cpp118 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in TestEventType()
131 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in TestEventAction()
237 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
258 bool retOnPointerEvent2 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
270 retOnPointerEvent2 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
300 bool retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
311 retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
323 retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
348 bool retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
359 retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() in HWTEST_F()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.cpp269 std::bind(&L2capTransport::TransportL2cConnectReqCallbackNative, transport, transport, btAddr, lcid, result)); in TransportL2cConnectReqCallback()
285 transport->dispatcher_.PostTask(std::bind(&L2capTransport::TransportRecvConnectionReqCallbackNative, in TransportRecvConnectionReqCallback()
307 transport->dispatcher_.PostTask(std::bind(&L2capTransport::TransportRecvConnectionRspCallbackNative, in TransportRecvConnectionRspCallback()
329 transport->dispatcher_.PostTask(std::bind( in TransportRecvConfigReqCallback()
346 transport->dispatcher_.PostTask(std::bind( in TransportRecvConfigRspCallback()
366 std::bind(&L2capTransport::TransportRecvDisconnectionReqCallbackNative, transport, transport, lcid, id)); in TransportRecvDisconnectionReqCallback()
385 std::bind(&L2capTransport::TransportRecvDisconnectionRspCallbackNative, transport, transport, lcid)); in TransportRecvDisconnectionRspCallback()
404 std::bind(&L2capTransport::TransportDisconnectAbnormalCallbackNative, transport, transport, lcid, reason)); in TransportDisconnectAbnormalCallback()
419 std::bind(&L2capTransport::TransportRecvDataCallbackNative, transport, transport, lcid, pktref)); in TransportRecvDataCallback()
433 std::bind( in TransportRemoteBusyCallback()
[all...]
/third_party/node/lib/
H A D_http_server.js505 setInterval(checkConnections.bind(this), this.connectionsCheckingInterval).unref();
691 state.onData = socketOnData.bind(undefined,
693 state.onEnd = socketOnEnd.bind(undefined,
695 state.onClose = socketOnClose.bind(undefined,
697 state.onDrain = socketOnDrain.bind(undefined,
704 parser.onIncoming = parserOnIncoming.bind(undefined,
725 onParserExecute.bind(undefined,
729 onParserTimeout.bind(undefined,
1060 res._onPendingData = updateOutgoingData.bind(undefined,
1086 resOnFinish.bind(undefine
[all...]
/third_party/rust/crates/rustix/tests/net/
H A Dconnect_bind_send.rs14 rustix::net::bind(&listener, &addr).expect("bind"); in net_v4_connect_any()
49 rustix::net::bind(&listener, &addr).expect("bind"); in net_v6_connect_any()
85 rustix::net::bind(&listener, &addr).expect("bind"); in net_v4_connect()
124 rustix::net::bind(&listener, &addr).expect("bind"); in net_v6_connect()
164 rustix::net::bind_any(&listener, &addr).expect("bind"); in net_v4_bind_any()
199 rustix::net::bind_any(&listener, &addr).expect("bind"); in net_v6_bind_any()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp164 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
221 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
279 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
338 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
396 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
456 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
516 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
575 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
633 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplace, _1, _2, _3, _4, in HWTEST_F()
693 .WillRepeatedly(DoAll(Invoke(std::bind(SendRequestReplac in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_open_settings.cpp208 std::bind(&SettingsModalExtensionCallback::OnRelease, uiExtCallback, std::placeholders::_1), in CreateSettingsUIExtension()
209 .onResult = std::bind(&SettingsModalExtensionCallback::OnResult, uiExtCallback, in CreateSettingsUIExtension()
212 std::bind(&SettingsModalExtensionCallback::OnReceive, uiExtCallback, std::placeholders::_1), in CreateSettingsUIExtension()
213 .onError = std::bind(&SettingsModalExtensionCallback::OnError, uiExtCallback, in CreateSettingsUIExtension()
216 std::bind(&SettingsModalExtensionCallback::OnRemoteReady, uiExtCallback, std::placeholders::_1), in CreateSettingsUIExtension()
217 .onDestroy = std::bind(&SettingsModalExtensionCallback::OnDestroy, uiExtCallback), in CreateSettingsUIExtension()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_keyevent_filter_test.cpp188 bool ret5 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
282 bool ret3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
318 bool ret4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
354 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
392 bool ret1 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
430 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([=]() -> bool { in HWTEST_F()
/third_party/node/lib/internal/per_context/
H A Dprimordials.js19 // `uncurryThis` is equivalent to `func => Function.prototype.call.bind(func)`.
20 // It is using `bind.bind(call)` to avoid using `Function.prototype.bind`
22 const { apply, bind, call } = Function.prototype;
23 const uncurryThis = bind.bind(call);
26 // `applyBind` is equivalent to `func => Function.prototype.apply.bind(func)`.
27 // It is using `bind.bind(appl
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c299 dst_templ.bind |= PIPE_BIND_DEPTH_STENCIL; in blit_to_staging()
301 dst_templ.bind |= PIPE_BIND_RENDER_TARGET; in blit_to_staging()
426 unsigned bind; in st_ReadPixels() local
474 bind = PIPE_BIND_DEPTH_STENCIL; in st_ReadPixels()
476 bind = PIPE_BIND_RENDER_TARGET; in st_ReadPixels()
480 dst_format = st_choose_matching_format(st, bind, format, type, in st_ReadPixels()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c75 if (unlikely(mt->base.base.bind & PIPE_BIND_CURSOR)) in nv50_mt_choose_storage_type()
131 if (mt->base.base.bind & PIPE_BIND_SCANOUT) { in nv50_mt_choose_storage_type()
151 if (mt->base.base.bind & PIPE_BIND_CURSOR) in nv50_mt_choose_storage_type()
350 if (pt->bind & PIPE_BIND_LINEAR) in nv50_miptree_create()
383 if (!bo_config.nv50.memtype && (pt->bind & PIPE_BIND_SHARED)) in nv50_miptree_create()
389 if (mt->base.base.bind & (PIPE_BIND_CURSOR | PIPE_BIND_DISPLAY_TARGET)) in nv50_miptree_create()
H A Dnv50_context.c212 unsigned bind = res->bind ? res->bind : PIPE_BIND_VERTEX_BUFFER; in nv50_invalidate_resource_storage() local
215 if (bind & PIPE_BIND_RENDER_TARGET) { in nv50_invalidate_resource_storage()
227 if (bind & PIPE_BIND_DEPTH_STENCIL) { in nv50_invalidate_resource_storage()
237 if (bind & (PIPE_BIND_VERTEX_BUFFER | in nv50_invalidate_resource_storage()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc147 bind(&skip); in Jump()
173 bind(&skip); in Jump()
184 bind(&skip); in Jump()
258 bind(&skip); in Call()
279 bind(&skip); in CallBuiltin()
323 bind(&loop); in PushArray()
328 bind(&done); in PushArray()
336 bind(&loop); in PushArray()
340 bind(&done); in PushArray()
487 bind( in MultiPushF64AndV128()
[all...]
/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp69 SetDispatchFuncCallBack(std::bind(StartTest, std::placeholders::_1)); in InitSocket()
70 SetDispatchConfigFuncCallBack(std::bind(DipatchConfigMsg, std::placeholders::_1)); in InitSocket()
71 SetDispatchCompleteFuncCallBack(std::bind(DispatchComplete)); in InitSocket()
72 AutoTestManager::GetInstance()->SetSendMsgFuncCallBack(std::bind(SendTestMsg, std::placeholders::_1)); in InitSocket()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp50 service_.dispatcher_.PostTask(std::bind(&GenericAttributeService::ConnectIncoming, &service_, device));
52 service_.dispatcher_.PostTask(std::bind(&GenericAttributeService::Disconnected, &service_, device));
60 std::bind(&GenericAttributeService::NotifyAllDevices, &service_, service.handle_, service.endHandle_));
67 service_.dispatcher_.PostTask(std::bind(&GenericAttributeService::ComfirmNotify, &service_, device));
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp190 for (auto& bind : oesBinds) { in GetOESProgram()
191 key += BASE_NS::to_string(bind.set); in GetOESProgram()
193 key += BASE_NS::to_string(bind.bind); in GetOESProgram()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dzaurus.c93 .bind = zaurus_bind,
103 .bind = zaurus_bind,
113 .bind = zaurus_bind,
250 .bind = blan_mdlm_bind,
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dzaurus.c93 .bind = zaurus_bind,
103 .bind = zaurus_bind,
113 .bind = zaurus_bind,
250 .bind = blan_mdlm_bind,
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c65 if (fmt.bind & PIPE_BIND_VERTEX_BUFFER) in get_format_properties()
68 if (fmt.bind & PIPE_BIND_SAMPLER_VIEW) { in get_format_properties()
85 if (fmt.bind & PIPE_BIND_RENDER_TARGET) { in get_format_properties()
96 if (fmt.bind & PIPE_BIND_DEPTH_STENCIL) in get_format_properties()

Completed in 27 milliseconds

1...<<11121314151617181920>>...110