Home
last modified time | relevance | path

Searched refs:bind (Results 101 - 125 of 3914) sorted by relevance

12345678910>>...157

/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc94 __ bind(&loop); in Generate_PushArguments()
100 __ bind(&entry); in Generate_PushArguments()
164 __ bind(&stack_overflow); in Generate_JSBuiltinsConstructStubHelper()
218 __ bind(&not_create_implicit_receiver); in Generate_JSConstructStubGeneric()
231 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
299 __ bind(&use_receiver); in Generate_JSConstructStubGeneric()
303 __ bind(&leave_and_return); in Generate_JSConstructStubGeneric()
314 __ bind(&check_receiver); in Generate_JSConstructStubGeneric()
325 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
331 __ bind( in Generate_JSConstructStubGeneric()
[all...]
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-3711.js17 var bound = func.bind();
21 return func.bind()(0, 0, 0, 0, 0, 0, 0)
35 /* bind the function with multiple args and invoke it */
39 func.bind.apply(func, args).apply(undefined, args);
/third_party/node/test/parallel/
H A Dtest-cluster-disconnect-unshared-udp.js33 const unbound = cluster.fork().on('online', bind);
35 function bind() {
46 source.bind(0);
/kernel/linux/linux-5.10/net/sched/
H A Dact_skbmod.c85 int ovr, int bind, bool rtnl_held, in tcf_skbmod_init()
133 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
137 if (exists && bind) in tcf_skbmod_init()
142 tcf_idr_release(*a, bind); in tcf_skbmod_init()
150 &act_skbmod_ops, bind, true, flags); in tcf_skbmod_init()
158 tcf_idr_release(*a, bind); in tcf_skbmod_init()
202 tcf_idr_release(*a, bind); in tcf_skbmod_init()
217 int bind, int ref) in tcf_skbmod_dump()
225 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_skbmod_dump()
83 tcf_skbmod_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_skbmod_init() argument
216 tcf_skbmod_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_skbmod_dump() argument
/kernel/linux/linux-5.10/include/net/
H A Dact_api.h103 int bind, bool rtnl_held, struct tcf_proto *tp,
164 int bind, bool cpustats, u32 flags);
167 const struct tc_action_ops *ops, int bind,
172 struct tc_action **a, int bind);
173 int tcf_idr_release(struct tc_action *a, bool bind);
178 int tcf_action_destroy(struct tc_action *actions[], int bind);
182 struct nlattr *est, char *name, int ovr, int bind,
190 char *name, int ovr, int bind,
194 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], int bind,
/kernel/linux/linux-6.6/net/sched/
H A Dact_skbmod.c109 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_skbmod_init() local
155 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbmod_init()
159 if (exists && bind) in tcf_skbmod_init()
164 tcf_idr_release(*a, bind); in tcf_skbmod_init()
172 &act_skbmod_ops, bind, true, flags); in tcf_skbmod_init()
180 tcf_idr_release(*a, bind); in tcf_skbmod_init()
224 tcf_idr_release(*a, bind); in tcf_skbmod_init()
239 int bind, int ref) in tcf_skbmod_dump()
247 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_skbmod_dump()
238 tcf_skbmod_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_skbmod_dump() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c162 create_bci(struct zink_screen *screen, const struct pipe_resource *templ, unsigned bind) in create_bci() argument
186 if (bind & PIPE_BIND_SHADER_IMAGE) in create_bci()
189 if (bind & PIPE_BIND_QUERY_BUFFER) in create_bci()
255 get_image_usage_for_feats(struct zink_screen *screen, VkFormatFeatureFlags feats, const struct pipe_resource *templ, unsigned bind, bool *need_extended) in get_image_usage_for_feats() argument
261 if (bind & ZINK_BIND_TRANSIENT) in get_image_usage_for_feats()
272 if ((is_planar || (feats & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT)) && (bind & PIPE_BIND_SHADER_IMAGE)) { in get_image_usage_for_feats()
278 if (bind & PIPE_BIND_RENDER_TARGET) { in get_image_usage_for_feats()
281 if ((bind & (PIPE_BIND_LINEAR | PIPE_BIND_SHARED)) != (PIPE_BIND_LINEAR | PIPE_BIND_SHARED)) in get_image_usage_for_feats()
288 } else if ((bind & PIPE_BIND_SAMPLER_VIEW) && !util_format_is_depth_or_stencil(templ->format)) { in get_image_usage_for_feats()
297 if (bind in get_image_usage_for_feats()
353 get_image_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, unsigned bind, unsigned modifiers_count, const uint64_t *modifiers, uint64_t *mod) get_image_usage() argument
407 create_ici(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, bool dmabuf, unsigned bind, unsigned modifiers_count, const uint64_t *modifiers, bool *success) create_ici() argument
1230 add_resource_bind(struct zink_context *ctx, struct zink_resource *res, unsigned bind) add_resource_bind() argument
1414 unsigned bind = ZINK_BIND_DMABUF; zink_resource_get_handle() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.cpp68 stateMachine.GetDispatch().PostTask(std::bind( in AdapterTurningOnState()
72 stateMachine.GetDispatch().PostTask(std::bind( in AdapterTurningOnState()
120 std::bind(&AdapterTurningOnState::Transition, this, TURNING_OFF_STATE)); in Dispatch()
127 std::bind(&AdapterTurningOnState::Transition, this, TURNING_OFF_STATE)); in Dispatch()
158 stateMachine.GetDispatch().PostTask(std::bind( in AdapterTurningOffState()
162 stateMachine.GetDispatch().PostTask(std::bind( in AdapterTurningOffState()
208 std::bind(&AdapterTurningOffState::Transition, this, TURN_OFF_STATE)); in Dispatch()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c45 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member
63 unsigned bind, enum pipe_resource_usage usage, unsigned flags) in u_upload_create()
71 upload->bind = bind; in u_upload_create()
108 upload->bind, upload->usage, in u_upload_clone()
195 buffer.bind = upload->bind; in u_upload_alloc_buffer()
62 u_upload_create(struct pipe_context *pipe, unsigned default_size, unsigned bind, enum pipe_resource_usage usage, unsigned flags) u_upload_create() argument
H A Du_suballoc.c50 unsigned size, unsigned bind, in u_suballocator_init()
58 allocator->bind = bind; in u_suballocator_init()
92 templ.bind = allocator->bind; in u_suballocator_alloc()
48 u_suballocator_init(struct u_suballocator *allocator, struct pipe_context *pipe, unsigned size, unsigned bind, enum pipe_resource_usage usage, unsigned flags, boolean zero_buffer_memory) u_suballocator_init() argument
/third_party/python/Lib/idlelib/
H A Dscrolledlist.py27 listbox.bind("<ButtonRelease-1>", self.click_event)
28 listbox.bind("<Double-ButtonRelease-1>", self.double_click_event)
30 listbox.bind("<ButtonPress-2>", self.popup_event)
31 listbox.bind("<Control-Button-1>", self.popup_event)
33 listbox.bind("<ButtonPress-3>", self.popup_event)
34 listbox.bind("<Key-Up>", self.up_event)
35 listbox.bind("<Key-Down>", self.down_event)
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_wifi_manager.cpp38 mScanCallback.OnScanStartEvent = std::bind(&WifiManager::DealScanOpenRes, this, _1); in InitScanCallback()
39 mScanCallback.OnScanStopEvent = std::bind(&WifiManager::DealScanCloseRes, this, _1); in InitScanCallback()
40 mScanCallback.OnScanFinishEvent = std::bind(&WifiManager::DealScanFinished, this, _1, _2); in InitScanCallback()
41 mScanCallback.OnScanInfoEvent = std::bind(&WifiManager::DealScanInfoNotify, this, _1, _2); in InitScanCallback()
42 mScanCallback.OnStoreScanInfoEvent = std::bind(&WifiManager::DealStoreScanInfoEvent, this, _1, _2); in InitScanCallback()
/third_party/jsframework/runtime/main/reactivity/
H A Dstate.js53 vm[mixin.name] = mixin.bind(vm)
81 : userDef.get.bind(vm)
84 ? userDef.set.bind(vm)
111 vm._methods[key] = options[key].bind(vm);
126 newValue.bind(vm) : newValue;
/third_party/jerryscript/tests/jerry/es2015/
H A Dlength-property.js113 var bound_func = normal_func.bind({});
114 var nested_bound_func = arrow_func.bind().bind(1);
136 var g = f.bind(1,2)
143 var g = f.bind(1,2)
/third_party/mesa3d/src/gallium/frontends/nine/
H A Diunknown.h49 int32_t bind; /* internal bind count */ member
56 * and the container has bind increased if the object has non null bind. */
133 assert(!(This->refs | This->bind)); in NineUnknown_Destroy()
140 UINT b = p_atomic_inc_return(&This->bind); in NineUnknown_Bind()
152 UINT b = p_atomic_dec_return(&This->bind); in NineUnknown_Unbind()
176 if (!(This->refs | This->bind)) in NineUnknown_Detach()
H A Dadapter9.c289 unsigned bind = 0; in NineAdapter9_CheckDeviceFormat() local
329 bind = 0; in NineAdapter9_CheckDeviceFormat()
333 bind |= PIPE_BIND_RENDER_TARGET; in NineAdapter9_CheckDeviceFormat()
338 bind |= d3d9_get_pipe_depth_format_bindings(CheckFormat); in NineAdapter9_CheckDeviceFormat()
346 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
352 if (CheckFormat == D3DFMT_RESZ && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
363 bind |= PIPE_BIND_BLENDABLE; in NineAdapter9_CheckDeviceFormat()
371 case D3DRTYPE_TEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break; in NineAdapter9_CheckDeviceFormat()
372 case D3DRTYPE_CUBETEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break; in NineAdapter9_CheckDeviceFormat()
373 case D3DRTYPE_VOLUMETEXTURE: bind | in NineAdapter9_CheckDeviceFormat()
425 unsigned bind; NineAdapter9_CheckDeviceMultiSampleType() local
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DShadowStyles.cpp35 this->bind(abuilder, jstyle["c"], fColor); in ShadowAdapter()
36 this->bind(abuilder, jstyle["o"], fOpacity); in ShadowAdapter()
37 this->bind(abuilder, jstyle["a"], fAngle); in ShadowAdapter()
38 this->bind(abuilder, jstyle["s"], fSize); in ShadowAdapter()
39 this->bind(abuilder, jstyle["d"], fDistance); in ShadowAdapter()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c44 static inline boolean can_cache_resource_with_bind(uint32_t bind) in can_cache_resource_with_bind() argument
46 return bind == VIRGL_BIND_CONSTANT_BUFFER || in can_cache_resource_with_bind()
47 bind == VIRGL_BIND_INDEX_BUFFER || in can_cache_resource_with_bind()
48 bind == VIRGL_BIND_VERTEX_BUFFER || in can_cache_resource_with_bind()
49 bind == VIRGL_BIND_CUSTOM || in can_cache_resource_with_bind()
50 bind == VIRGL_BIND_STAGING; in can_cache_resource_with_bind()
213 if (!can_cache_resource_with_bind(old->bind)) { in virgl_vtest_resource_reference()
229 uint32_t bind, in virgl_vtest_winsys_resource_create()
243 .bind = bind, in virgl_vtest_winsys_resource_create()
225 virgl_vtest_winsys_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size) virgl_vtest_winsys_resource_create() argument
365 virgl_vtest_winsys_resource_cache_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_vtest_winsys_resource_cache_create() argument
[all...]
/third_party/ltp/testcases/kernel/fs/fs_bind/move/
H A Dfs_bind_move03.sh19 EXPECT_PASS mount --bind dir share1
20 EXPECT_PASS mount --bind share2 parent2
27 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
32 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share1/grandchild/a
H A Dfs_bind_move05.sh18 EXPECT_PASS mount --bind parent2 share2
20 EXPECT_PASS mount --bind dir share1
24 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
29 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share2/child2/grandchild/a
H A Dfs_bind_move12.sh20 EXPECT_PASS mount --bind dir share1
23 EXPECT_FAIL mount --bind parent2 share2 2> /dev/null
28 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1/grandchild
32 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/child2/grandchild/a
H A Dfs_bind_move09.sh19 EXPECT_PASS mount --bind parent2 share2
21 EXPECT_PASS mount --bind dir share1
26 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
31 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share2/child2/grandchild/a
H A Dfs_bind_move10.sh20 EXPECT_PASS mount --bind dir share1
23 EXPECT_PASS mount --bind parent2 share2
28 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1/grandchild
32 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/child2/grandchild/a
/third_party/ltp/testcases/kernel/fs/fs_bind/rbind/
H A Dfs_bind_rbind37.sh20 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1
30 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/child1/a
33 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent1/child1/b
36 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/c
/third_party/ltp/testcases/kernel/fs/fs_bind/cloneNS/
H A Dfs_bind_cloneNS07.sh15 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1
17 EXPECT_PASS mount --bind parent1 parent2
29 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/b
36 fs_bind_exec_ns mount --bind "$PWD/$FS_BIND_DISK3" "$PWD/parent2/a/c"

Completed in 14 milliseconds

12345678910>>...157