Home
last modified time | relevance | path

Searched refs:bind (Results 201 - 225 of 3914) sorted by relevance

12345678910>>...157

/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc122 __ bind(&internal_failure_label_); in RegExpMacroAssemblerS390()
125 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerS390()
184 __ bind(&next); in Backtrack()
192 void RegExpMacroAssemblerS390::Bind(Label* label) { __ bind(label); } in Bind()
235 __ bind(&backtrack_non_equal); in CheckGreedyLoop()
281 __ bind(&loop); in CheckNotBackReferenceIgnoreCase()
303 __ bind(&loop_check); in CheckNotBackReferenceIgnoreCase()
309 __ bind(&fail); in CheckNotBackReferenceIgnoreCase()
312 __ bind(&success); in CheckNotBackReferenceIgnoreCase()
374 __ bind( in CheckNotBackReferenceIgnoreCase()
[all...]
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touch_guider_test.cpp114 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in TestEventType()
127 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in TestEventAction()
233 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
253 bool retOnPointerEvent2 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
265 retOnPointerEvent2 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
295 bool retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
306 retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
318 retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
343 bool retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
354 retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() in HWTEST_F()
[all...]
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-2805.js15 var arrayBindNoArgs = Array.bind (this);
16 var bindWithArgs = arrayBindNoArgs.bind (this, 1, 2);
/third_party/musl/src/network/
H A Dbind.c4 int bind(int fd, const struct sockaddr *addr, socklen_t len) in bind() function
6 return socketcall(bind, fd, addr, len, 0, 0, 0); in bind()
/third_party/node/deps/npm/node_modules/hasown/
H A Dindex.js5 var bind = require('function-bind'); variable
8 module.exports = bind.call(call, $hasOwn);
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx958 sqlite_ps& bind(int parameter, const string& str) in bind() function
961 obatched(clog) << nickname << " bind " << parameter << "=" << str << endl; in bind()
964 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
968 sqlite_ps& bind(int parameter, int64_t value) in bind() function
971 obatched(clog) << nickname << " bind " << parameter << "=" << value << endl; in bind()
974 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
978 sqlite_ps& bind(int parameter) in bind() function
981 obatched(clog) << nickname << " bind " << parameter << "=" << "NULL" << endl; in bind()
984 throw sqlite_exception(rc, "sqlite3 bind"); in bind()
2162 pp->bind( in handle_buildid()
[all...]
/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs99 nix::sys::socket::bind(rsock, &sock_addr).unwrap(); in test_timestamping()
265 use nix::sys::socket::bind; in test_getsockname()
278 bind(sock, &sockaddr).expect("bind failed"); in test_getsockname()
378 bind(rsock, &sock_addr).unwrap(); in udp()
426 bind(rsock, &sock_addr).unwrap(); in gso()
507 bind(rsock, &sock_addr).unwrap(); in udp_sendmmsg()
576 bind(rsock, &sock_addr).unwrap(); in udp_recvmmsg()
647 bind(rsock, &sock_addr).unwrap(); in udp_recvmmsg_dontwait_short_read()
720 match bind(rsoc in udp_inet6()
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js593 this.leftArea.bind(this)();
599 this.rightAreaParentAging.bind(this)();
627 this.leftArea.bind(this)();
633 this.rightAreaParent.bind(this)();
749 this.rightArea.bind(this)();
822 this.rightArea.bind(this)();
909 this.rightArea.bind(this)();
979 this.rightArea.bind(this)();
1078 this.titleBuilder.bind(this)();
1082 this.IconSecondaryTitleStyle.bind(thi
[all...]
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc146 __ bind(&internal_failure_label_); in RegExpMacroAssemblerMIPS()
149 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerMIPS()
207 __ bind(&next); in Backtrack()
217 __ bind(label); in Bind()
258 __ bind(&backtrack_non_equal); in CheckGreedyLoop()
303 __ bind(&loop); in CheckNotBackReferenceIgnoreCase()
324 __ bind(&loop_check); in CheckNotBackReferenceIgnoreCase()
328 __ bind(&fail); in CheckNotBackReferenceIgnoreCase()
331 __ bind(&success); in CheckNotBackReferenceIgnoreCase()
389 __ bind( in CheckNotBackReferenceIgnoreCase()
[all...]
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc110 __ bind(&internal_failure_label_); in RegExpMacroAssemblerLOONG64()
113 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerLOONG64()
167 __ bind(&next); in Backtrack()
175 void RegExpMacroAssemblerLOONG64::Bind(Label* label) { __ bind(label); } in Bind()
213 __ bind(&backtrack_non_equal); in CheckGreedyLoop()
258 __ bind(&loop); in CheckNotBackReferenceIgnoreCase()
279 __ bind(&loop_check); in CheckNotBackReferenceIgnoreCase()
283 __ bind(&fail); in CheckNotBackReferenceIgnoreCase()
286 __ bind(&success); in CheckNotBackReferenceIgnoreCase()
345 __ bind( in CheckNotBackReferenceIgnoreCase()
[all...]
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc108 __ bind(&internal_failure_label_); in RegExpMacroAssemblerMIPS()
111 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerMIPS()
169 __ bind(&next); in Backtrack()
179 __ bind(label); in Bind()
220 __ bind(&backtrack_non_equal); in CheckGreedyLoop()
265 __ bind(&loop); in CheckNotBackReferenceIgnoreCase()
286 __ bind(&loop_check); in CheckNotBackReferenceIgnoreCase()
290 __ bind(&fail); in CheckNotBackReferenceIgnoreCase()
293 __ bind(&success); in CheckNotBackReferenceIgnoreCase()
351 __ bind( in CheckNotBackReferenceIgnoreCase()
[all...]
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc115 __ bind(&internal_failure_label_); in RegExpMacroAssemblerRISCV()
118 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerRISCV()
172 __ bind(&next); in Backtrack()
180 void RegExpMacroAssemblerRISCV::Bind(Label* label) { __ bind(label); } in Bind()
218 __ bind(&backtrack_non_equal); in CheckGreedyLoop()
312 __ bind(&loop); in CheckNotBackReferenceIgnoreCase()
333 __ bind(&loop_check); in CheckNotBackReferenceIgnoreCase()
337 __ bind(&fail); in CheckNotBackReferenceIgnoreCase()
340 __ bind(&success); in CheckNotBackReferenceIgnoreCase()
404 __ bind( in CheckNotBackReferenceIgnoreCase()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DstrictBindCallApply2.js9 const fb = fn.bind({ blub: "blub" });
16 var fb = fn.bind({ blub: "blub" });
H A DprivateNameMethodCallExpression.js50 const str = __classPrivateFieldGet(this, _AA_instances, "m", _AA_method2).bind(this) `head${1}middle${2}tail`;
51 __classPrivateFieldGet((_a = this.getInstance()), _AA_instances, "m", _AA_method2).bind(_a) `test${1}and${2}`;
54 const str2 = __classPrivateFieldGet((_c = this.getInstance()), _AA_instances, "m", _AA_method2).bind(_c) `head${1}middle${2}tail`;
H A DthisTypeOptionalCall.js3 return fn?.bind(obj);
8 return fn === null || fn === void 0 ? void 0 : fn.bind(obj);
/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dentrance_log.h61 { std::bind(&OHOS::HiviewDFX::HiLog::Debug, LABEL, std::placeholders::_1, __FUNCTION__), LABEL.tag, LOG_DEBUG }
64 { std::bind(&OHOS::HiviewDFX::HiLog::Info, LABEL, std::placeholders::_1, __FUNCTION__), LABEL.tag, LOG_INFO }
67 { std::bind(&OHOS::HiviewDFX::HiLog::Info, LABEL, std::placeholders::_1, \
/third_party/node/test/parallel/
H A Dtest-stream2-readable-empty-buffer-no-eof.js56 return setImmediate(r.read.bind(r, 0));
58 setImmediate(r.read.bind(r, 0));
63 setImmediate(r.read.bind(r, 0));
/third_party/skia/modules/skottie/src/effects/
H A DGaussianBlurEffect.cpp45 .bind(kBlurriness_Index, fBlurriness) in GaussianBlurEffectAdapter()
46 .bind(kDimensions_Index, fDimensions) in GaussianBlurEffectAdapter()
47 .bind(kRepeatEdge_Index, fRepeatEdge); in GaussianBlurEffectAdapter()
H A DTintEffect.cpp48 .bind(kMapBlackTo_Index, fMapBlackTo) in TintAdapter()
49 .bind(kMapWhiteTo_Index, fMapWhiteTo) in TintAdapter()
50 .bind( kAmount_Index, fAmount ); in TintAdapter()
/kernel/linux/linux-5.10/net/sched/
H A Dact_skbedit.c99 int ovr, int bind, bool rtnl_held, in tcf_skbedit_init()
162 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_skbedit_init()
166 if (exists && bind) in tcf_skbedit_init()
171 tcf_idr_release(*a, bind); in tcf_skbedit_init()
179 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init()
190 tcf_idr_release(*a, bind); in tcf_skbedit_init()
233 tcf_idr_release(*a, bind); in tcf_skbedit_init()
238 int bind, int ref) in tcf_skbedit_dump()
246 .bindcnt = atomic_read(&d->tcf_bindcnt) - bind, in tcf_skbedit_dump()
97 tcf_skbedit_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 act_flags, struct netlink_ext_ack *extack) tcf_skbedit_init() argument
237 tcf_skbedit_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_skbedit_dump() argument
H A Dact_mirred.c95 int ovr, int bind, bool rtnl_held, in tcf_mirred_init()
124 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mirred_init()
128 if (exists && bind) in tcf_mirred_init()
139 tcf_idr_release(*a, bind); in tcf_mirred_init()
153 &act_mirred_ops, bind, flags); in tcf_mirred_init()
160 tcf_idr_release(*a, bind); in tcf_mirred_init()
205 tcf_idr_release(*a, bind); in tcf_mirred_init()
347 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, in tcf_mirred_dump() argument
355 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mirred_dump()
93 tcf_mirred_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_mirred_init() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Diunknown.c40 This->bind = 0; in NineUnknown_ctor()
45 This->bind = 1; in NineUnknown_ctor()
49 This->bind = 0; in NineUnknown_ctor()
147 if (!This->container && This->bind == 0) { in NineUnknown_Release()
170 if (!This->container && This->bind == 0) { in NineUnknown_ReleaseWithDtorLock()
/third_party/node/test/async-hooks/
H A Dinit-hooks.js48 init: this._init.bind(this),
49 before: this._before.bind(this),
50 after: this._after.bind(this),
51 destroy: this._destroy.bind(this),
52 promiseResolve: this._promiseResolve.bind(this),
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler_test.cpp32 scheduler->bind(); in TEST_F()
65 (new marl::Scheduler(marl::Scheduler::Config()))->bind(); in TEST_P()
94 (new marl::Scheduler(marl::Scheduler::Config()))->bind(); in TEST_P()
140 scheduler->bind(); in TEST_P()
164 scheduler->bind(); in TEST_F()
223 "Did you forget to call marl::Scheduler::bind"); in TEST_F()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c126 unsigned bind; in dri2_drawable_get_buffers() local
129 dri_drawable_get_format(drawable, atts[i], &format, &bind); in dri2_drawable_get_buffers()
228 unsigned i, bind; in dri_image_drawable_get_buffers() local
231 dri_drawable_get_format(drawable, statts[i], &pf, &bind); in dri_image_drawable_get_buffers()
304 unsigned bind = 0; in dri2_allocate_buffer() local
314 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri2_allocate_buffer()
317 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW; in dri2_allocate_buffer()
322 bind = PIPE_BIND_DEPTH_STENCIL; /* XXX sampler? */ in dri2_allocate_buffer()
327 bind |= PIPE_BIND_SHARED; in dri2_allocate_buffer()
357 templ.bind in dri2_allocate_buffer()
445 unsigned i, j, bind; dri2_allocate_textures() local
680 unsigned bind; dri2_allocate_textures() local
844 dri2_create_image_from_winsys(__DRIscreen *_screen, int width, int height, const struct dri2_format_mapping *map, int num_handles, struct winsys_handle *whandle, unsigned bind, void *loaderPrivate) dri2_create_image_from_winsys() argument
1046 dri2_create_image_from_fd(__DRIscreen *_screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, unsigned bind, unsigned *error, void *loaderPrivate) dri2_create_image_from_fd() argument
1475 unsigned bind = 0; dri2_validate_usage() local
1578 unsigned bind = 0; dri2_from_fds2() local
[all...]

Completed in 20 milliseconds

12345678910>>...157