Home
last modified time | relevance | path

Searched refs:bind (Results 26 - 50 of 3914) sorted by relevance

12345678910>>...157

/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp31 std::bind(&AvrcpCtService::OnProfileDisabled, this, BT_SUCCESS), in AvrcpCtService()
32 std::bind(&AvrcpCtService::OnConnectionStateChanged, this, _1, _2), in AvrcpCtService()
33 std::bind(&AvrcpCtService::OnButtonPressed, this, _1, _2, _3), in AvrcpCtService()
34 std::bind(&AvrcpCtService::OnButtonReleased, this, _1, _2, _3), in AvrcpCtService()
35 std::bind(&AvrcpCtService::OnGetCapabilities, this, _1, _2, _3, _4), in AvrcpCtService()
36 std::bind(&AvrcpCtService::OnGetPlayerAppSettingAttribtues, this, _1, _2, _3), in AvrcpCtService()
37 std::bind(&AvrcpCtService::OnGetPlayerAppSettingValues, this, _1, _2, _3, _4), in AvrcpCtService()
38 std::bind(&AvrcpCtService::OnGetPlayerAppSettingCurrentValue, this, _1, _2, _3, _4), in AvrcpCtService()
39 std::bind(&AvrcpCtService::OnSetPlayerAppSettingCurrentValue, this, _1, _2), in AvrcpCtService()
40 std::bind( in AvrcpCtService()
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable_helper.h38 return std::bind(getter_, &border)(); in Get()
53 std::bind(setter_, border, edge)(); in Set()
64 std::bind(setter_, border, edge)(); in Set()
75 std::bind(setter_, border, edge)(); in Set()
94 return std::bind(getter_, &border)().GetX().Value(); in Get()
106 std::bind(setter_, border, Radius(value))(); in Set()
125 return std::bind(getter_, &edge)(); in Get()
137 std::bind(setter_, edge, value)(); in Set()
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/
H A Dfs_bind03.sh12 tst_res TINFO "bind: shared child to slave parent"
20 EXPECT_PASS mount --bind parent1/child1 share1
21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1
22 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share2
23 EXPECT_PASS mount --bind share2 parent2
30 EXPECT_PASS mount --bind parent1/child1 share1
31 EXPECT_PASS mount --bind parent1/child1 parent2/child2
35 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent1/child1/a
40 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
H A Dfs_bind11.sh12 tst_res TINFO "bind: slave child to slave 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
23 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share2
31 EXPECT_PASS mount --bind parent1/child1 parent2/child2
34 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent1/child1/a
38 EXPECT_PASS mount --bind "$FS_BIND_DISK4" parent2/child2/b
44 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/c
H A Dfs_bind04.sh12 tst_res TINFO "bind: shared child to unclonable 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
27 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a
30 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
33 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/c
H A Dfs_bind12.sh12 tst_res TINFO "bind: slave child to uncloneable parent"
19 EXPECT_PASS mount --bind share1 parent1/child1
20 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1
25 EXPECT_PASS mount --bind parent1/child1 parent2/child2
28 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a
32 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
35 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/c
H A Dfs_bind10.sh12 tst_res TINFO "bind: slave child to private parent"
19 EXPECT_PASS mount --bind share1 parent1/child1
20 EXPECT_PASS mount --bind "$FS_BIND_DISK1" share1
25 EXPECT_PASS mount --bind parent1/child1 parent2/child2
28 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent1/child1/a
32 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent2/child2/b
35 EXPECT_PASS mount --bind "$FS_BIND_DISK4" share1/c
H A Dfs_bind20.sh12 tst_res TINFO "bind: shared subtree with shared child to uncloneable 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 Dfs_bind18.sh12 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 Dfs_bind17.sh12 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 Dfs_bind05.sh12 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 Dfs_bind09.sh12 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 Dfs_bind21.sh12 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
/third_party/python/Lib/idlelib/
H A Deditor.py155 self.top.bind("<<close-window>>", self.close_event)
158 text.bind('<<close-window>>', self.close_event)
162 text.bind("<Control-Button-1>",self.right_menu_event)
163 text.bind("<2>", self.right_menu_event)
166 text.bind("<3>",self.right_menu_event)
168 text.bind('<MouseWheel>', wheel_event)
169 text.bind('<Button-4>', wheel_event)
170 text.bind('<Button-5>', wheel_event)
171 text.bind('<Configure>', self.handle_winconfig)
172 text.bind("<<cu
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp259 const auto& bind = bindings_[index]; in BindBuffer() local
260 const DescriptorType descriptorType = bind.binding.descriptorType; in BindBuffer()
262 buffers_[bind.resourceIndex].additionalFlags = flags; in BindBuffer()
263 buffers_[bind.resourceIndex].resource = resource; in BindBuffer()
300 const auto& bind = bindings_[index]; in BindBuffers() local
301 BindableBuffer& ref = buffers_[bind.resourceIndex].resource; in BindBuffers()
302 const uint32_t arrayOffset = buffers_[bind.resourceIndex].arrayOffset; in BindBuffers()
306 const uint32_t maxCount = Math::min(static_cast<uint32_t>(resources.size()), bind.binding.descriptorCount); in BindBuffers()
318 if (bind.binding.descriptorCount != resources.size()) { in BindBuffers()
331 "RENDER_VALIDATION: DescriptorSetBinder::BindBuffers() trying to bind ( in BindBuffers()
349 const auto& bind = bindings_[index]; BindImage() local
408 const auto& bind = bindings_[index]; BindImages() local
458 const auto& bind = bindings_[index]; BindSampler() local
493 const auto& bind = bindings_[index]; BindSamplers() local
[all...]
/test/xts/hats/kernel/syscalls/net/bind/
H A DBindApiTest.cpp62 * @tc.desc : bind the same socket fd twice failed, errno EINVAL.
86 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F()
90 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F()
100 * @tc.desc : bind the invalid socket fd failed.
117 ret = bind(BAD_SOCKET_FD, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F()
122 ret = bind(STDIN_FILENO, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F()
130 * @tc.desc : bind the invalid ip addr failed.
155 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in HWTEST_F()
160 ret = bind(socketFd, nullptr, sizeof(serAddr)); in HWTEST_F()
170 * @tc.desc : bind add
[all...]
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc94 __ bind(&loop); in Generate_PushArguments()
102 __ bind(&entry); in Generate_PushArguments()
165 __ bind(&stack_overflow); in Generate_JSBuiltinsConstructStubHelper()
223 __ bind(&not_create_implicit_receiver); in Generate_JSConstructStubGeneric()
237 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
308 __ bind(&use_receiver); in Generate_JSConstructStubGeneric()
312 __ bind(&leave_and_return); in Generate_JSConstructStubGeneric()
324 __ bind(&check_result); in Generate_JSConstructStubGeneric()
336 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
343 __ bind( in Generate_JSConstructStubGeneric()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp57 using std::bind;
318 { "vec2" , { 2 , generateValueFloat, bind(generateCtorOpen, "vec2", _1, _2) , generateCtorClose } },
319 { "vec3" , { 3 , generateValueFloat, bind(generateCtorOpen, "vec3", _1, _2) , generateCtorClose } },
320 { "vec4" , { 4 , generateValueFloat, bind(generateCtorOpen, "vec4", _1, _2) , generateCtorClose } },
322 { "ivec2" , { 2 , generateValueInt , bind(generateCtorOpen, "ivec2", _1, _2) , generateCtorClose } },
323 { "ivec3" , { 3 , generateValueInt , bind(generateCtorOpen, "ivec3", _1, _2) , generateCtorClose } },
324 { "ivec4" , { 4 , generateValueInt , bind(generateCtorOpen, "ivec4", _1, _2) , generateCtorClose } },
326 { "bvec2" , { 2 , generateValueBool , bind(generateCtorOpen, "bvec2", _1, _2) , generateCtorClose } },
327 { "bvec3" , { 3 , generateValueBool , bind(generateCtorOpen, "bvec3", _1, _2) , generateCtorClose } },
328 { "bvec4" , { 4 , generateValueBool , bind(generateCtorOpe
[all...]
/third_party/node/test/parallel/
H A Dtest-net-server-max-connections-close-makes-more-available.js72 .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 DBlackAndWhiteEffect.cpp96 .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 DGradientEffect.cpp48 .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/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc99 __ bind(&loop); in Generate_PushArguments()
106 __ bind(&entry); in Generate_PushArguments()
164 __ bind(&stack_overflow); in Generate_JSBuiltinsConstructStubHelper()
220 __ bind(&not_create_implicit_receiver); in Generate_JSConstructStubGeneric()
234 __ bind(&post_instantiation_deopt_entry); in Generate_JSConstructStubGeneric()
304 __ bind(&use_receiver); in Generate_JSConstructStubGeneric()
308 __ bind(&leave_and_return); in Generate_JSConstructStubGeneric()
318 __ bind(&check_result); in Generate_JSConstructStubGeneric()
328 __ bind(&do_throw); in Generate_JSConstructStubGeneric()
335 __ bind( in Generate_JSConstructStubGeneric()
[all...]
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPolystar.cpp32 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()
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DVideoController.java32 import org.springframework.web.bind.annotation.RestController;
33 import org.springframework.web.bind.annotation.RequestMapping;
34 import org.springframework.web.bind.annotation.GetMapping;
35 import org.springframework.web.bind.annotation.RequestParam;
36 import org.springframework.web.bind.annotation.PostMapping;
37 import org.springframework.web.bind.annotation.RequestBody;
38 import org.springframework.web.bind.annotation.RequestMethod;
39 import org.springframework.web.bind.annotation.DeleteMapping;
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DBusinessGoodsController.java33 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;

Completed in 14 milliseconds

12345678910>>...157