Home
last modified time | relevance | path

Searched refs:to_self (Results 1 – 25 of 47) sorted by relevance

12

/dports/security/py-exscript/exscript-2.6/Exscript/workqueue/
H A Djob.py46 to_child, to_self = Pipe()
48 self.child.start(to_self)
55 to_self.close()
/dports/devel/p5-Log-Dispatchouli/Log-Dispatchouli-2.012/t/
H A Dbasic.t37 to_self => 1,
63 to_self => 1,
90 to_self => 1,
119 to_self => 1,
H A Dglobal.t10 to_self => 1,
/dports/net-im/prosody/prosody-0.11.13/core/
H A Dstanza_router.lua154 local to_type, to_self;
162 to_self = true;
170 to_self = true;
181 …if to_self and h.events.fire_event(stanza.name..'/self', event_data) then return; end -- do proces…
/dports/security/py-exscript/exscript-2.6/tests/Exscript/workqueue/
H A DJobTest.py29 to_child, to_self = Pipe()
30 job.start(to_self)
/dports/net/openmpi3/openmpi-3.1.6/test/datatype/
H A DMakefile.am19 MPI_CHECKS = to_self
73 to_self_SOURCES = to_self.c
/dports/devel/p5-Log-Dispatchouli/Log-Dispatchouli-2.012/t/lib/DDR/
H A DChild.pm8 to_self => 1,
H A DParent.pm9 to_self => 1,
/dports/devel/p5-Log-Dispatchouli/Log-Dispatchouli-2.012/t/lib/SDR/
H A DChild.pm8 to_self => 1,
H A DParent.pm12 to_self => 1,
/dports/net/openmpi/openmpi-4.1.1/test/datatype/
H A DMakefile.am19 MPI_CHECKS = to_self reduce_local
73 to_self_SOURCES = to_self.c
/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/lib/Dist/Zilla/Chrome/
H A DTest.pm26 to_self => 1,
H A DTerm.pm79 to_self => ($ENV{DZIL_TESTING} ? 1 : 0),
/dports/devel/p5-Log-Dispatchouli/Log-Dispatchouli-2.012/lib/Log/
H A DDispatchouli.pm216 if ($arg->{to_self}) {
541 to_self => 1,
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Ditem.h1045 float acid_resist( bool to_self = false, int base_env_resist = 0 ) const;
1046 float fire_resist( bool to_self = false, int base_env_resist = 0 ) const;
1047 float bash_resist( bool to_self = false ) const;
1048 float cut_resist( bool to_self = false ) const;
1049 float stab_resist( bool to_self = false ) const;
1050 float bullet_resist( bool to_self = false ) const;
1061 float damage_resist( damage_type dt, bool to_self = false ) const;
H A Ddamage.cpp228 resistances::resistances( const item &armor, bool to_self ) in resistances() argument
231 if( to_self || armor.is_armor() ) { in resistances()
234 set_resist( dt, armor.damage_resist( dt, to_self ) ); in resistances()
H A Ddamage.h127 explicit resistances( const item &armor, bool to_self = false );
H A Ditem.cpp6264 float item::bash_resist( bool to_self ) const in bash_resist()
6291 float item::cut_resist( bool to_self ) const in cut_resist()
6326 return 0.8f * cut_resist( to_self ); in stab_resist()
6359 if( to_self ) { in acid_resist()
6393 if( to_self ) { in fire_resist()
6616 return bash_resist( to_self ); in damage_resist()
6618 return cut_resist( to_self ); in damage_resist()
6620 return acid_resist( to_self ); in damage_resist()
6622 return stab_resist( to_self ); in damage_resist()
6624 return fire_resist( to_self ); in damage_resist()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Ditem.h1045 float acid_resist( bool to_self = false, int base_env_resist = 0 ) const;
1046 float fire_resist( bool to_self = false, int base_env_resist = 0 ) const;
1047 float bash_resist( bool to_self = false ) const;
1048 float cut_resist( bool to_self = false ) const;
1049 float stab_resist( bool to_self = false ) const;
1050 float bullet_resist( bool to_self = false ) const;
1061 float damage_resist( damage_type dt, bool to_self = false ) const;
H A Ddamage.cpp228 resistances::resistances( const item &armor, bool to_self ) in resistances() argument
231 if( to_self || armor.is_armor() ) { in resistances()
234 set_resist( dt, armor.damage_resist( dt, to_self ) ); in resistances()
H A Ddamage.h127 explicit resistances( const item &armor, bool to_self = false );
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c96 .to_self = false, in update_recvframe_phyinfo()
113 pkt_info.to_self = pkt_info.bssid_match && in update_recvframe_phyinfo()
147 } else if (pkt_info.to_self || pkt_info.is_beacon) { in update_recvframe_phyinfo()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c96 .to_self = false, in update_recvframe_phyinfo()
113 pkt_info.to_self = pkt_info.bssid_match && in update_recvframe_phyinfo()
147 } else if (pkt_info.to_self || pkt_info.is_beacon) { in update_recvframe_phyinfo()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c96 .to_self = false, in update_recvframe_phyinfo()
113 pkt_info.to_self = pkt_info.bssid_match && in update_recvframe_phyinfo()
147 } else if (pkt_info.to_self || pkt_info.is_beacon) { in update_recvframe_phyinfo()
/dports/devel/p5-Log-Dispatchouli/Log-Dispatchouli-2.012/
H A DChanges88 loggers made with new_tester log to_self

12