| /third_party/ltp/testcases/kernel/fs/fs_bind/move/ |
| H A D | fs_bind_move11.sh | 20 EXPECT_PASS mount --bind dir share1 23 EXPECT_PASS mount --bind parent2 share2 29 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1/grandchild 33 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/child2/grandchild/a
|
| /third_party/ltp/testcases/kernel/fs/fs_bind/rbind/ |
| H A D | fs_bind_rbind38.sh | 22 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1 29 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share1/a 32 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent1/child1/b 35 EXPECT_PASS mount --bind "$FS_BIND_DISK4" parent2/child1/c
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | superElementAccess.js | 18 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
|
| 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...] |
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | CornerPinEffect.cpp | 42 .bind( kUpperLeft_Index, fUL) in CornerPinAdapter() 43 .bind(kUpperRight_Index, fUR) in CornerPinAdapter() 44 .bind( kLowerLeft_Index, fLL) in CornerPinAdapter() 45 .bind(kLowerRight_Index, fLR); in CornerPinAdapter()
|
| H A D | TritoneEffect.cpp | 48 .bind( kHiColor_Index, fHiColor) 49 .bind( kMiColor_Index, fMiColor) 50 .bind( kLoColor_Index, fLoColor) 51 .bind(kBlendAmount_Index, fWeight );
|
| H A D | MotionTileEffect.cpp | 196 .bind( kTileCenter_Index, fTileCenter ) in MotionTileAdapter() 197 .bind( kTileWidth_Index, fTileW ) in MotionTileAdapter() 198 .bind( kTileHeight_Index, fTileH ) in MotionTileAdapter() 199 .bind( kOutputWidth_Index, fOutputW ) in MotionTileAdapter() 200 .bind( kOutputHeight_Index, fOutputH ) in MotionTileAdapter() 201 .bind( kMirrorEdges_Index, fMirrorEdges ) in MotionTileAdapter() 202 .bind( kPhase_Index, fPhase ) in MotionTileAdapter() 203 .bind(kHorizontalPhaseShift_Index, fHorizontalPhase); in MotionTileAdapter()
|
| /third_party/python/Lib/idlelib/ |
| 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/ltp/testcases/kernel/fs/fs_bind/bind/ |
| H A D | fs_bind07-2.sh | 12 tst_res TINFO "bind: create slave then mount master - slave still propagates" 17 EXPECT_PASS mount --bind share2 parent2 19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share2 22 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent2/a
|
| H A D | fs_bind14.sh | 12 tst_res TINFO "bind: uncloneable child to private parent" 20 EXPECT_PASS mount --bind parent1 share1 21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1/x 23 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
|
| H A D | fs_bind23.sh | 12 tst_res TINFO "bind: shared child to shared parent" 18 EXPECT_PASS mount --bind mnt/1 mnt/2 19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" mnt/1/abc 25 EXPECT_PASS mount --bind tmp1 tmp2
|
| H A D | fs_bind24.sh | 12 tst_res TINFO "bind: shared child to shared parent" 18 EXPECT_PASS mount --bind dir1/1/2 dir2 22 EXPECT_PASS mount --bind dir1/1/2/3 dir3 25 EXPECT_PASS mount --bind dir4 dir2/fs_bind_check
|
| H A D | fs_bind16.sh | 12 tst_res TINFO "bind: uncloneable child to uncloneable parent" 20 EXPECT_PASS mount --bind parent1 share1 21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1/x 24 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
|
| /third_party/ltp/testcases/kernel/fs/fs_bind/cloneNS/ |
| H A D | fs_bind_cloneNS04.sh | 15 EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir1 18 EXPECT_PASS mount --bind "$FS_BIND_DISK2" dir1/a 21 fs_bind_exec_ns mount --bind "$PWD/$FS_BIND_DISK3" "$PWD/dir1/b"
|
| /kernel/linux/linux-5.10/drivers/xen/ |
| H A D | evtchn.c | 62 struct mutex bind_mutex; /* serialize bind/unbind operations */ 376 * serialized bind operations.) in evtchn_bind_to_user() 404 /* bind failed, should close the port now */ in evtchn_bind_to_user() 461 /* Prevent bind from racing with unbind */ in evtchn_ioctl() 466 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local 474 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl() 477 bind_virq.virq = bind.virq; in evtchn_ioctl() 491 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local 495 if (copy_from_user(&bind, uar in evtchn_ioctl() 519 struct ioctl_evtchn_bind_unbound_port bind; evtchn_ioctl() local [all...] |
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | act_sample.c | 38 int bind, bool rtnl_held, struct tcf_proto *tp, in tcf_sample_init() 63 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init() 67 if (exists && bind) in tcf_sample_init() 72 &act_sample_ops, bind, true, flags); in tcf_sample_init() 79 tcf_idr_release(*a, bind); in tcf_sample_init() 131 tcf_idr_release(*a, bind); in tcf_sample_init() 205 int bind, int ref) in tcf_sample_dump() 212 .bindcnt = atomic_read(&s->tcf_bindcnt) - bind, in tcf_sample_dump() 36 tcf_sample_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_sample_init() argument 204 tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_sample_dump() argument
|
| H A D | act_simple.c | 88 int ovr, int bind, bool rtnl_held, in tcf_simp_init() 114 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init() 118 if (exists && bind) in tcf_simp_init() 123 tcf_idr_release(*a, bind); in tcf_simp_init() 131 &act_simp_ops, bind, false, flags); in tcf_simp_init() 165 tcf_idr_release(*a, bind); in tcf_simp_init() 170 int bind, int ref) in tcf_simp_dump() 177 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_simp_dump() 86 tcf_simp_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_simp_init() argument 169 tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_simp_dump() argument
|
| H A D | act_gact.c | 55 int ovr, int bind, bool rtnl_held, in tcf_gact_init() 100 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gact_init() 103 &act_gact_ops, bind, flags); in tcf_gact_init() 110 if (bind)/* dont override defaults */ in tcf_gact_init() 113 tcf_idr_release(*a, bind); in tcf_gact_init() 145 tcf_idr_release(*a, bind); in tcf_gact_init() 185 int bind, int ref) in tcf_gact_dump() 192 .bindcnt = atomic_read(&gact->tcf_bindcnt) - bind, in tcf_gact_dump() 53 tcf_gact_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_gact_init() argument 184 tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_gact_dump() argument
|
| H A D | act_connmark.c | 99 int ovr, int bind, bool rtnl_held, in tcf_connmark_init() 124 ret = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_connmark_init() 127 &act_connmark_ops, bind, false, flags); in tcf_connmark_init() 145 if (bind) in tcf_connmark_init() 148 tcf_idr_release(*a, bind); in tcf_connmark_init() 167 tcf_idr_release(*a, bind); in tcf_connmark_init() 172 int bind, int ref) in tcf_connmark_dump() 179 .bindcnt = atomic_read(&ci->tcf_bindcnt) - bind, in tcf_connmark_dump() 97 tcf_connmark_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_connmark_init() argument 171 tcf_connmark_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_connmark_dump() argument
|
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | act_simple.c | 94 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_simp_init() local 116 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_simp_init() 120 if (exists && bind) in tcf_simp_init() 125 tcf_idr_release(*a, bind); in tcf_simp_init() 133 &act_simp_ops, bind, false, flags); in tcf_simp_init() 167 tcf_idr_release(*a, bind); in tcf_simp_init() 172 int bind, int ref) in tcf_simp_dump() 179 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_simp_dump() 171 tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_simp_dump() argument
|
| H A D | act_mirred.c | 98 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mirred_init() local 122 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init() 126 if (exists && bind) in tcf_mirred_init() 137 tcf_idr_release(*a, bind); in tcf_mirred_init() 151 &act_mirred_ops, bind, flags); in tcf_mirred_init() 158 tcf_idr_release(*a, bind); in tcf_mirred_init() 205 tcf_idr_release(*a, bind); in tcf_mirred_init() 356 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump() argument 364 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mirred_dump() 462 u32 *index_inc, bool bind, in tcf_mirred_offload_act_setup() 461 tcf_mirred_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_mirred_offload_act_setup() argument [all...] |
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | function-prototype-bind.js | 18 var c = new C("x", "y", "return this.foo + x + y;").bind({foo : 1}, 2); 26 var boundFunc = Function.prototype.bind.call(f, null); 62 var boundF = Function.prototype.bind.call(C, null);
|
| /third_party/node/benchmark/dgram/ |
| H A D | bind-params.js | 22 dgram.createSocket('udp4').bind(port, address) 31 .bind(port) 40 .bind()
|
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| H A D | Rectangle.cpp | 30 this->bind(*abuilder, jrect["s"], fSize ); in RectangleGeometryAdapter() 31 this->bind(*abuilder, jrect["p"], fPosition ); in RectangleGeometryAdapter() 32 this->bind(*abuilder, jrect["r"], fRoundness); in RectangleGeometryAdapter()
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | dhcp_address_pool.cpp | 347 AddressBinding bind = {0}; in AddReservedBinding() local 348 bind.bindingMode = BIND_MODE_RESERVED; in AddReservedBinding() 349 bind.bindingTime = Tmspsec(); in AddReservedBinding() 350 bind.pendingTime = bind.bindingTime; in AddReservedBinding() 352 g_bindingRecoders[macAddrHash(macAddr)] = bind; in AddReservedBinding() 502 AddressBinding bind = {0}; in LoadBindingRecoders() local 503 if (ParseAddressBinding(&bind, line) != 0) { in LoadBindingRecoders() 506 if (IpInRange(bind.ipAddress, beginIp, endIp, netmask)) { in LoadBindingRecoders() 507 pool->leaseTable[bind in LoadBindingRecoders() [all...] |