/third_party/ltp/testcases/kernel/fs/fs_bind/move/ |
H A D | fs_bind_move18.sh | 19 EXPECT_PASS mount --bind parent1/child1 share1 20 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 26 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/child1/a 29 EXPECT_PASS mount --bind "$FS_BIND_DISK3" share1/b
|
H A D | fs_bind_move21.sh | 15 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1 18 EXPECT_PASS mount --bind parent1 parent2 26 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/b 30 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/a/c
|
H A D | fs_bind_move03.sh | 19 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 D | fs_bind_move05.sh | 18 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
|
/third_party/typescript/tests/baselines/reference/ |
H A D | multipleDeclarations.js | 10 this.m = this.m.bind(this); 28 this.m = this.m.bind(this); 47 this.m = this.m.bind(this);
62 this.m = this.m.bind(this);
|
H A D | genericRestParameters1.js | 93 function bind<T, U extends unknown[], V>(f: (x: T, ...rest: U) => V, x: T) { 99 const f21 = bind(f20, 42); // (y: string, z: boolean) => string[] 100 const f22 = bind(f21, "hello"); // (z: boolean) => string[] 101 const f23 = bind(f22, true); // () => string[] 110 const g21 = bind(g20, 42); // (y: string, z: boolean) => string[] 111 const g22 = bind(g21, "hello"); // (z: boolean) => string[] 112 const g23 = bind(g22, true); // () => string[] 245 function bind(f, x) {
function 254 var f21 = bind(f20, 42); // (y: string, z: boolean) => string[]
255 var f22 = bind(f2 [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_vlan.c | 117 int ovr, int bind, bool rtnl_held, in tcf_vlan_init() 148 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init() 152 if (exists && bind) in tcf_vlan_init() 162 tcf_idr_release(*a, bind); in tcf_vlan_init() 170 tcf_idr_release(*a, bind); in tcf_vlan_init() 184 tcf_idr_release(*a, bind); in tcf_vlan_init() 202 tcf_idr_release(*a, bind); in tcf_vlan_init() 210 tcf_idr_release(*a, bind); in tcf_vlan_init() 219 &act_vlan_ops, bind, flags); in tcf_vlan_init() 227 tcf_idr_release(*a, bind); in tcf_vlan_init() 115 tcf_vlan_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_vlan_init() argument 285 tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_vlan_dump() argument [all...] |
H A D | act_skbmod.c | 85 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
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_tss.c | 66 } bind[PIPE_MAX_SAMPLERS]; member 130 queue->bind[queue->bind_count].unit = unit; in emit_tex_binding_unit() 131 queue->bind[queue->bind_count].view = view; in emit_tex_binding_unit() 190 struct svga_hw_view_state *view = queue.bind[i].view; in update_tss_binding() 192 ts[i].stage = queue.bind[i].unit; in update_tss_binding() 213 queue.bind[i].view->dirty = FALSE; in update_tss_binding() 252 queue.bind[queue.bind_count].unit = i; in svga_reemit_tss_bindings() 253 queue.bind[queue.bind_count].view = view; in svga_reemit_tss_bindings() 265 queue.bind[queue.bind_count].unit = unit; in svga_reemit_tss_bindings() 266 queue.bind[queu in svga_reemit_tss_bindings() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 162 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...] |
/third_party/skia/modules/skottie/src/effects/ |
H A D | CCTonerEffect.cpp | 43 .bind( kTone_Index, fTone) in CCTonerAdapter() 44 .bind( kHiColor_Index, fHighlights) in CCTonerAdapter() 45 .bind(kBrightColor_Index, fBrights) in CCTonerAdapter() 46 .bind( kMidColor_Index, fMidtones) in CCTonerAdapter() 47 .bind( kDarkColor_Index, fDarktones) in CCTonerAdapter() 48 .bind(kShadowColor_Index, fShadows); in CCTonerAdapter()
|
H A D | ShadowStyles.cpp | 35 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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | act_api.h | 103 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 D | act_skbmod.c | 109 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/frontends/nine/ |
H A D | adapter9.c | 289 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...] |
H A D | iunknown.h | 49 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()
|
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/ |
H A D | virgl_vtest_winsys.c | 44 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/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_upload_mgr.c | 45 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 D | u_suballoc.c | 50 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 D | scrolledlist.py | 27 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)
|
H A D | tree.py | 285 self.label.bind("<1>", self.select_or_edit) 286 self.label.bind("<Double-1>", self.flip) 287 self.label.bind("<MouseWheel>", lambda e: wheel_event(e, self.canvas)) 288 self.label.bind("<Button-4>", lambda e: wheel_event(e, self.canvas)) 289 self.label.bind("<Button-5>", lambda e: wheel_event(e, self.canvas)) 304 self.entry.bind("<Return>", self.edit_finish) 305 self.entry.bind("<Escape>", self.edit_cancel) 458 self.canvas.bind("<Key-Prior>", self.page_up) 459 self.canvas.bind("<Key-Next>", self.page_down) 460 self.canvas.bind("<Ke [all...] |
/third_party/jsframework/runtime/main/reactivity/ |
H A D | state.js | 53 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 D | length-property.js | 113 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/jerryscript/tests/jerry/ |
H A D | regression-test-issue-3711.js | 17 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 D | test-cluster-disconnect-unshared-udp.js | 33 const unbound = cluster.fork().on('online', bind); 35 function bind() { 46 source.bind(0);
|