Home
last modified time | relevance | path

Searched refs:check_loc (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/rfc-2091-track-caller/
H A Dcall-chain.rs9 fn check_loc(&self, line: u32, col: u32) -> &Self { in check_loc() method
24 check_loc(line!(), 9).check_loc(line!(), 31) in main()
25 .check_loc(line!(), 10); in main()
/dports/devel/bashdb/bashdb-5.0-1.1.2/
H A Dcheck-prefix.sh20 check_loc=$(./compute-prefix.sh $SH_PROG)
21 if [[ $PREFIX != $check_loc ]] ; then
22 echo >&2 "bash says prefix should be $check_loc. You gave $PREFIX"
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dpath_finder.cpp43 return check_loc(MapCoord(from.x + rel.sx, from.y + rel.sy, from.z)); in check_dir()
46 bool PathFinder::check_loc(uint16 x, uint16 y, uint8 z) { in check_loc() function in Ultima::Nuvie::PathFinder
47 return check_loc(MapCoord(x, y, z)); in check_loc()
85 if (!check_loc(pos)) in is_path_clear()
H A Dactor_path_finder.cpp44 return check_loc(step); in get_next_move()
59 return check_loc(step); in get_next_move()
75 bool ActorPathFinder::check_loc(const MapCoord &mapLoc) { in check_loc() function in Ultima::Nuvie::ActorPathFinder
123 if (check_loc(new_loc)) { in check_dir()
H A Dseek_path.cpp48 if (check_loc(checkA)) { // can go in X in get_obstacle_tracer()
55 if (check_loc(checkB)) { // can go in Y in get_obstacle_tracer()
75 if (check_loc(obstacle)) { // no obstacle here; able to move closer in trace_check_obstacle()
118 if (!check_loc(line)) { in trace_obstacle()
H A Dpath_finder.h69 virtual bool check_loc(const MapCoord &loc) = 0;
70 bool check_loc(uint16 x, uint16 y, uint8 z);
H A Dsched_path_finder.cpp46 if (check_loc(goal)) { in get_next_move()
98 bool SchedPathFinder::check_loc(const MapCoord &locPos) { in check_loc() function in Ultima::Nuvie::SchedPathFinder
H A Dpath.cpp126 bool Path::check_loc(const MapCoord &loc) { in check_loc() function in Ultima::Nuvie::Path
127 return pf->check_loc(loc); in check_loc()
H A Dsched_path_finder.h47 bool check_loc(const MapCoord &loc) override; // ignores other actors
H A Dactor_path_finder.h47 bool check_loc(const MapCoord &loc) override;
H A Dpath.h46 bool check_loc(const MapCoord &loc);
H A Du6_astar_path.cpp43 if (!pf->check_loc(c2.x, c2.y, c2.z)) { in step_cost()
H A Dastar_path.cpp137 if (!pf->check_loc(c2.x, c2.y, c2.z) in step_cost()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Parkour.ocf/VolcanoEscape.ocs/
H A DScript.c28 for (var check_loc in checkpoint_locs) in Initialize()
29 if (Distance(cave_loc.x, cave_loc.y, check_loc.x, check_loc.y) < 50) in Initialize()
/dports/comms/trustedqsl/tqsl-2.4/src/
H A Dlocation.cpp1747 if (!(loc = check_loc(locp))) { in tqsl_updateStationLocationCapture()
1758 if (!(loc = check_loc(locp))) { in tqsl_getNumStationLocationCapturePages()
1774 if (!(loc = check_loc(locp))) { in tqsl_getStationLocationCapturePage()
1790 if (!(loc = check_loc(locp))) { in tqsl_setStationLocationCapturePage()
1806 if (!(loc = check_loc(locp))) { in tqsl_setStationLocationCertFlags()
1853 if (!(loc = check_loc(locp))) { in tqsl_nextStationLocationCapture()
1869 if (!(loc = check_loc(locp))) { in tqsl_prevStationLocationCapture()
1882 if (!(loc = check_loc(locp))) { in tqsl_hasNextStationLocationCapture()
1902 if (!(loc = check_loc(locp))) { in tqsl_hasPrevStationLocationCapture()
1918 if (!(loc = check_loc(locp))) { in tqsl_getNumLocationField()
[all …]
/dports/graphics/zbar/zbar-0.23.90/test/
H A Dtest_cpp_img.cpp58 check_loc (const zbar::Image &img, in check_loc() function
90 pass = !check_loc(img, sym); in check_symbol()
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_SeqIO_features.py215 def check_loc(self, expected_location_obj, input_location_str, round_trip=True): member in GenBankLocations
234 self.check_loc(expected_loc, ncbi_str)
235 self.check_loc(expected_loc, embl_str, round_trip=False)
245 self.check_loc(expected_loc, loc_str)
252 self.check_loc(expected_loc, loc_str)
259 self.check_loc(expected_loc, loc_str)
268 self.check_loc(expected_loc, loc_str)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dinput_cp2k_check.F885 LOGICAL :: check_loc, skip_other_checks local
888 check_loc = check_restart(input_file, restart_file, TRIM(path))
890 IF (skip_other_checks) check_loc = check
891 IF (flag .AND. check_loc) THEN
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dinput_cp2k_check.F885 LOGICAL :: check_loc, skip_other_checks local
888 check_loc = check_restart(input_file, restart_file, TRIM(path))
890 IF (skip_other_checks) check_loc = check
891 IF (flag .AND. check_loc) THEN
/dports/math/octave-forge-image/image-2.12.0/inst/
H A Dimfill.m97 locations = check_loc (opt2, img);
115 locations = check_loc (opt2, img);
190 function loc_lin_idx = check_loc (loc, img) function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_sched.cpp65 static inline void check_loc(ident_t *&loc) { in check_loc() function
170 check_loc(loc); in __kmp_for_static_init()
406 check_loc(loc); in __kmp_for_static_init()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp65 static inline void check_loc(ident_t *&loc) { in check_loc() function
170 check_loc(loc); in __kmp_for_static_init()
406 check_loc(loc); in __kmp_for_static_init()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp65 static inline void check_loc(ident_t *&loc) { in check_loc() function
170 check_loc(loc); in __kmp_for_static_init()
406 check_loc(loc); in __kmp_for_static_init()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp65 static inline void check_loc(ident_t *&loc) { in check_loc() function
170 check_loc(loc); in __kmp_for_static_init()
406 check_loc(loc); in __kmp_for_static_init()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_sched.cpp65 static inline void check_loc(ident_t *&loc) { in check_loc() function
391 check_loc(loc); in __kmp_for_static_init()

12