| /third_party/node/deps/v8/src/regexp/s390/ |
| H A D | regexp-macro-assembler-s390.cc | 122 __ 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 D | accessibility_touch_guider_test.cpp | 114 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 D | regression-test-issue-2805.js | 15 var arrayBindNoArgs = Array.bind (this); 16 var bindWithArgs = arrayBindNoArgs.bind (this, 1, 2);
|
| /third_party/musl/src/network/ |
| H A D | bind.c | 4 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 D | index.js | 5 var bind = require('function-bind'); variable 8 module.exports = bind.call(call, $hasOwn);
|
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod.cxx | 958 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 D | test_socket.rs | 99 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 D | subheader.js | 593 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 D | regexp-macro-assembler-mips64.cc | 146 __ 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 D | regexp-macro-assembler-loong64.cc | 110 __ 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 D | regexp-macro-assembler-mips.cc | 108 __ 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 D | regexp-macro-assembler-riscv64.cc | 115 __ 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 D | strictBindCallApply2.js | 9 const fb = fn.bind({ blub: "blub" }); 16 var fb = fn.bind({ blub: "blub" });
|
| H A D | privateNameMethodCallExpression.js | 50 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 D | thisTypeOptionalCall.js | 3 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 D | entrance_log.h | 61 { 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 D | test-stream2-readable-empty-buffer-no-eof.js | 56 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 D | GaussianBlurEffect.cpp | 45 .bind(kBlurriness_Index, fBlurriness) in GaussianBlurEffectAdapter() 46 .bind(kDimensions_Index, fDimensions) in GaussianBlurEffectAdapter() 47 .bind(kRepeatEdge_Index, fRepeatEdge); in GaussianBlurEffectAdapter()
|
| H A D | TintEffect.cpp | 48 .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 D | act_skbedit.c | 99 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 D | act_mirred.c | 95 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 D | iunknown.c | 40 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 D | init-hooks.js | 48 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 D | scheduler_test.cpp | 32 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 D | dri2.c | 126 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...] |