Home
last modified time | relevance | path

Searched refs:old_self (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/coroutines/detail/
H A Dcoroutine_impl.cpp51 : old_self(old_val) in reset_self_on_exit()
58 coroutine_self::set_self(old_self); in ~reset_self_on_exit()
61 coroutine_self* old_self; member
88 coroutine_self* old_self = coroutine_self::get_self(); in operator ()() local
89 coroutine_self self(this, old_self); in operator ()()
90 reset_self_on_exit on_exit(&self, old_self); in operator ()()
/dports/devel/p5-Class-AutoClass/Class-AutoClass-1.56/t/
H A Dautoclass.108.override.t12 my $old_self={iam=>'old self'};
20 $self=$self->{__OVERRIDE__}=bless($old_self,ref $self); # return old
38 is($parent,$old_self,'parent is old_self');
41 is($child,$old_self,'child is old_self');
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Python/
H A DEventListener.cpp128 PyObject* old_self = PyDict_GetItemString(py_namespace, "self"); in ProcessEvent() local
135 Py_XINCREF(old_self); in ProcessEvent()
173 if (old_self) in ProcessEvent()
175 PyDict_SetItemString(py_namespace, "self", old_self); in ProcessEvent()
176 Py_DECREF(old_self); in ProcessEvent()
/dports/devel/py-cycler/cycler-0.11.0/
H A Dcycler.py302 old_self = copy.copy(self)
303 self._keys = _process_keys(old_self, other)
304 self._left = old_self
320 old_self = copy.copy(self)
321 self._keys = _process_keys(old_self, other)
322 self._left = old_self
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dpr2_exec.c524 int old_other, old_self; in PR2_GameConsoleCommand() local
530 old_self = pr_global_struct->self; in PR2_GameConsoleCommand()
549 pr_global_struct->self = old_self; in PR2_GameConsoleCommand()
568 int old_self = pr_global_struct->self; in PR2_ClearEdict() local
571 pr_global_struct->self = old_self; in PR2_ClearEdict()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dpr2_exec.c524 int old_other, old_self; in PR2_GameConsoleCommand() local
530 old_self = pr_global_struct->self; in PR2_GameConsoleCommand()
549 pr_global_struct->self = old_self; in PR2_GameConsoleCommand()
568 int old_self = pr_global_struct->self; in PR2_ClearEdict() local
571 pr_global_struct->self = old_self; in PR2_ClearEdict()
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/Field/
H A DChoice.pm146 my ($changes, $old_self) = $self->SUPER::update(@_);
158 if ($old_self->is_default) {
166 return wantarray ? ($changes, $old_self) : $changes;
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/Field/
H A DChoice.pm150 my ($changes, $old_self) = $self->SUPER::update(@_);
162 if ($old_self->is_default) {
170 return wantarray ? ($changes, $old_self) : $changes;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/ios/
H A Dcronet_metrics.mm38 // The |self = old_self| swap is necessary because [super init] must be
43 id old_self = self;
45 self = old_self;
46 return old_self;
84 id old_self = self;
86 self = old_self;
87 return old_self;
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/basicobject/
H A Dinstance_eval_spec.rb54 old_self = prc.call
59 prc.call.should == old_self
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DVersion.pm123 my ($changes, $old_self) = $self->SUPER::update(@_);
128 undef, ($self->name, $old_self->name, $self->product_id));
H A DObject.pm350 my $old_self = $self->new($self->id);
362 my ($old, $new) = ($old_self->{$column}, $self->{$column});
389 { object => $self, old_object => $old_self,
397 return (\%changes, $old_self);
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DVersion.pm126 my ($changes, $old_self) = $self->SUPER::update(@_);
131 undef, ($self->name, $old_self->name, $self->product_id));
H A DObject.pm496 my $old_self = $self->new($self->id);
508 my ($old, $new) = ($old_self->{$column}, $self->{$column});
535 { object => $self, old_object => $old_self,
550 return (\%changes, $old_self);
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dsv_pr_qwe.c69 int old_other, old_self; // mod_consolecmd will be executed, so in PF_executecmd() local
72 old_self = *sv_globals.self; in PF_executecmd()
77 *sv_globals.self = old_self; in PF_executecmd()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/smallbitvec-2.3.0/src/
H A Dlib.rs608 let old_self = replace(self, SmallBitVec::with_capacity(cap)); in reallocate() localVariable
610 self.set_len(old_self.len()); in reallocate()
611 for i in 0..old_self.len() { in reallocate()
612 self.set_unchecked(i, old_self.get_unchecked(i)); in reallocate()
/dports/www/firefox/firefox-99.0/third_party/rust/smallbitvec/src/
H A Dlib.rs628 let old_self = replace(self, SmallBitVec::with_capacity(cap)); in reallocate() localVariable
630 self.set_len(old_self.len()); in reallocate()
631 for i in 0..old_self.len() { in reallocate()
632 self.set_unchecked(i, old_self.get_unchecked(i)); in reallocate()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/smallbitvec/src/
H A Dlib.rs628 let old_self = replace(self, SmallBitVec::with_capacity(cap)); in reallocate() localVariable
630 self.set_len(old_self.len()); in reallocate()
631 for i in 0..old_self.len() { in reallocate()
632 self.set_unchecked(i, old_self.get_unchecked(i)); in reallocate()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/smallbitvec/src/
H A Dlib.rs628 let old_self = replace(self, SmallBitVec::with_capacity(cap)); in reallocate() localVariable
630 self.set_len(old_self.len()); in reallocate()
631 for i in 0..old_self.len() { in reallocate()
632 self.set_unchecked(i, old_self.get_unchecked(i)); in reallocate()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/smallbitvec/src/
H A Dlib.rs628 let old_self = replace(self, SmallBitVec::with_capacity(cap)); in reallocate() localVariable
630 self.set_len(old_self.len()); in reallocate()
631 for i in 0..old_self.len() { in reallocate()
632 self.set_unchecked(i, old_self.get_unchecked(i)); in reallocate()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/server/
H A Dsv_ccmds.c400 int old_self; in SV_Smite_f() local
421 old_self = *sv_globals.self; in SV_Smite_f()
429 *sv_globals.self = old_self; in SV_Smite_f()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/smallbitvec/src/
H A Dlib.rs456 let old_self = replace(self, SmallBitVec::with_capacity(cap)); in reallocate() localVariable
458 self.set_len(old_self.len()); in reallocate()
459 for i in 0..old_self.len() { in reallocate()
460 self.set_unchecked(i, old_self.get_unchecked(i)); in reallocate()
/dports/graphics/p5-Graph-Easy/Graph-Easy-0.76/lib/Graph/Easy/
H A DParser.pm570 my $old_self = $self;
578 $self->{_old_self} = $old_self if ref($self);
588 my $old_self = $self;
596 $self->{_old_self} = $old_self if ref($self);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/capnp-futures-0.10.1/src/
H A Dserialize.rs238 let old_self = ::std::mem::replace(&mut self.state, ReadState::Empty); in poll() localVariable
239 match old_self { in poll()
494 let old_self = ::std::mem::replace(&mut self.state, WriteState::Empty); in poll() localVariable
495 match old_self { in poll()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/server/
H A Dsv_phys.c170 int old_self, old_other; in SV_Impact() local
172 old_self = pr_global_struct->self; in SV_Impact()
188 pr_global_struct->self = old_self; in SV_Impact()

123