Home
last modified time | relevance | path

Searched refs:root_file (Results 1 – 25 of 100) sorted by relevance

1234

/dports/devel/anjuta/anjuta-3.34.0/plugins/mk-project/
H A Dmk-project.c689 GFile *root_file; in mkp_project_load_root() local
697 project->root_file = root_file; in mkp_project_load_root()
731 group = MKP_GROUP(mkp_group_new (root_file)); in mkp_project_load_root()
765 GFile *root_file; in mkp_project_reload() local
772 root_file = g_object_ref (project->root_file); in mkp_project_reload()
774 project->root_file = root_file; in mkp_project_reload()
808 group = MKP_GROUP(mkp_group_new (root_file)); in mkp_project_reload()
840 if (project->root_file) g_object_unref (project->root_file); in mkp_project_unload()
841 project->root_file = NULL; in mkp_project_unload()
932 old_root_file = project->root_file; in mkp_project_move()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/sidre/spio/interface/c_fortran/
H A DwrapIOManager.h127 const char* root_file);
131 const char* root_file,
136 const char* root_file,
141 const char* root_file,
147 const char* root_file);
151 const char* root_file,
H A Dwrapfspio.f280 character(kind=C_CHAR), intent(IN) :: root_file(*) local
324 root_file) &
336 root_file, Lroot_file) &
491 subroutine iomanager_read_2(obj, group, root_file) argument
496 character(len=*), intent(IN) :: root_file local
499 root_file, len_trim(root_file, kind=C_INT))
503 subroutine iomanager_read_3(obj, group, root_file, & argument
509 character(len=*), intent(IN) :: root_file local
515 root_file, len_trim(root_file, kind=C_INT), &
525 character(len=*), intent(IN) :: root_file local
[all …]
H A DwrapIOManager.cpp288 const char *root_file) in SPIO_IOManager_read_2() argument
295 const std::string SHCXX_root_file(root_file); in SPIO_IOManager_read_2()
302 const char *root_file, in SPIO_IOManager_read_2_bufferify() argument
310 const std::string SHCXX_root_file(root_file, Lroot_file); in SPIO_IOManager_read_2_bufferify()
317 const char *root_file, in SPIO_IOManager_read_3() argument
325 const std::string SHCXX_root_file(root_file); in SPIO_IOManager_read_3()
332 const char *root_file, in SPIO_IOManager_read_3_bufferify() argument
341 const std::string SHCXX_root_file(root_file, Lroot_file); in SPIO_IOManager_read_3_bufferify()
348 const char *root_file) in SPIO_IOManager_load_external_data() argument
355 const std::string SHCXX_root_file(root_file); in SPIO_IOManager_load_external_data()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/chkjson/
H A Dchkjson.cpp46 struct dirent *root_file; in get_files_from_path() local
50 while( ( root_file = readdir( root ) ) ) { in get_files_from_path()
52 if( stat( root_file->d_name, &_buff ) != 0x4 ) { in get_files_from_path()
54 … if( ( strcmp( root_file->d_name, "." ) != 0 ) && ( strcmp( root_file->d_name, ".." ) != 0 ) ) { in get_files_from_path()
55 std::string subpath = path + "/" + root_file->d_name; in get_files_from_path()
67 std::string tmp = root_file->d_name; in get_files_from_path()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/chkjson/
H A Dchkjson.cpp46 struct dirent *root_file; in get_files_from_path() local
50 while( ( root_file = readdir( root ) ) ) { in get_files_from_path()
52 if( stat( root_file->d_name, &_buff ) != 0x4 ) { in get_files_from_path()
54 … if( ( strcmp( root_file->d_name, "." ) != 0 ) && ( strcmp( root_file->d_name, ".." ) != 0 ) ) { in get_files_from_path()
55 std::string subpath = path + "/" + root_file->d_name; in get_files_from_path()
67 std::string tmp = root_file->d_name; in get_files_from_path()
/dports/science/axom/axom-0.6.1/src/axom/sidre/spio/
H A DIOManager.cpp262 const std::string& root_file, in read() argument
271 readSidreHDF5(datagroup, root_file, preserve_contents); in read()
313 const std::string& root_file, in read() argument
317 std::string protocol = getProtocol(root_file); in read()
318 read(datagroup, root_file, protocol, preserve_contents); in read()
356 int num_files = getNumFilesFromRoot(root_file); in loadExternalData()
357 int num_groups = getNumGroupsFromRoot(root_file); in loadExternalData()
677 int num_files = getNumFilesFromRoot(root_file); in readSidreHDF5()
678 int num_groups = getNumGroupsFromRoot(root_file); in readSidreHDF5()
851 std::string root_path = getSCRPath(root_file); in getNumFilesFromRoot()
[all …]
H A DIOManager.hpp257 const std::string& root_file,
279 void loadExternalData(sidre::Group* group, const std::string& root_file);
284 int getNumFilesFromRoot(const std::string& root_file);
291 int getNumGroupsFromRoot(const std::string& root_file);
315 const std::string& root_file,
/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/spio/
H A DIORead.cpp36 std::string root_file; in main() local
39 root_file = argv[1]; in main()
47 reader.read(root, root_file); in main()
H A DIO_SCR_Read.cpp41 std::string root_file; in main() local
44 root_file = argv[1]; in main()
52 reader.read(root, root_file, false); in main()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_shader/
H A Dglslang_util.c101 struct string_list *output, bool root_file) in glslang_read_shader_file() argument
155 if (root_file) in glslang_read_shader_file()
181 snprintf(tmp, sizeof(tmp), "#line %u \"%s\"", root_file ? 2 : 1, basename); in glslang_read_shader_file()
186 for (i = root_file ? 1 : 0; i < lines.size; i++) in glslang_read_shader_file()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DGridApplicInterface.cpp263 bool GridApplicInterface::grid_file_test(const String& root_file) in grid_file_test() argument
278 tagged_file = root_file + prog_num; in grid_file_test()
288 tagged_file = root_file + prog_num; in grid_file_test()
293 return ( stat((char*)root_file.data(), &buf) == -1 ) ? false : true; in grid_file_test()
H A DSysCallApplicInterface.cpp221 bool SysCallApplicInterface::system_call_file_test(const bfs::path& root_file) in system_call_file_test() argument
230 WorkdirHelper::concat_path(root_file, "." + std::to_string(i+1)); in system_call_file_test()
239 WorkdirHelper::concat_path(root_file, "." + std::to_string(num_programs)); in system_call_file_test()
244 return bfs::exists(root_file); in system_call_file_test()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-device-monitor.c104 GFile *root_file);
575 GFile *root_file; in thunar_device_monitor_mount_removed() local
602 root_file = g_mount_get_root (mount); in thunar_device_monitor_mount_removed()
605 device, root_file); in thunar_device_monitor_mount_removed()
606 g_object_unref (root_file); in thunar_device_monitor_mount_removed()
646 GFile *root_file; in thunar_device_monitor_mount_pre_unmount() local
669 root_file = g_mount_get_root (mount); in thunar_device_monitor_mount_pre_unmount()
672 0, device, root_file); in thunar_device_monitor_mount_pre_unmount()
673 g_object_unref (root_file); in thunar_device_monitor_mount_pre_unmount()
/dports/textproc/libgepub/libgepub-0.6.0/libgepub/
H A Dgepub-archive.c165 gchar *root_file = NULL; in gepub_archive_get_root_file() local
176 root_file = gepub_utils_get_prop (root_node, "full-path"); in gepub_archive_get_root_file()
181 return root_file; in gepub_archive_get_root_file()
/dports/devel/R-cran-rprojroot/rprojroot/inst/doc/
H A Drprojroot.R25 root_file <- root$make_fix_file() globalVar
30 readLines(root_file("DESCRIPTION"), 3)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/action/
H A Dpackage_fennec_apk.py98 for root_file in root_files:
99 add(os.path.basename(root_file), File(root_file))
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_db/src/
H A Dsearch.rs93 let root_file = graph[krate].root_file_id; in crate_graph() localVariable
94 let source_root_id = db.file_source_root(root_file); in crate_graph()
104 let root_file = rev_dep.root_file(db); in reverse_dependencies() localVariable
105 let source_root_id = db.file_source_root(root_file); in reverse_dependencies()
113 let root_file = of.root_file(db); in krate() localVariable
114 let source_root_id = db.file_source_root(root_file); in krate()
642 let root_file = graph[krate].root_file_id; in def_to_ty() localVariable
643 let module = sema.to_module_def(root_file)?; in def_to_ty()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_db/src/
H A Dsearch.rs93 let root_file = graph[krate].root_file_id; in crate_graph() localVariable
94 let source_root_id = db.file_source_root(root_file); in crate_graph()
104 let root_file = rev_dep.root_file(db); in reverse_dependencies() localVariable
105 let source_root_id = db.file_source_root(root_file); in reverse_dependencies()
113 let root_file = of.root_file(db); in krate() localVariable
114 let source_root_id = db.file_source_root(root_file); in krate()
642 let root_file = graph[krate].root_file_id; in def_to_ty() localVariable
643 let module = sema.to_module_def(root_file)?; in def_to_ty()
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/action/
H A Dpackage_fennec_apk.py134 for root_file in root_files:
135 add(os.path.basename(root_file), File(root_file))
/dports/math/py-cryptominisat/cryptominisat-5.8.0/cmake/
H A DRust.cmake58 set(root_file "${CMAKE_CURRENT_SOURCE_DIR}/${local_root_file}") variable
68 …rocess(COMMAND ${RUSTC_EXECUTABLE} ${RUSTC_FLAGS} ${OPT_OTHER_RUSTC_FLAGS} ${flags} "${root_file}")
74 …STC_FLAGS} ${OPT_OTHER_RUSTC_FLAGS} ${flags} --emit dep-info -o "${dep_dir}/deps.d" "${root_file}")
131 set(root_file "${CMAKE_CURRENT_SOURCE_DIR}/${local_root_file}") variable
133 …MMAND ${RUSTC_EXECUTABLE} ${RUSTC_FLAGS} ${OPT_OTHER_RUSTC_FLAGS} --print file-names "${root_file}"
155 … ${OPT_OTHER_RUSTC_FLAGS} --out-dir "${CMAKE_CURRENT_BINARY_DIR}/${OPT_DESTINATION}" "${root_file}"
247 set(root_file "${CMAKE_CURRENT_SOURCE_DIR}/${local_root_file}") variable
249 …MMAND ${RUSTC_EXECUTABLE} ${RUSTC_FLAGS} ${OPT_OTHER_RUSTC_FLAGS} --print crate-name "${root_file}"
258 …LAGS} ${OPT_OTHER_RUSTDOC_FLAGS} -o "${CMAKE_CURRENT_BINARY_DIR}/${OPT_DESTINATION}" "${root_file}"
/dports/math/cryptominisat/cryptominisat-5.8.0/cmake/
H A DRust.cmake58 set(root_file "${CMAKE_CURRENT_SOURCE_DIR}/${local_root_file}") variable
68 …rocess(COMMAND ${RUSTC_EXECUTABLE} ${RUSTC_FLAGS} ${OPT_OTHER_RUSTC_FLAGS} ${flags} "${root_file}")
74 …STC_FLAGS} ${OPT_OTHER_RUSTC_FLAGS} ${flags} --emit dep-info -o "${dep_dir}/deps.d" "${root_file}")
131 set(root_file "${CMAKE_CURRENT_SOURCE_DIR}/${local_root_file}") variable
133 …MMAND ${RUSTC_EXECUTABLE} ${RUSTC_FLAGS} ${OPT_OTHER_RUSTC_FLAGS} --print file-names "${root_file}"
155 … ${OPT_OTHER_RUSTC_FLAGS} --out-dir "${CMAKE_CURRENT_BINARY_DIR}/${OPT_DESTINATION}" "${root_file}"
247 set(root_file "${CMAKE_CURRENT_SOURCE_DIR}/${local_root_file}") variable
249 …MMAND ${RUSTC_EXECUTABLE} ${RUSTC_FLAGS} ${OPT_OTHER_RUSTC_FLAGS} --print crate-name "${root_file}"
258 …LAGS} ${OPT_OTHER_RUSTDOC_FLAGS} -o "${CMAKE_CURRENT_BINARY_DIR}/${OPT_DESTINATION}" "${root_file}"
/dports/editors/py-editorconfig/EditorConfig-0.12.3/editorconfig/
H A Dini.py86 self.root_file = False
167 self.root_file = (optval.lower() == 'true')
/dports/science/axom/axom-0.6.1/src/axom/sidre/spio/interface/
H A Dspio_shroud.yaml73 const std::string& root_file,
76 const std::string& root_file)
/dports/www/p5-WebDAO/WebDAO-2.25/lib/WebDAO/
H A DConfig.pm208 my $root_file = shift;
214 my @ini_path = split( "/", $root_file );

1234