| /test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
| H A D | BusinessCommentController.java | 33 import org.springframework.web.bind.annotation.RestController; 34 import org.springframework.web.bind.annotation.RequestMapping; 35 import org.springframework.web.bind.annotation.GetMapping; 36 import org.springframework.web.bind.annotation.RequestParam; 37 import org.springframework.web.bind.annotation.PostMapping; 38 import org.springframework.web.bind.annotation.RequestBody; 39 import org.springframework.web.bind.annotation.RequestMethod; 40 import org.springframework.web.bind.annotation.DeleteMapping;
|
| /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/ltp/testcases/kernel/fs/fs_bind/bind/ |
| 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
|
| H A D | fs_bind02.sh | 12 tst_res TINFO "bind: shared child to private parent" 19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 23 EXPECT_PASS mount --bind parent1/child1 share1 24 EXPECT_PASS mount --bind parent1/child1 parent2/child2 29 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a 33 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
|
| H A D | fs_bind01.sh | 12 tst_res TINFO "bind: shared child to shared parent" 19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 23 EXPECT_PASS mount --bind parent2 share2 24 EXPECT_PASS mount --bind parent1/child1 parent2/child2 29 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a 32 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
|
| H A D | fs_bind08.sh | 12 tst_res TINFO "bind: private child to uncloneable parent" 19 EXPECT_PASS mount --bind parent1 share1 20 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1 26 EXPECT_PASS mount --bind parent1/child1 parent2/child2 29 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a 32 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
|
| H A D | fs_bind13.sh | 12 tst_res TINFO "bind: uncloneable child to shared parent" 20 EXPECT_PASS mount --bind parent1 share1 21 EXPECT_PASS mount --bind parent2 share2 23 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1/x 25 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
|
| /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/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...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| H A D | avrcp_tg_service.cpp | 427 std::bind(&AvrcpTgService::OnProfileDisabled, this, BT_SUCCESS), in AvrcpTgService() 428 std::bind(&AvrcpTgService::OnConnectionStateChanged, this, _1, _2), in AvrcpTgService() 429 std::bind(&AvrcpTgService::FindCtService, this, _1), in AvrcpTgService() 430 std::bind(&AvrcpTgService::OnButtonPressed, this, _1, _2, _3), in AvrcpTgService() 431 std::bind(&AvrcpTgService::OnButtonReleased, this, _1, _2, _3), in AvrcpTgService() 432 std::bind(&AvrcpTgService::HoldButton, this, _1, _2, _3), in AvrcpTgService() 433 std::bind(&AvrcpTgService::GetCapabilities, this, _1, _2), in AvrcpTgService() 434 std::bind(&AvrcpTgService::GetPlayerAppSettingAttributes, this, _1, _2), in AvrcpTgService() 435 std::bind(&AvrcpTgService::GetPlayerAppSettingValues, this, _1, _2, _3), in AvrcpTgService() 436 std::bind( in AvrcpTgService() [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...] |
| /foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
| H A D | bluetooth_ble_advertiser_stub.cpp | 32 std::bind(&BluetoothBleAdvertiserStub::RegisterBleAdvertiserCallbackInner, _1, _2, _3)}, 34 std::bind(&BluetoothBleAdvertiserStub::DeregisterBleAdvertiserCallbackInner, _1, _2, _3)}, 36 std::bind(&BluetoothBleAdvertiserStub::StartAdvertisingInner, _1, _2, _3)}, 38 std::bind(&BluetoothBleAdvertiserStub::EnableAdvertisingInner, _1, _2, _3)}, 40 std::bind(&BluetoothBleAdvertiserStub::DisableAdvertisingInner, _1, _2, _3)}, 42 std::bind(&BluetoothBleAdvertiserStub::StopAdvertisingInner, _1, _2, _3)}, 44 std::bind(&BluetoothBleAdvertiserStub::CloseInner, _1, _2, _3)}, 46 std::bind(&BluetoothBleAdvertiserStub::GetAdvertiserHandleInner, _1, _2, _3)}, 48 std::bind(&BluetoothBleAdvertiserStub::SetAdvertisingDataInner, _1, _2, _3)},
|
| /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...] |
| /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,
|
| /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...] |
| /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...] |
| /foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/ |
| H A D | mock_scan_state_machine.cpp | 92 mScanCallback.OnScanStartEvent = std::bind(&WifiManagers::DealScanOpenRes, this, _1); in InitScanCallback() 93 mScanCallback.OnScanStopEvent = std::bind(&WifiManagers::DealScanCloseRes, this, _1); in InitScanCallback() 94 mScanCallback.OnScanFinishEvent = std::bind(&WifiManagers::DealScanFinished, this, _1, _2); in InitScanCallback() 95 mScanCallback.OnScanInfoEvent = std::bind(&WifiManagers::DealScanInfoNotify, this, _1, _2); in InitScanCallback() 96 mScanCallback.OnStoreScanInfoEvent = std::bind(&WifiManagers::DealStoreScanInfoEvent, this, _1, _2); in InitScanCallback()
|
| /third_party/ltp/testcases/kernel/fs/fs_bind/cloneNS/ |
| H A D | fs_bind_cloneNS02.sh | 15 EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir1 18 EXPECT_PASS mount --bind dir1 dir2 23 EXPECT_PASS mount --bind "$FS_BIND_DISK2" dir1/a 25 EXPECT_PASS mount --bind "$FS_BIND_DISK3" dir2/b 32 fs_bind_exec_ns mount --bind "$PWD/$FS_BIND_DISK4" $PWD/dir1/c
|
| H A D | fs_bind_cloneNS01.sh | 17 EXPECT_PASS mount --bind "$FS_BIND_DISK1" dir1 18 EXPECT_PASS mount --bind dir1 dir2 22 EXPECT_PASS mount --bind "$FS_BIND_DISK2" dir2/a 26 fs_bind_exec_ns mount --bind "$PWD/$FS_BIND_DISK3" $PWD/dir1/b
|
| /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/skia/modules/skottie/src/effects/ |
| H A D | DropShadowEffect.cpp | 37 .bind(kShadowColor_Index, adapter->fColor ) in Make() 38 .bind( kOpacity_Index, adapter->fOpacity ) in Make() 39 .bind( kDirection_Index, adapter->fDirection) in Make() 40 .bind( kDistance_Index, adapter->fDistance ) in Make() 41 .bind( kSoftness_Index, adapter->fSoftness ) in Make() 42 .bind( kShadowOnly_Index, adapter->fShdwOnly ); in Make()
|