/third_party/ltp/testcases/kernel/fs/fs_bind/bind/ |
H A D | fs_bind18.sh | 12 tst_res TINFO "bind: shared subtree with shared child to private subtree" 18 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1 19 EXPECT_PASS mount --bind share1 parent1 21 EXPECT_PASS mount --bind parent1 parent2 25 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1 29 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/a 32 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/b
|
H A D | fs_bind17.sh | 12 tst_res TINFO "bind: shared subtree with shared child to shared subtree" 18 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1 19 EXPECT_PASS mount --bind share1 parent1 21 EXPECT_PASS mount --bind parent1 parent2 25 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1 29 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/a 32 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/b
|
H A D | fs_bind05.sh | 12 tst_res TINFO "bind: private child to shared parent" 20 EXPECT_PASS mount --bind parent1 share1 21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 22 EXPECT_PASS mount --bind parent2 share2 28 EXPECT_PASS mount --bind parent1/child1 parent2/child2 31 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a 34 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b 38 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share2/child2/c
|
H A D | fs_bind09.sh | 12 tst_res TINFO "bind: slave child to shared parent" 20 EXPECT_PASS mount --bind parent2 share2 21 EXPECT_PASS mount --bind share1 parent1/child1 22 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1 27 EXPECT_PASS mount --bind parent1/child1 parent2/child2 30 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a 34 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b 38 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/c
|
H A D | fs_bind21.sh | 12 tst_res TINFO "bind: multi-level slave p-nodes" 18 EXPECT_PASS mount --bind dir1 dir2 22 EXPECT_PASS mount --bind dir2 dir3 26 EXPECT_PASS mount --bind dir3 dir4 29 EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir1/x 32 EXPECT_PASS mount --bind "$FS_BIND_DISK2" dir2/x/a 36 EXPECT_PASS mount --bind "$FS_BIND_DISK3" dir3/x/b 41 EXPECT_PASS mount --bind "$FS_BIND_DISK4" dir4/x/c
|
H A D | fs_bind15.sh | 12 tst_res TINFO "bind: uncloneable child to slave parent" 21 EXPECT_PASS mount --bind parent1 share1 22 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1/x 23 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share2 24 EXPECT_PASS mount --bind --make-rslave share2 parent2 29 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
|
H A D | fs_bind06.sh | 12 tst_res TINFO "bind: private child to private parent" 19 EXPECT_PASS mount --bind parent1 share1 20 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 25 EXPECT_PASS mount --bind parent1/child1 parent2/child2 28 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a 31 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
|
/third_party/node/test/parallel/ |
H A D | test-net-server-max-connections-close-makes-more-available.js | 72 .then(createConnection.bind(null, 1)) 73 .then(closeConnection.bind(null, 0)) 74 .then(createConnection.bind(null, 2)) 75 .then(createConnection.bind(null, 3)) 76 .then(server.close.bind(server)) 77 .then(closeConnection.bind(null, 2));
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | BlackAndWhiteEffect.cpp | 96 .bind( kReds_Index, fCoeffs[0]) in BlackAndWhiteAdapter() 97 .bind( kYellows_Index, fCoeffs[1]) in BlackAndWhiteAdapter() 98 .bind( kGreens_Index, fCoeffs[2]) in BlackAndWhiteAdapter() 99 .bind( kCyans_Index, fCoeffs[3]) in BlackAndWhiteAdapter() 100 .bind( kBlues_Index, fCoeffs[4]) in BlackAndWhiteAdapter() 101 .bind(kMagentas_Index, fCoeffs[5]); in BlackAndWhiteAdapter()
|
H A D | GradientEffect.cpp | 48 .bind( kStartPoint_Index, fStartPoint) in GradientRampEffectAdapter() 49 .bind( kStartColor_Index, fStartColor) in GradientRampEffectAdapter() 50 .bind( kEndPoint_Index, fEndPoint ) in GradientRampEffectAdapter() 51 .bind( kEndColor_Index, fEndColor ) in GradientRampEffectAdapter() 52 .bind( kRampShape_Index, fShape ) in GradientRampEffectAdapter() 53 .bind(kRampScatter_Index, fScatter ) in GradientRampEffectAdapter() 54 .bind( kBlendRatio_Index, fBlend ); in GradientRampEffectAdapter()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tracker.c | 198 unsigned int bind = stype_bind[stype]; in xa_tracker_create() local 209 PIPE_TEXTURE_2D, 0, 0, bind)) { in xa_tracker_create() 298 unsigned int bind; in xa_format_check_supported() local 303 bind = stype_bind[xa_format_type(fdesc.xa_format)]; in xa_format_check_supported() 305 bind |= PIPE_BIND_SHARED; in xa_format_check_supported() 307 bind |= PIPE_BIND_RENDER_TARGET; in xa_format_check_supported() 309 bind |= PIPE_BIND_SCANOUT; in xa_format_check_supported() 312 PIPE_TEXTURE_2D, 0, 0, bind)) in xa_format_check_supported() 365 template->bind = stype_bind[xa_format_type(fdesc.xa_format)]; in surface_create() 368 template->bind | in surface_create() [all...] |
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | Polystar.cpp | 32 this->bind(*abuilder, jstar["pt"], fPointCount ); in PolystarGeometryAdapter() 33 this->bind(*abuilder, jstar["p" ], fPosition ); in PolystarGeometryAdapter() 34 this->bind(*abuilder, jstar["r" ], fRotation ); in PolystarGeometryAdapter() 35 this->bind(*abuilder, jstar["ir"], fInnerRadius ); in PolystarGeometryAdapter() 36 this->bind(*abuilder, jstar["or"], fOuterRadius ); in PolystarGeometryAdapter() 37 this->bind(*abuilder, jstar["is"], fInnerRoundness); in PolystarGeometryAdapter() 38 this->bind(*abuilder, jstar["os"], fOuterRoundness); in PolystarGeometryAdapter()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | es5-asyncFunctionNewExpressions.js | 119 _a = x.bind;
134 _a = x.bind;
148 case 0: return [4 /*yield*/, new (x.bind.apply(x, __spreadArray(__spreadArray([void 0], y, false), [z], false)))()];
163 new ((_a = (_b.sent())).bind.apply(_a, __spreadArray(__spreadArray([void 0], y, false), [z], false)))();
175 _b = (_a = x.bind).apply;
192 _b = (_a = x.bind).apply;
209 _b = (_a = x.bind).apply;
226 _b = (_a = x.bind).apply;
279 _b = (_a = x.a).bind;
294 _b = (_a = x.a).bind;
[all...] |
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 87 __ bind(&loop); in Generate_PushArguments() 94 __ bind(&entry); in Generate_PushArguments() 194 __ bind(¬_create_implicit_receiver); in Generate_JSConstructStubGeneric() 208 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 288 __ bind(&use_receiver); in Generate_JSConstructStubGeneric() 292 __ bind(&leave_and_return); in Generate_JSConstructStubGeneric() 303 __ bind(&check_receiver); in Generate_JSConstructStubGeneric() 315 __ bind(&do_throw); in Generate_JSConstructStubGeneric() 321 __ bind(&stack_overflow); in Generate_JSConstructStubGeneric() 359 __ bind( in Generate_CheckStackOverflow() [all...] |
/third_party/ltp/testcases/kernel/fs/fs_bind/ |
H A D | fs_bind_regression.sh | 13 tst_res TINFO "regression: bind unshared directory to unshare mountpoint" 16 EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir 27 EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir1 28 EXPECT_PASS mount --bind "$FS_BIND_DISK2" dir1/a 45 EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir1 46 EXPECT_PASS mount --bind "$FS_BIND_DISK2" dir1/a
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.hpp | 51 void *bind(intrusive_ptr<command_queue> _q, 97 /// Allocate the necessary resources to bind the specified 99 virtual void bind(exec_context &ctx, 102 /// Free any resources that were allocated in bind(). 159 virtual void bind(exec_context &ctx, 174 virtual void bind(exec_context &ctx, 188 virtual void bind(exec_context &ctx, 201 virtual void bind(exec_context &ctx, 224 virtual void bind(exec_context &ctx, 235 virtual void bind(exec_contex [all...] |
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_socket_bind_listen.c | 5 * This file has test cases to test the socket (), bind () and listen () for 14 * bind () Tests: 129 /*bind() TEST4: Invalid structure, EFAULT Expected error */ in main() 130 error = bind(sk, (struct sockaddr *)-1, sizeof(struct sockaddr_in)); in main() 132 tst_brkm(TBROK, tst_exit, "bind() with invalid address ptr " in main() 135 tst_resm(TPASS, "bind() with invalid address ptr - EFAULT"); in main() 137 /*bind() TEST5: Invalid address length, EINVAL Expect error*/ in main() 142 error = bind(sk, (struct sockaddr *) &bind_addr, sizeof(bind_addr)-2); in main() 144 tst_brkm(TBROK, tst_exit, "bind() with invalid address length " in main() 147 tst_resm(TPASS, "bind() wit in main() [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | evtchn.c | 62 struct mutex bind_mutex; /* serialize bind/unbind operations */ 386 * serialized bind operations.) in evtchn_bind_to_user() 414 /* bind failed, should close the port now */ in evtchn_bind_to_user() 442 /* Prevent bind from racing with unbind */ in evtchn_ioctl() 447 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local 455 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl() 458 bind_virq.virq = bind.virq; in evtchn_ioctl() 472 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local 476 if (copy_from_user(&bind, uar in evtchn_ioctl() 498 struct ioctl_evtchn_bind_unbound_port bind; evtchn_ioctl() local 546 struct ioctl_evtchn_bind bind; evtchn_ioctl() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cNumberParsingTests.cpp | 56 using std::bind; 109 bind(initializeExpectedValue, _1, _2, 3221225472u) // SetupUniformsFn setupUniformsFn 118 bind(initializeExpectedValue, _1, _2, 3221225472u) // SetupUniformsFn setupUniformsFn 127 bind(initializeExpectedValue, _1, _2, 3221225472u) // SetupUniformsFn setupUniformsFn 136 bind(initializeExpectedValue, _1, _2, 2147483648u) // SetupUniformsFn setupUniformsFn 145 bind(initializeExpectedValue, _1, _2, 2147483648u) // SetupUniformsFn setupUniformsFn 154 bind(initializeExpectedValue, _1, _2, 2147483648u) // SetupUniformsFn setupUniformsFn 163 bind(initializeExpectedValue, _1, _2, 4294967295u) // SetupUniformsFn setupUniformsFn 172 bind(initializeExpectedValue, _1, _2, 4294967295u) // SetupUniformsFn setupUniformsFn 181 bind(initializeExpectedValu [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 323 }.bind(this)); 362 }.bind(this)); 363 }.bind(this); 482 }.bind(this)); 743 }.bind(this)); 761 }.bind(this)); 801 }.bind(this), `Partial ${parsed_idl.type} ${partialTestName}: original ${parsed_idl.type} defined`); 833 }.bind(this), `Partial ${parsed_idl.type} ${partialTestName}: valid exposure set`); 837 }.bind(this)); 847 }.bind(thi [all...] |
/third_party/node/test/common/ |
H A D | hijackstdio.js | 28 hijackStdout: hijackStdWritable.bind(null, 'stdout'), 29 hijackStderr: hijackStdWritable.bind(null, 'stderr'), 30 restoreStdout: restoreWritable.bind(null, 'stdout'), 31 restoreStderr: restoreWritable.bind(null, 'stderr'),
|
/third_party/python/Tools/wasm/ |
H A D | wasm_webserver.py | 12 "--bind", type=str, default="127.0.0.1", help="Bind address (empty for all)" 35 if not args.bind: 36 args.bind = None 42 bind=args.bind,
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ipt.c | 97 const struct tc_action_ops *ops, int ovr, int bind, in __tcf_ipt_init() 121 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init() 125 if (exists && bind) in __tcf_ipt_init() 130 tcf_idr_release(*a, bind); in __tcf_ipt_init() 139 tcf_idr_release(*a, bind); in __tcf_ipt_init() 146 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init() 154 if (bind)/* dont override defaults */ in __tcf_ipt_init() 158 tcf_idr_release(*a, bind); in __tcf_ipt_init() 199 tcf_idr_release(*a, bind); in __tcf_ipt_init() 205 int bind, boo in tcf_ipt_init() 95 __tcf_ipt_init(struct net *net, unsigned int id, struct nlattr *nla, struct nlattr *est, struct tc_action **a, const struct tc_action_ops *ops, int ovr, int bind, struct tcf_proto *tp, u32 flags) __tcf_ipt_init() argument 203 tcf_ipt_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_ipt_init() argument 212 tcf_xt_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool unlocked, struct tcf_proto *tp, u32 flags, struct netlink_ext_ack *extack) tcf_xt_init() argument 273 tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ipt_dump() argument [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_vlan.c | 122 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_vlan_init() local 149 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init() 153 if (exists && bind) in tcf_vlan_init() 163 tcf_idr_release(*a, bind); in tcf_vlan_init() 171 tcf_idr_release(*a, bind); in tcf_vlan_init() 185 tcf_idr_release(*a, bind); in tcf_vlan_init() 203 tcf_idr_release(*a, bind); in tcf_vlan_init() 211 tcf_idr_release(*a, bind); in tcf_vlan_init() 220 &act_vlan_ops, bind, flags); in tcf_vlan_init() 228 tcf_idr_release(*a, bind); in tcf_vlan_init() 286 tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_vlan_dump() argument 355 tcf_vlan_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_vlan_offload_act_setup() argument [all...] |
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 85 __ bind(&loop); in Generate_PushArguments() 92 __ bind(&entry); in Generate_PushArguments() 205 __ bind(¬_create_implicit_receiver); in Generate_JSConstructStubGeneric() 219 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric() 309 __ bind(&use_receiver); in Generate_JSConstructStubGeneric() 313 __ bind(&leave_and_return); in Generate_JSConstructStubGeneric() 324 __ bind(&check_receiver); in Generate_JSConstructStubGeneric() 339 __ bind(&do_throw); in Generate_JSConstructStubGeneric() 345 __ bind(&stack_overflow); in Generate_JSConstructStubGeneric() 383 __ bind( in GetSharedFunctionInfoBytecodeOrBaseline() [all...] |