/third_party/jerryscript/tests/jerry/es2015/ |
H A D | function-prototype-bind.js | 18 var c = new C("x", "y", "return this.foo + x + y;").bind({foo : 1}, 2); 26 var boundFunc = Function.prototype.bind.call(f, null); 62 var boundF = Function.prototype.bind.call(C, null);
|
/third_party/ltp/testcases/kernel/fs/fs_bind/bind/ |
H A D | fs_bind14.sh | 12 tst_res TINFO "bind: uncloneable child to private parent" 20 EXPECT_PASS mount --bind parent1 share1 21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1/x 23 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
|
H A D | fs_bind23.sh | 12 tst_res TINFO "bind: shared child to shared parent" 18 EXPECT_PASS mount --bind mnt/1 mnt/2 19 EXPECT_PASS mount --bind "$FS_BIND_DISK1" mnt/1/abc 25 EXPECT_PASS mount --bind tmp1 tmp2
|
H A D | fs_bind24.sh | 12 tst_res TINFO "bind: shared child to shared parent" 18 EXPECT_PASS mount --bind dir1/1/2 dir2 22 EXPECT_PASS mount --bind dir1/1/2/3 dir3 25 EXPECT_PASS mount --bind dir4 dir2/fs_bind_check
|
H A D | fs_bind16.sh | 12 tst_res TINFO "bind: uncloneable child to uncloneable parent" 20 EXPECT_PASS mount --bind parent1 share1 21 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1/x 24 EXPECT_FAIL mount --bind parent1/child1 parent2/child2
|
H A D | fs_bind22.sh | 12 tst_res TINFO "bind: bind within same tree - root to child" 18 EXPECT_PASS mount --bind parent parent/child2/ 21 EXPECT_PASS mount --bind "$FS_BIND_DISK3" parent/child2/child1 27 EXPECT_PASS mount --bind "$FS_BIND_DISK4" parent/child2/child1
|
/third_party/node/benchmark/dgram/ |
H A D | bind-params.js | 22 dgram.createSocket('udp4').bind(port, address) 31 .bind(port) 40 .bind()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | Rectangle.cpp | 30 this->bind(*abuilder, jrect["s"], fSize ); in RectangleGeometryAdapter() 31 this->bind(*abuilder, jrect["p"], fPosition ); in RectangleGeometryAdapter() 32 this->bind(*abuilder, jrect["r"], fRoundness); in RectangleGeometryAdapter()
|
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | device_cdev.c | 60 struct vfio_device_bind_iommufd bind; in vfio_df_ioctl_bind_iommufd() local 68 if (copy_from_user(&bind, arg, minsz)) in vfio_df_ioctl_bind_iommufd() 71 if (bind.argsz < minsz || bind.flags || bind.iommufd < 0) in vfio_df_ioctl_bind_iommufd() 89 df->iommufd = iommufd_ctx_from_fd(bind.iommufd); in vfio_df_ioctl_bind_iommufd()
|
/third_party/node/lib/ |
H A D | async_hooks.js | 228 bind(fn, thisArg) { 259 static bind(fn, type, thisArg) { 261 return (new AsyncResource(type || 'bound-anonymous-fn')).bind(fn, thisArg); 282 static bind(fn) { 283 return AsyncResource.bind(fn); 287 return AsyncLocalStorage.bind((cb, ...args) => cb(...args));
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 74 void *st = exec.bind(&q, grid_offset); in launch() 77 // The handles are created during exec_context::bind(), so we need make in launch() 78 // sure to call exec_context::bind() before retrieving them. in launch() 192 kernel::exec_context::bind(intrusive_ptr<command_queue> _q, in bind() function in kernel::exec_context 206 (*(explicit_arg++))->bind(*this, barg); in bind() 214 arg->bind(*this, barg); in bind() 222 arg->bind(*this, barg); in bind() 236 arg->bind(*this, barg); in bind() 250 arg->bind(*this, barg); in bind() 258 arg->bind(*thi in bind() 447 kernel::scalar_argument::bind(exec_context &ctx, bind() function in kernel::scalar_argument 482 kernel::global_argument::bind(exec_context &ctx, bind() function in kernel::global_argument 531 kernel::local_argument::bind(exec_context &ctx, bind() function in kernel::local_argument 561 kernel::constant_argument::bind(exec_context &ctx, bind() function in kernel::constant_argument 603 kernel::image_rd_argument::bind(exec_context &ctx, bind() function in kernel::image_rd_argument 634 kernel::image_wr_argument::bind(exec_context &ctx, bind() function in kernel::image_wr_argument 665 kernel::sampler_argument::bind(exec_context &ctx, bind() function in kernel::sampler_argument [all...] |
/third_party/skia/modules/skottie/src/effects/ |
H A D | RadialWipeEffect.cpp | 142 .bind(kCompletion_Index, fCompletion) in RadialWipeAdapter() 143 .bind(kStartAngle_Index, fStartAngle) in RadialWipeAdapter() 144 .bind(kWipeCenter_Index, fWipeCenter) in RadialWipeAdapter() 145 .bind( kWipe_Index, fWipe ) in RadialWipeAdapter() 146 .bind( kFeather_Index, fFeather ); in RadialWipeAdapter()
|
H A D | GlowStyles.cpp | 34 this->bind(abuilder, jstyle["c" ], fColor); in GlowAdapter() 35 this->bind(abuilder, jstyle["o" ], fOpacity); in GlowAdapter() 36 this->bind(abuilder, jstyle["s" ], fSize); in GlowAdapter() 37 this->bind(abuilder, jstyle["sr"], fInnerSource); in GlowAdapter() 38 this->bind(abuilder, jstyle["ch"], fChoke); in GlowAdapter()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 190 bind(&loop); in PushArray() 193 bind(&entry); in PushArray() 199 bind(&loop); in PushArray() 201 bind(&entry); in PushArray() 414 bind(&ok); in RecordWriteField() 420 bind(&done); in RecordWriteField() 542 bind(&ok); in CallRecordWriteStub() 566 bind(&done); in CallRecordWriteStub() 602 bind(&msb_not_set); in CallRecordWriteStub() 605 bind( in CallRecordWriteStub() [all...] |
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 102 __ bind(&start_label_); // And then continue from here. in RegExpMacroAssemblerIA32() 155 __ bind(&next); in Backtrack() 165 __ bind(label); in Bind() 205 __ bind(&fallthrough); in CheckGreedyLoop() 261 __ bind(&loop); in CheckNotBackReferenceIgnoreCase() 278 __ bind(&convert_capture); in CheckNotBackReferenceIgnoreCase() 286 __ bind(&loop_increment); in CheckNotBackReferenceIgnoreCase() 295 __ bind(&fail); in CheckNotBackReferenceIgnoreCase() 301 __ bind(&success); in CheckNotBackReferenceIgnoreCase() 372 __ bind( in CheckNotBackReferenceIgnoreCase() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_mpls.c | 166 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_mpls_init() local 193 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_mpls_init() 197 if (exists && bind) in tcf_mpls_init() 201 ret = tcf_idr_create(tn, index, est, a, &act_mpls_ops, bind, in tcf_mpls_init() 210 tcf_idr_release(*a, bind); in tcf_mpls_init() 317 tcf_idr_release(*a, bind); in tcf_mpls_init() 332 int bind, int ref) in tcf_mpls_dump() 340 .bindcnt = atomic_read(&m->tcf_bindcnt) - bind, in tcf_mpls_dump() 386 u32 *index_inc, bool bind, in tcf_mpls_offload_act_setup() 389 if (bind) { in tcf_mpls_offload_act_setup() 331 tcf_mpls_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_mpls_dump() argument 385 tcf_mpls_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_mpls_offload_act_setup() argument [all...] |
H A D | act_sample.c | 42 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_sample_init() local 64 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_sample_init() 68 if (exists && bind) in tcf_sample_init() 73 &act_sample_ops, bind, true, flags); in tcf_sample_init() 80 tcf_idr_release(*a, bind); in tcf_sample_init() 132 tcf_idr_release(*a, bind); in tcf_sample_init() 213 int bind, int ref) in tcf_sample_dump() 220 .bindcnt = atomic_read(&s->tcf_bindcnt) - bind, in tcf_sample_dump() 285 u32 *index_inc, bool bind, in tcf_sample_offload_act_setup() 288 if (bind) { in tcf_sample_offload_act_setup() 212 tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_sample_dump() argument 284 tcf_sample_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_sample_offload_act_setup() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_st.c | 191 unsigned bind; in stw_st_framebuffer_validate_locked() local 205 bind = PIPE_BIND_DISPLAY_TARGET | in stw_st_framebuffer_validate_locked() 216 bind &= ~PIPE_BIND_DISPLAY_TARGET; in stw_st_framebuffer_validate_locked() 223 bind = PIPE_BIND_DEPTH_STENCIL; in stw_st_framebuffer_validate_locked() 233 if (bind != PIPE_BIND_DEPTH_STENCIL && stwfb->stvis.samples > 1) { in stw_st_framebuffer_validate_locked() 234 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in stw_st_framebuffer_validate_locked() 242 templ.bind = bind; in stw_st_framebuffer_validate_locked() 253 if (bind & PIPE_BIND_DISPLAY_TARGET) { in stw_st_framebuffer_validate_locked() 290 templ.bind in stw_st_framebuffer_validate_locked() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | multicall.py | 66 # methods: bind and unbind, which get a function and a parsed sequence, as 82 def bind(self, triplet, func): member in _SimpleBinder 94 self.handlerid = self.widget.bind(self.widgetinst, 210 self.handlerids.append((seq, self.widget.bind(self.widgetinst, 213 def bind(self, triplet, func): member in _ComplexBinder 223 self.handlerids.append((seq, self.widget.bind(self.widgetinst, 334 def bind(self, sequence=None, func=None, add=None): member in MultiCallCreator.MultiCall 335 #print("bind(%s, %s, %s)" % (sequence, func, add), 347 self.__binders[triplet[1]].bind(triplet, func) 350 return widget.bind(sel [all...] |
H A D | iomenu.py | 28 self.__id_open = self.text.bind("<<open-window-from-file>>", self.open) 29 self.__id_save = self.text.bind("<<save-window>>", self.save) 30 self.__id_saveas = self.text.bind("<<save-window-as-file>>", 32 self.__id_savecopy = self.text.bind("<<save-copy-of-window-as-file>>", 35 self.__id_print = self.text.bind("<<print-window>>", self.print_window) 407 self.text.bind("<Control-o>", self.open) 408 self.text.bind('<Control-p>', self.print) 409 self.text.bind("<Control-s>", self.save) 410 self.text.bind("<Alt-s>", self.saveas) 411 self.text.bind('<Contro [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource9.js | 115 this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types? 118 this.bind(agg, typeMembers.allMembers); 121 this.bind(agg, ambientMembers.allMembers); 124 this.bind(agg, ambientTypeMembers.allMembers); 178 // bind expansions on the parent type symbol 201 public bind(scope: SymbolScope, table: IHashTable) { 317 this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types?
320 this.bind(agg, typeMembers.allMembers);
323 this.bind(agg, ambientMembers.allMembers);
326 this.bind(ag [all...] |
/third_party/ltp/testcases/kernel/fs/fs_bind/move/ |
H A D | fs_bind_move07.sh | 20 EXPECT_PASS mount --bind dir share1 22 EXPECT_PASS mount --bind parent2 share2 26 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
|
H A D | fs_bind_move04.sh | 19 EXPECT_PASS mount --bind dir share1 24 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild 28 EXPECT_PASS mount --bind "$FS_BIND_DISK2" share1/grandchild/a
|
H A D | fs_bind_move06.sh | 20 EXPECT_PASS mount --bind dir share1 22 EXPECT_PASS mount --bind parent2 share2 25 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent2/child2/grandchild
|
/third_party/node/test/parallel/ |
H A D | test-http-missing-header-separator-cr.js | 46 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 64 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg))); 82 server.listen(0, common.mustSucceed(serverHandler.bind(null, server, msg)));
|