Home
last modified time | relevance | path

Searched refs:was_hit (Results 1 – 9 of 9) sorted by relevance

/dports/misc/py-orange3-timeseries/orange3-timeseries-0.3.10/orangecontrib/timeseries/tests/
H A Dtest_timeseries.py44 nonlocal was_hit
45 was_hit = True
51 was_hit = False
56 self.assertTrue(was_hit)
62 was_hit = False
67 nonlocal was_hit
68 if was_hit:
70 was_hit = True
75 self.assertTrue(was_hit)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/parser/
H A Ddeclarations_cache.py118 def was_hit(self): member in record_t
121 @was_hit.setter
122 def was_hit(self, was_hit): member in record_t
123 self.__was_hit = was_hit
176 entry.was_hit = False
223 if not self.__cache[key].was_hit:
249 self.__cache[record.key()].was_hit = True
266 record.was_hit = True # Record cache hit
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/parser/
H A Ddeclarations_cache.py118 def was_hit(self): member in record_t
121 @was_hit.setter
122 def was_hit(self, was_hit): argument
123 self.__was_hit = was_hit
176 entry.was_hit = False
223 if not self.__cache[key].was_hit:
249 self.__cache[record.key()].was_hit = True
266 record.was_hit = True # Record cache hit
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DFace_stats.cc166 hit = actor->was_hit(); in Portrait_button()
208 if (hit != actor->was_hit() || in update_widget()
216 hit = actor->was_hit(); in update_widget()
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dknight.c805 gboolean was_hit = d->total_freeze; // guard against several hits at once in _event_loop_game() local
818 if(shot->start <= PLAYER_Y - ALIEN_TARGET_HEIGHT && !was_hit) in _event_loop_game()
820 was_hit = TRUE; in _event_loop_game()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dknight.c805 gboolean was_hit = d->total_freeze; // guard against several hits at once in _event_loop_game() local
818 if(shot->start <= PLAYER_Y - ALIEN_TARGET_HEIGHT && !was_hit) in _event_loop_game()
820 was_hit = TRUE; in _event_loop_game()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dactors.h700 bool was_hit() { in was_hit() function
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dslfv.c693 int was_hit,i,j,err; in SLFV_Lk_Gaussian_Core() local
699 was_hit = (disk->ldsk != NULL); in SLFV_Lk_Gaussian_Core()
739 if(was_hit == TRUE) in SLFV_Lk_Gaussian_Core()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_test_run_manager.php124 $was_hit = false;
133 if($was_hit)