/dports/devel/allegro5/allegro5-5.2.7.0/src/ |
H A D | fshook.c | 28 ALLEGRO_FS_ENTRY *al_create_fs_entry(const char *path) in al_create_fs_entry() 58 bool al_update_fs_entry(ALLEGRO_FS_ENTRY *e) in al_update_fs_entry() 108 off_t al_get_fs_entry_size(ALLEGRO_FS_ENTRY *e) in al_get_fs_entry_size() 118 bool al_remove_fs_entry(ALLEGRO_FS_ENTRY *e) in al_remove_fs_entry() 128 bool al_fs_entry_exists(ALLEGRO_FS_ENTRY *e) in al_fs_entry_exists() 138 bool al_open_directory(ALLEGRO_FS_ENTRY *e) in al_open_directory() 148 bool al_close_directory(ALLEGRO_FS_ENTRY *e) in al_close_directory() 178 bool al_change_directory(const char *path) in al_change_directory() 190 bool al_make_directory(const char *path) in al_make_directory() 202 bool al_filename_exists(const char *path) in al_filename_exists() [all …]
|
/dports/sysutils/nix/nix-2.3.10/perl/lib/Nix/ |
H A D | Store.xs | 59 int isValidPath(char * path) in isValidPath() 63 } catch (Error & e) { in isValidPath() 70 SV * queryReferences(char * path) in queryReferences() 76 } catch (Error & e) { in queryReferences() 81 SV * queryPathHash(char * path) in queryPathHash() 91 SV * queryDeriver(char * path) in queryDeriver() 102 SV * queryPathInfo(char * path, int base32) in queryPathInfo() 126 Path path = store()->queryPathFromHashPart(hashPart); in queryPathFromHashPart() local 159 SV * followLinksToStorePath(char * path) in followLinksToStorePath() 192 SV * hashPath(char * algo, int base32, char * path) in hashPath() [all …]
|
/dports/multimedia/aegisub/aegisub-3.2.2/src/ |
H A D | project.cpp | 135 catch (agi::Exception const& e) { in DoLoadSubtitles() local 139 catch (std::exception const& e) { in DoLoadSubtitles() local 255 catch (agi::fs::FileNotFound const& e) { in DoLoadAudio() local 258 catch (agi::AudioDataNotFound const& e) { in DoLoadAudio() local 266 catch (agi::AudioProviderError const& e) { in DoLoadAudio() local 269 catch (agi::Exception const& e) { in DoLoadAudio() local 277 void Project::LoadAudio(agi::fs::path path) { in LoadAudio() 365 catch (agi::fs::FileSystemError const& e) { in LoadTimecodes() local 369 catch (agi::vfr::Error const& e) { in LoadTimecodes() local 391 catch (agi::fs::FileSystemError const& e) { in LoadKeyframes() local [all …]
|
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/hive/ |
H A D | MetastoreDataSourcesSuite.scala | 422 val e = intercept[AnalysisException] { constant 927 val e = intercept[AnalysisException] { constant 937 val e = intercept[AnalysisException] { constant 948 val e = intercept[AnalysisException] { constant 1052 val path = dir.getCanonicalPath constant 1076 val path = dir.getCanonicalPath constant 1098 val path = dir.getCanonicalPath constant 1122 val path = dir.getCanonicalPath constant 1178 val path = dir.getCanonicalPath constant 1292 val path = dir.getCanonicalPath constant [all …]
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ |
H A D | tree-ssa-threadupdate.c | 108 edge e; member 263 edge e; in remove_ctrl_stmt_and_useless_edges() local 298 edge e; in create_block_for_threading() local 432 edge e; in update_destination_phis() local 670 edge e = el->e; in ssa_redirect_edges() local 779 edge e, e2; in thread_block_1() local 951 thread_single_edge (edge e) in thread_single_edge() 1038 edge e; in determine_bb_domination_status() local 1428 edge e; in mark_threaded_blocks() local 1451 edge e = (*path)[0]->e; in mark_threaded_blocks() local [all …]
|
/dports/devel/allegro5/allegro5-5.2.7.0/addons/physfs/ |
H A D | a5_physfs_dir.c | 27 ALLEGRO_PATH *path; member 43 static bool path_is_absolute(const char *path) in path_is_absolute() 56 ALLEGRO_USTR *_al_physfs_process_path(const char *path) in _al_physfs_process_path() 69 static ALLEGRO_FS_ENTRY *fs_phys_create_entry(const char *path) in fs_phys_create_entry() 71 ALLEGRO_FS_ENTRY_PHYSFS *e; in fs_phys_create_entry() local 100 static bool fs_phys_change_directory(const char *path) in fs_phys_change_directory() 139 static bool fs_phys_filename_exists(const char *path) in fs_phys_filename_exists() 150 static bool fs_phys_remove_filename(const char *path) in fs_phys_remove_filename() 161 static bool fs_phys_make_directory(const char *path) in fs_phys_make_directory() 174 ALLEGRO_FS_ENTRY_PHYSFS *e = (ALLEGRO_FS_ENTRY_PHYSFS *)fse; in fs_phys_entry_name() local [all …]
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/palette/listener/ |
H A D | PaletteManagerMouseListener.java | 58 public void mouseClicked(final MouseEvent e) { in mouseClicked() 66 final TreePath path = paletteTree.getPathForLocation(e.getX(), e.getY()); in mouseClicked() local 100 …private void setupCreateOrAdd(final JTree paletteTree, final TreePath path, final MenuItem create)… in setupCreateOrAdd() 164 private void setupRename(final JTree paletteTree, final TreePath path, final MenuItem rename) { in setupRename() 202 private void setupRemove(final JTree paletteTree, final TreePath path, final MenuItem remove) { in setupRemove() 242 public void mouseEntered(final MouseEvent e) { in mouseEntered() 253 public void mouseExited(final MouseEvent e) { in mouseExited() 264 public void mousePressed(final MouseEvent e) { in mousePressed() 275 public void mouseReleased(final MouseEvent e) { in mouseReleased()
|
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/IO/ |
H A D | FileSystem.cpp | 30 bool FileSystem::TypeMatcher::operator()(const Path& path, const bool directory) const { in operator ()() argument 41 … bool FileSystem::ExtensionMatcher::operator()(const Path& path, const bool directory) const { in operator ()() argument 54 } catch (const PathException& e) { in directoryExists() local 64 } catch (const PathException& e) { in fileExists() local 84 } catch (const PathException& e) { in getDirectoryContents() local 96 } catch (const PathException& e) { in openFile() local 103 void WritableFileSystem::createDirectory(const Path& path) { in createDirectory() 108 } catch (const PathException& e) { in createDirectory() local 113 void WritableFileSystem::deleteFile(const Path& path) { in deleteFile() 118 } catch (const PathException& e) { in deleteFile() local [all …]
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ |
H A D | tree-ssa-threadupdate.c | 101 edge e; member 278 edge e; in remove_ctrl_stmt_and_useless_edges() local 328 edge e; in create_block_for_threading() local 522 edge e; in update_destination_phis() local 1399 edge e = el->e; in ssa_redirect_edges() local 1496 edge e, e2; in thread_block_1() local 1672 edge e; in determine_bb_domination_status() local 1960 edge e; in mark_threaded_blocks() local 1983 edge e = (*path)[0]->e; in mark_threaded_blocks() local 2288 edge e; in duplicate_thread_path() local [all …]
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/ |
H A D | tree-ssa-threadupdate.c | 101 edge e; member 278 edge e; in remove_ctrl_stmt_and_useless_edges() local 328 edge e; in create_block_for_threading() local 522 edge e; in update_destination_phis() local 1399 edge e = el->e; in ssa_redirect_edges() local 1496 edge e, e2; in thread_block_1() local 1672 edge e; in determine_bb_domination_status() local 1960 edge e; in mark_threaded_blocks() local 1983 edge e = (*path)[0]->e; in mark_threaded_blocks() local 2288 edge e; in duplicate_thread_path() local [all …]
|
/dports/devel/allegro5/allegro5-5.2.7.0/src/android/ |
H A D | android_apk_fs.c | 21 ALLEGRO_PATH *path; member 46 static bool path_is_absolute(const char *path) in path_is_absolute() 59 static ALLEGRO_USTR *apply_cwd(const char *path) in apply_cwd() 74 ALLEGRO_FS_ENTRY_APK *e; in fs_apk_create_entry() local 99 static bool fs_apk_change_directory(const char *path) in fs_apk_change_directory() 119 static bool fs_apk_remove_filename(const char *path) in fs_apk_remove_filename() 125 static bool fs_apk_make_directory(const char *path) in fs_apk_make_directory() 133 ALLEGRO_FS_ENTRY_APK *e = (ALLEGRO_FS_ENTRY_APK *)fse; in fs_apk_entry_name() local 153 ALLEGRO_FS_ENTRY_APK *e = (ALLEGRO_FS_ENTRY_APK *)fse; in fs_apk_entry_mode() local 263 static bool fs_apk_filename_exists(const char *path) in fs_apk_filename_exists() [all …]
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/ |
H A D | SBReproducer.cpp | 113 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture() local 126 const char *SBReproducer::Capture(const char *path) { in Capture() 128 if (auto e = in Capture() local 142 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() 144 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay() local 165 const char *SBReproducer::Replay(const char *path) { in Replay() 169 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay() 171 if (auto e = Reproducer::Initialize(ReproducerMode::Replay, FileSpec(path))) { in Replay() local 229 static std::string path; in GetPath() local 235 void SBReproducer::SetWorkingDirectory(const char *path) { in SetWorkingDirectory()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ |
H A D | tree-ssa-threadupdate.c | 102 edge e; member 279 edge e; in remove_ctrl_stmt_and_useless_edges() local 332 edge e; in create_block_for_threading() local 535 edge e; in update_destination_phis() local 1186 edge e = el->e; in ssa_redirect_edges() local 1283 edge e, e2; in thread_block_1() local 1484 edge e; in determine_bb_domination_status() local 1797 edge e; in mark_threaded_blocks() local 2283 edge e; in duplicate_thread_path() local 2595 edge e; in thread_through_all_blocks() local [all …]
|
/dports/lang/gcc9/gcc-9.4.0/gcc/ |
H A D | tree-ssa-threadupdate.c | 102 edge e; member 279 edge e; in remove_ctrl_stmt_and_useless_edges() local 332 edge e; in create_block_for_threading() local 535 edge e; in update_destination_phis() local 1186 edge e = el->e; in ssa_redirect_edges() local 1283 edge e, e2; in thread_block_1() local 1484 edge e; in determine_bb_domination_status() local 1797 edge e; in mark_threaded_blocks() local 2283 edge e; in duplicate_thread_path() local 2595 edge e; in thread_through_all_blocks() local [all …]
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ |
H A D | tree-ssa-threadupdate.c | 102 edge e; member 279 edge e; in remove_ctrl_stmt_and_useless_edges() local 332 edge e; in create_block_for_threading() local 535 edge e; in update_destination_phis() local 1186 edge e = el->e; in ssa_redirect_edges() local 1283 edge e, e2; in thread_block_1() local 1484 edge e; in determine_bb_domination_status() local 1797 edge e; in mark_threaded_blocks() local 2283 edge e; in duplicate_thread_path() local 2595 edge e; in thread_through_all_blocks() local [all …]
|
/dports/news/newsx/newsx-1.6/src/ |
H A D | path.c | 44 add_exclusion(char *path) in add_exclusion() 46 struct ex_s *e; in add_exclusion() local 64 struct ex_s *e; in get_exclusion() local 78 path_match(char *path) in path_match() 80 struct ex_s *e; in path_match() local 100 path_bangs(char *path,int len) in path_bangs() 119 traverse_path(char *path) in traverse_path()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ |
H A D | tree-ssa-threadupdate.c | 103 edge e; member 371 edge e; in remove_ctrl_stmt_and_useless_edges() local 424 edge e; in create_block_for_threading() local 623 edge e; in update_destination_phis() local 1349 edge e = el->e; in ssa_redirect_edges() local 1448 edge e, e2; in thread_block_1() local 1652 edge e; in determine_bb_domination_status() local 1966 edge e; in mark_threaded_blocks() local 1990 edge e = (*path)[0]->e; in mark_threaded_blocks() local 2439 edge e; in duplicate_thread_path() local [all …]
|
/dports/games/flightgear/flightgear-2020.3.11/src/Airports/ |
H A D | xmlloader.cxx | 48 SGPath path; in load() local 64 } catch (sg_exception& e) { in load() local 80 } catch (sg_exception& e) { in loadFromStream() local 85 void XMLLoader::loadFromPath(FGGroundNetwork* net, const SGPath& path) in loadFromPath() 95 } catch (sg_exception& e) { in loadFromPath() local 122 SGPath path(*it); in findAirportData() local 137 SGPath path; in loadAirportXMLDataIntoVisitor() local 147 } catch (sg_exception& e) { in loadAirportXMLDataIntoVisitor() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/ |
H A D | SBReproducer.cpp | 139 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture() local 152 const char *SBReproducer::Capture(const char *path) { in Capture() 154 if (auto e = in Capture() local 168 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() 170 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay() local 191 const char *SBReproducer::Replay(const char *path) { in Replay() 202 const char *SBReproducer::Replay(const char *path, in Replay() 268 const char *SBReproducer::Finalize(const char *path) { in Finalize() 281 if (auto e = repro::Finalize(loader)) { in Finalize() local 308 ConstString path; in GetPath() local [all …]
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/ |
H A D | SBReproducer.cpp | 138 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture() local 151 const char *SBReproducer::Capture(const char *path) { in Capture() 153 if (auto e = in Capture() local 167 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() 169 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay() local 190 const char *SBReproducer::Replay(const char *path) { in Replay() 201 const char *SBReproducer::Replay(const char *path, in Replay() 267 const char *SBReproducer::Finalize(const char *path) { in Finalize() 280 if (auto e = repro::Finalize(loader)) { in Finalize() local 307 ConstString path; in GetPath() local [all …]
|
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/API/ |
H A D | SBReproducer.cpp | 139 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture() local 152 const char *SBReproducer::Capture(const char *path) { in Capture() 154 if (auto e = in Capture() local 168 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() 170 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay() local 191 const char *SBReproducer::Replay(const char *path) { in Replay() 202 const char *SBReproducer::Replay(const char *path, in Replay() 268 const char *SBReproducer::Finalize(const char *path) { in Finalize() 281 if (auto e = repro::Finalize(loader)) { in Finalize() local 308 ConstString path; in GetPath() local [all …]
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/API/ |
H A D | SBReproducer.cpp | 138 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture() local 151 const char *SBReproducer::Capture(const char *path) { in Capture() 153 if (auto e = in Capture() local 167 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() 169 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay() local 190 const char *SBReproducer::Replay(const char *path) { in Replay() 201 const char *SBReproducer::Replay(const char *path, in Replay() 267 const char *SBReproducer::Finalize(const char *path) { in Finalize() 280 if (auto e = repro::Finalize(loader)) { in Finalize() local 307 ConstString path; in GetPath() local [all …]
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/API/ |
H A D | SBReproducer.cpp | 138 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture() local 151 const char *SBReproducer::Capture(const char *path) { in Capture() 153 if (auto e = in Capture() local 167 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() 169 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay() local 190 const char *SBReproducer::Replay(const char *path) { in Replay() 201 const char *SBReproducer::Replay(const char *path, in Replay() 267 const char *SBReproducer::Finalize(const char *path) { in Finalize() 280 if (auto e = repro::Finalize(loader)) { in Finalize() local 307 ConstString path; in GetPath() local [all …]
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/API/ |
H A D | SBReproducer.cpp | 138 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture() local 151 const char *SBReproducer::Capture(const char *path) { in Capture() 153 if (auto e = in Capture() local 167 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() 169 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay() local 190 const char *SBReproducer::Replay(const char *path) { in Replay() 201 const char *SBReproducer::Replay(const char *path, in Replay() 267 const char *SBReproducer::Finalize(const char *path) { in Finalize() 280 if (auto e = repro::Finalize(loader)) { in Finalize() local 307 ConstString path; in GetPath() local [all …]
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/API/ |
H A D | SBReproducer.cpp | 139 if (auto e = Reproducer::Initialize(ReproducerMode::Capture, llvm::None)) { in Capture() local 152 const char *SBReproducer::Capture(const char *path) { in Capture() 154 if (auto e = in Capture() local 168 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() 170 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay() local 191 const char *SBReproducer::Replay(const char *path) { in Replay() 202 const char *SBReproducer::Replay(const char *path, in Replay() 268 const char *SBReproducer::Finalize(const char *path) { in Finalize() 281 if (auto e = repro::Finalize(loader)) { in Finalize() local 308 ConstString path; in GetPath() local [all …]
|