Home
last modified time | relevance | path

Searched refs:bind (Results 251 - 275 of 3914) sorted by relevance

1...<<11121314151617181920>>...157

/test/testfwk/arkxtest/uitest/record/
H A Dpointer_tracker.cpp188 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsClick, this, placeholders::_1)))); in InitJudgeChain()
190 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsLongClick, this, placeholders::_1)))); in InitJudgeChain()
192 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsDrag, this, placeholders::_1)))); in InitJudgeChain()
194 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsBack, this, placeholders::_1)))); in InitJudgeChain()
196 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsSwip, this, placeholders::_1)))); in InitJudgeChain()
198 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsRecent, this, placeholders::_1)))); in InitJudgeChain()
200 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsFling, this, placeholders::_1)))); in InitJudgeChain()
202 function<bool(TouchEventInfo&)>(bind(&PointerTracker::IsHome, this, placeholders::_1)))); in InitJudgeChain()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c79 return !!(template->bind & bind_mask); in svga_buffer_needs_hw_storage()
499 bind_flags = template->bind & ~PIPE_BIND_CUSTOM; in svga_buffer_create()
521 * the vertex/index bind flags as well so that the buffer will be in svga_buffer_create()
527 * bind flag since streamout buffer is an output buffer and in svga_buffer_create()
530 if (!(template->bind & PIPE_BIND_CONSTANT_BUFFER) && in svga_buffer_create()
531 !(template->bind & PIPE_BIND_CUSTOM)) { in svga_buffer_create()
582 unsigned bind) in svga_user_buffer_create()
595 sbuf->b.bind = bind; in svga_user_buffer_create()
601 sbuf->bind_flags = bind; in svga_user_buffer_create()
579 svga_user_buffer_create(struct pipe_screen *screen, void *ptr, unsigned bytes, unsigned bind) svga_user_buffer_create() argument
[all...]
/third_party/node/deps/v8/third_party/ittapi/include/fortran/win32/
H A Dittnotify.f90121 subroutine itt_proc_none() bind(C)
125 subroutine itt_proc_sup_push(mask) bind(C)
130 subroutine itt_proc_sup_range(action, mask, addr, size) bind(C)
138 subroutine itt_proc_address(addr) bind(C)
143 subroutine itt_proc_create(addr, objname, attribute) bind(C)
150 subroutine itt_proc_name(name) bind(C)
155 subroutine itt_proc_rename(addr, objname) bind(C)
161 subroutine itt_proc_heapmask(heapmask) bind(C)
/third_party/node/deps/v8/third_party/ittapi/include/fortran/posix/
H A Dittnotify.f90121 subroutine itt_proc_none() bind(C)
125 subroutine itt_proc_sup_push(mask) bind(C)
130 subroutine itt_proc_sup_range(action, mask, addr, size) bind(C)
138 subroutine itt_proc_address(addr) bind(C)
143 subroutine itt_proc_create(addr, objname, attribute) bind(C)
150 subroutine itt_proc_name(name) bind(C)
155 subroutine itt_proc_rename(addr, objname) bind(C)
161 subroutine itt_proc_heapmask(heapmask) bind(C)
/third_party/python/Lib/tkinter/
H A Dfiledialog.py73 self.selection.bind('<Return>', self.ok_event)
77 self.filter.bind('<Return>', self.filter_command)
89 self.files.bind('<ButtonRelease-1>', self.files_select_event)
90 self.files.bind('<Double-ButtonRelease-1>', self.files_double_event)
101 self.dirs.bind('<ButtonRelease-1>', self.dirs_select_event)
102 self.dirs.bind('<Double-ButtonRelease-1>', self.dirs_double_event)
119 self.top.bind('<Alt-w>', self.cancel_command)
120 self.top.bind('<Alt-W>', self.cancel_command)
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf_common.h47 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type)&0xf))
/third_party/ltp/testcases/kernel/fs/fs_bind/move/
H A Dfs_bind_move22.sh16 EXPECT_PASS mount --bind parent1 parent2
27 EXPECT_PASS mount --bind tmp1 tmp2
H A Dfs_bind_move08.sh19 EXPECT_PASS mount --bind dir share1
23 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
/third_party/node/test/parallel/
H A Dtest-cluster-child-index-dgram.js10 // Test an edge case when using `cluster` and `dgram.Socket.bind()`
21 socket.bind(kPort, common.mustCall(() => {
27 socket2.bind(kPort, common.mustCall(() => {
H A Dtest-cluster-dgram-reuse.js27 socket1.bind(0, () => {
28 socket2.bind(socket1.address().port, () => {
H A Dtest-dgram-cluster-bind-error.js13 // When the socket attempts to bind, it requests a handle from the cluster.
22 assert.match(err.toString(), /^Error: bind UNKNOWN 0\.0\.0\.0$/);
30 socket.bind(common.mustNotCall('Socket should not bind.'));
H A Dtest-cluster-dgram-ipv6only.js36 socket1.bind({
41 socket2.bind({
H A Dtest-dgram-bind-fd.js26 err = handle.bind(bindAddress, 0, flags);
45 receiver.bind({
62 socket.bind({
H A Dtest-net-server-listen-handle.js43 errno = handle.bind('0.0.0.0', 0);
48 errno = handle.bind(path);
53 assert.fail(`unable to bind ${handleName}: ${getSystemErrorName(errno)}`);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.h44 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member
56 unsigned size, unsigned bind,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp104 std::bind(&BleSecurity::HandleGapEvent, bleSecurity, BLE_GAP_ENCRYPTION_COMPLETE_EVT, gapCallbackParam)); in EncryptionComplete()
121 bleSecurity->dispatcher_->PostTask(std::bind( in LeLocalEncryptionKeyReqEvent()
137 bleSecurity->dispatcher_->PostTask(std::bind( in LeRemoteEncryptionKeyReqEvent()
156 bleSecurity->dispatcher_->PostTask(std::bind( in LeSignCounterChangeNotification()
174 std::bind(&BleSecurity::HandleGapEvent, bleSecurity, BLE_GAP_LE_PAIR_FEATURE_REQ_EVT, gapCallbackParam)); in LePairFeatureReq()
191 std::bind(&BleSecurity::HandleGapEvent, bleSecurity, BLE_GAP_LE_PAIR_FEATURE_IND_EVT, gapCallbackParam)); in LePairFeatureInd()
208 std::bind(&BleSecurity::HandleGapEvent, bleSecurity, BLE_GAP_LE_PAIR_METHOD_NOTI_EVT, gapCallbackParam)); in LePairMethodNotify()
225 std::bind(&BleSecurity::HandleGapEvent, bleSecurity, BLE_GAP_LE_PAIR_KEY_PRESS_NOTI_EVT, gapCallbackParam)); in LePairKeyPressNotification()
241 std::bind(&BleSecurity::HandleGapEvent, bleSecurity, BLE_GAP_LE_PAIR_PASSKEY_REQ_EVT, gapCallbackParam)); in LePairPassKeyReq()
257 std::bind( in LePairOobReq()
[all...]
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessibility_touch_guider.cpp620 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
634 ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
666 AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
681 retOnPointerEvent2 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
722 AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
742 retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
783 bool retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
803 retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
844 bool retOnPointerEvent5 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
864 retOnPointerEvent5 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() in HWTEST_F()
[all...]
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DEllipse.cpp30 this->bind(*abuilder, jellipse["s"], fSize); in EllipseGeometryAdapter()
31 this->bind(*abuilder, jellipse["p"], fPosition); in EllipseGeometryAdapter()
/third_party/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh23 # FUNCTIONALITY: File system tests for normal mount, bind mount and RO mount
30 # b) mount --bind dir2
220 mount --bind dir1 dir2-bound
222 tst_brkm TBROK "mount --bind dir1 dir2-bound failed"
227 mount --bind dir1 dir3-ro
229 tst_brkm TBROK "mount --bind dir1 dir3-ro failed"
234 mount -o remount,ro,bind dir1 dir3-ro
236 tst_brkm TBROK "mount -o remount,ro,bind dir1 dir3-ro failed"
/third_party/ltp/testcases/kernel/fs/fs_bind/cloneNS/
H A Dfs_bind_cloneNS05.sh23 EXPECT_PASS mount --bind "$FS_BIND_DISK2" parent/child1/a
26 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent/child2/child1/b
33 fs_bind_exec_ns mount --bind "$PWD/$FS_BIND_DISK4" "$PWD/parent/child2/child1/c"
/third_party/node/test/sequential/
H A Dtest-dgram-bind-shared-ports.js25 // This test asserts the semantics of dgram::socket.bind({ exclusive })
83 // First worker should bind, second should err
103 socket1.bind(opt1, common.mustCall(() => {
106 socket2.bind(opt2, common.mustCall(() => {
110 socket3.bind(opt3, socket3OnBind);
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c134 unsigned bind) in i915_user_buffer_create()
145 buf->b.bind = bind; in i915_user_buffer_create()
133 i915_user_buffer_create(struct pipe_screen *screen, void *ptr, unsigned bytes, unsigned bind) i915_user_buffer_create() argument
/third_party/python/Lib/idlelib/
H A Dmacosx.py216 root.bind('<<about-idle>>', about_dialog)
217 root.bind('<<open-config-dialog>>', config_dialog)
220 root.bind('<<close-all-windows>>', flist.close_all_callback)
/third_party/typescript/tests/baselines/reference/
H A DprivateNameStaticMethodCallExpression.js46 const str = __classPrivateFieldGet(AA, _a, "m", _AA_method2).bind(AA) `head${1}middle${2}tail`;
47 __classPrivateFieldGet((_b = AA.getClass()), _a, "m", _AA_method2).bind(_b) `test${1}and${2}`;
50 const str2 = __classPrivateFieldGet((_d = AA.getClass()), _a, "m", _AA_method2).bind(_d) `head${1}middle${2}tail`;
/third_party/skia/modules/skottie/src/effects/
H A DBrightnessContrastEffect.cpp151 .bind(kBrightness_Index, fBrightness) in BrightnessContrastAdapter()
152 .bind( kContrast_Index, fContrast ) in BrightnessContrastAdapter()
153 .bind( kUseLegacy_Index, fUseLegacy ); in BrightnessContrastAdapter()

Completed in 12 milliseconds

1...<<11121314151617181920>>...157