Home
last modified time | relevance | path

Searched refs:path_found (Results 1 – 25 of 93) sorted by relevance

1234

/dports/games/construo/construo-0.2.3/src/
H A Dpath_manager.cpp24 : path_found (false) in PathManager()
49 for (PathIter i = path_list.begin (); !path_found && i != path_list.end (); ++i) in find_path()
59 path_found = true; in find_path()
77 for (PathIter i = path_list.begin (); !path_found && i != path_list.end (); ++i) in find_path()
81 path_found = true; in find_path()
H A Dpath_manager.hpp29 bool path_found; member in PathManager
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/dict-common/
H A Dfile-utils.c316 static TLS char *path_found; in object_open() local
326 char *pf = path_found; in object_open()
327 path_found = NULL; in object_open()
332 if (NULL == path_found) in object_open()
369 path_found, in object_open()
387 if ((NULL != fp) || (NULL != path_found)) break; in object_open()
396 else if (NULL == path_found) in object_open()
406 path_found = pfnd; in object_open()
407 lgdebug(D_USER_FILES, "Debug: Using dictionary path \"%s\"\n", path_found); in object_open()
/dports/games/openttd/openttd-12.1/src/pathfinder/npf/
H A Dnpf_func.h36 …VehicleChooseTrack(const RoadVehicle *v, TileIndex tile, DiagDirection enterdir, bool &path_found);
44 Track NPFShipChooseTrack(const Ship *v, bool &path_found);
90 Track NPFTrainChooseTrack(const Train *v, bool &path_found, bool reserve_track, struct PBSTileInfo …
/dports/games/openttd/openttd-12.1/src/pathfinder/yapf/
H A Dyapf.h29 …ip *v, TileIndex tile, DiagDirection enterdir, TrackBits tracks, bool &path_found, ShipPathCache &…
48 … TileIndex tile, DiagDirection enterdir, TrackdirBits trackdirs, bool &path_found, RoadVehPathCach…
61 …in *v, TileIndex tile, DiagDirection enterdir, TrackBits tracks, bool &path_found, bool reserve_tr…
H A Dyapf_ship.cpp139 …ip *v, TileIndex tile, DiagDirection enterdir, TrackBits tracks, bool &path_found, ShipPathCache &… in ChooseShipTrack() argument
167 path_found = pf.FindPath(v); in ChooseShipTrack()
176 if (path_found) skip = YAPF_SHIP_PATH_CACHE_LENGTH / 2; in ChooseShipTrack()
195 if (path_found && !path_cache.empty()) path_cache.pop_back(); in ChooseShipTrack()
352 …ip *v, TileIndex tile, DiagDirection enterdir, TrackBits tracks, bool &path_found, ShipPathCache &… in YapfShipChooseTrack() argument
355 …ooseShipTrack)(const Ship*, TileIndex, DiagDirection, TrackBits, bool &path_found, ShipPathCache &… in YapfShipChooseTrack()
363 Trackdir td_ret = pfnChooseShipTrack(v, tile, enterdir, tracks, path_found, path_cache); in YapfShipChooseTrack()
H A Dyapf_rail.cpp398 …in *v, TileIndex tile, DiagDirection enterdir, TrackBits tracks, bool &path_found, bool reserve_tr… in stChooseRailTrack() argument
405 result1 = pf1.ChooseRailTrack(v, tile, enterdir, tracks, path_found, reserve_track, target); in stChooseRailTrack()
407 result1 = pf1.ChooseRailTrack(v, tile, enterdir, tracks, path_found, false, nullptr); in stChooseRailTrack()
410 …Trackdir result2 = pf2.ChooseRailTrack(v, tile, enterdir, tracks, path_found, reserve_track, targe… in stChooseRailTrack()
420 …in *v, TileIndex tile, DiagDirection enterdir, TrackBits tracks, bool &path_found, bool reserve_tr… in ChooseRailTrack() argument
430 path_found = Yapf().FindPath(v); in ChooseRailTrack()
452 if (reserve_track && path_found) this->TryReservePath(target, pNode->GetLastTile()); in ChooseRailTrack()
456 path_found |= Yapf().m_stopped_on_first_two_way_signal; in ChooseRailTrack()
531 …in *v, TileIndex tile, DiagDirection enterdir, TrackBits tracks, bool &path_found, bool reserve_tr… in YapfTrainChooseTrack() argument
542 Trackdir td_ret = pfnChooseRailTrack(v, tile, enterdir, tracks, path_found, reserve_track, target); in YapfTrainChooseTrack()
H A Dyapf_road.cpp354 …ck(const RoadVehicle *v, TileIndex tile, DiagDirection enterdir, bool &path_found, RoadVehPathCach… in stChooseRoadTrack() argument
357 return pf.ChooseRoadTrack(v, tile, enterdir, path_found, path_cache); in stChooseRoadTrack()
360 …ck(const RoadVehicle *v, TileIndex tile, DiagDirection enterdir, bool &path_found, RoadVehPathCach… in ChooseRoadTrack() argument
382 path_found = Yapf().FindPath(v); in ChooseRoadTrack()
406 if (path_found && !path_cache.empty() && tile == v->dest_tile) { in ChooseRoadTrack()
532 … TileIndex tile, DiagDirection enterdir, TrackdirBits trackdirs, bool &path_found, RoadVehPathCach… in YapfRoadVehicleChooseTrack() argument
535 …fnChooseRoadTrack)(const RoadVehicle*, TileIndex, DiagDirection, bool &path_found, RoadVehPathCach… in YapfRoadVehicleChooseTrack()
543 Trackdir td_ret = pfnChooseRoadTrack(v, tile, enterdir, path_found, path_cache); in YapfRoadVehicleChooseTrack()
/dports/games/retroarch/RetroArch-1.9.7/dingux/
H A Ddingux_utils.c342 bool path_found = false; in dingux_get_base_path() local
366 path_found = true; in dingux_get_base_path()
373 if (path_found) in dingux_get_base_path()
/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/cmake/
H A Dtraceparser.py665 path_found = False # type: bool
670 path_found = False
675 path_found = False
680 path_found = False
686 path_found = False
690 path_found = True
691 elif path_found:
695 path_found = False
698 path_found = False
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/cmake/
H A Dtraceparser.py665 path_found = False # type: bool
670 path_found = False
675 path_found = False
680 path_found = False
686 path_found = False
690 path_found = True
691 elif path_found:
695 path_found = False
698 path_found = False
/dports/comms/owfs/owfs-3.2p4/module/owhttpd/src/c/
H A Dowhttpd_handler.c462 char * path_found = NO_PATH ; in GetPostPath() local
470 return path_found ; in GetPostPath()
480 if( path_found ) { in GetPostPath()
481 owfree(path_found); in GetPostPath()
483 path_found = owstrdup( namestart ) ; in GetPostPath()
490 return path_found ; in GetPostPath()
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dresource_importer.cpp65 bool path_found = false; //first match must have priority in _get_path_and_type() local
83 if (!path_found && assign.begins_with("path.") && r_path_and_type.path == String()) { in _get_path_and_type()
87 path_found = true; //first match must have priority in _get_path_and_type()
90 } else if (!path_found && assign == "path") { in _get_path_and_type()
92 path_found = true; //first match must have priority in _get_path_and_type()
/dports/games/minetest/minetest-5.4.1/src/database/
H A Ddatabase-files.cpp158 bool path_found = false; in savePlayer() local
161 for (u32 i = 0; i < PLAYER_FILE_ALTERNATE_TRIES && !path_found; i++) { in savePlayer()
163 path_found = true; in savePlayer()
177 path_found = true; in savePlayer()
184 if (!path_found) { in savePlayer()
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dresource_importer.cpp65 bool path_found = false; //first match must have priority in _get_path_and_type() local
83 if (!path_found && assign.begins_with("path.") && r_path_and_type.path == String()) { in _get_path_and_type()
87 path_found = true; //first match must have priority in _get_path_and_type()
90 } else if (!path_found && assign == "path") { in _get_path_and_type()
92 path_found = true; //first match must have priority in _get_path_and_type()
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/cmake/
H A Dtraceparser.py719 path_found = False # type: bool
724 path_found = False
729 path_found = False
734 path_found = False
740 path_found = False
744 path_found = True
745 elif path_found:
749 path_found = False
752 path_found = False
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/cmake/
H A Dtraceparser.py719 path_found = False # type: bool
724 path_found = False
729 path_found = False
734 path_found = False
740 path_found = False
744 path_found = True
745 elif path_found:
749 path_found = False
752 path_found = False
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/cmake/
H A Dtraceparser.py719 path_found = False # type: bool
724 path_found = False
729 path_found = False
734 path_found = False
740 path_found = False
744 path_found = True
745 elif path_found:
749 path_found = False
752 path_found = False
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/cmake/
H A Dtraceparser.py719 path_found = False # type: bool
724 path_found = False
729 path_found = False
734 path_found = False
740 path_found = False
744 path_found = True
745 elif path_found:
749 path_found = False
752 path_found = False
/dports/devel/meson/meson-0.60.3/mesonbuild/cmake/
H A Dtraceparser.py719 path_found = False # type: bool
724 path_found = False
729 path_found = False
734 path_found = False
740 path_found = False
744 path_found = True
745 elif path_found:
749 path_found = False
752 path_found = False
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-tentacle.cc542 bool path_found = false; in _tentacle_pathfind() local
559 path_found = true; in _tentacle_pathfind()
563 return path_found; in _tentacle_pathfind()
780 bool path_found = false; in move_solo_tentacle() local
783 path_found = _tentacle_pathfind(tentacle, attack_constraints, in move_solo_tentacle()
847 if (!attack_foe || !path_found) in move_solo_tentacle()
1040 bool path_found = false; in move_child_tentacles() local
1064 path_found = _tentacle_pathfind( in move_child_tentacles()
1072 if (no_foe || !path_found || pull_constrictee) in move_child_tentacles()
/dports/net/openmpi/openmpi-4.1.1/test/util/
H A Dbipartite_graph.c701 bool path_found; in test_graph_bellman_ford() local
743 path_found = opal_bp_graph_bellman_ford(g, /*source=*/4, /*target=*/5, pred); in test_graph_bellman_ford()
744 check(path_found); in test_graph_bellman_ford()
786 path_found = opal_bp_graph_bellman_ford(g, /*source=*/5, /*target=*/6, pred); in test_graph_bellman_ford()
787 check(path_found); in test_graph_bellman_ford()
830 path_found = opal_bp_graph_bellman_ford(g, /*source=*/5, /*target=*/6, pred); in test_graph_bellman_ford()
831 check(path_found); in test_graph_bellman_ford()
875 path_found = opal_bp_graph_bellman_ford(g, /*source=*/5, /*target=*/6, pred); in test_graph_bellman_ford()
876 check(path_found); in test_graph_bellman_ford()
/dports/net/openmpi3/openmpi-3.1.6/test/util/
H A Dbipartite_graph.c701 bool path_found; in test_graph_bellman_ford() local
743 path_found = opal_bp_graph_bellman_ford(g, /*source=*/4, /*target=*/5, pred); in test_graph_bellman_ford()
744 check(path_found); in test_graph_bellman_ford()
786 path_found = opal_bp_graph_bellman_ford(g, /*source=*/5, /*target=*/6, pred); in test_graph_bellman_ford()
787 check(path_found); in test_graph_bellman_ford()
830 path_found = opal_bp_graph_bellman_ford(g, /*source=*/5, /*target=*/6, pred); in test_graph_bellman_ford()
831 check(path_found); in test_graph_bellman_ford()
875 path_found = opal_bp_graph_bellman_ford(g, /*source=*/5, /*target=*/6, pred); in test_graph_bellman_ford()
876 check(path_found); in test_graph_bellman_ford()
/dports/cad/openroad/OpenROAD-2.0/src/ant/src/
H A DAntennaChecker.cc540 std::vector<dbWireGraph::Node*>& path_found) in find_car_path() argument
551 for (found_itr = path_found.begin(); found_itr != path_found.end(); in find_car_path()
559 path_found.push_back((*current_itr)); in find_car_path()
574 path_found); in find_car_path()
585 path_found); in find_car_path()
804 path_found); in build_wire_CAR_table()
805 if (!path_found.empty()) { in build_wire_CAR_table()
807 for (path_itr = path_found.begin(); path_itr != path_found.end(); in build_wire_CAR_table()
969 path_found); in build_VIA_CAR_table()
970 if (!path_found.empty()) { in build_VIA_CAR_table()
[all …]
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEntityBehavior.h62 bool path_found; variable

1234