| /src/external/gpl2/gettext/dist/gettext-tools/projects/ |
| team-address | 9 for project in `cat "$projectsdir/index"`; do 10 if /bin/sh "$projectsdir/$project/trigger"; then 11 /bin/sh "$projectsdir/$project/team-address" "$projectsdir" "$progdir" "$catalog" "$language"
|
| /src/sys/arch/hpc/stand/dspgen/ |
| gen_workspace.sh | 16 # for the NetBSD Project. 40 SORTED_PROJECTS=`(for project in $*; do 41 echo $project 69 for project in $SORTED_PROJECTS; do 71 echo "Project: \"$project\"=.\\$project\\$project.$suffix - Package Owner=<4>" 79 for libdep in `( . $project/$project.config; echo $LIBDEP_LIST )`; d [all...] |
| /src/sys/arch/hpcmips/stand/dspgen/ |
| gen_workspace.sh | 16 # for the NetBSD Project. 40 SORTED_PROJECTS=`(for project in $*; do 41 echo $project 65 for project in $SORTED_PROJECTS; do 67 echo "Project: \"$project\"=.\\$project\\$project.$suffix - Package Owner=<4>" 75 for libdep in `( . $project/$project.config; echo $LIBDEP_LIST )`; d [all...] |
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| SATestAdd.py | 4 Static Analyzer qualification infrastructure: adding a new project to 7 Add a new project for testing: build it and add to the Project Map file. 9 The project directory should be added inside the Repository Directory and 10 have the same name as the project ID 12 The project should use the following files for set up: 18 - download_project.sh - download the project into the CachedSource/ 20 the project source from GitHub, unzip it, 28 project being analyzed. If present, 36 the project to CachedSource, copy th [all...] |
| SATestUpdateDiffs.py | 18 def update_reference_results(project: ProjectInfo, git: bool = False): 19 test_info = SATestBuild.TestInfo(project) 30 print(f"Skipping project '{project.name}', " 60 project_dir, ref_results_path, project.mode)
|
| SATestBenchmark.py | 7 project multiple times to get a better picture about the distribution 46 results = [self._benchmark_project(project) 47 for project in self.projects] 52 def _benchmark_project(self, project: ProjectInfo) -> pd.DataFrame: 53 if not project.enabled: 54 stdout(f" \n\n--- Skipping disabled project {project.name}\n") 57 stdout(f" \n\n--- Benchmarking project {project.name}\n") 59 test_info = TestInfo(project) [all...] |
| SATest.py | 29 project = ProjectInfo(args.name[0], args.mode, args.source, args.origin, 32 SATestAdd.add_new_project(project) 80 for project in project_map.projects: 81 SATestUpdateDiffs.update_reference_results(project, args.git) 104 return [project.with_fields(enabled=(force or project.enabled) and 105 predicate(project)) 106 for project in projects] 110 available_projects = [project.name 111 for project in projects [all...] |
| ProjectMap.py | 22 Size of the project. 25 project. The key factor that is important for the developers of the 26 analyzer is the time it takes to analyze the project. Here is how 74 raise ValueError(f"Incorrect project size '{raw_size}'. " 80 Information about a project to analyze. 92 Create a copy of this project info with customized fields. 107 Project map stores info about all the "registered" projects. 111 :param path: optional path to a project JSON file, when None defaults 114 the project file doesn't exist, creates an empty 115 project list instead if we are not expecting it t [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| amdgpu_display_mode_lib.c | 64 enum dml_project project) 68 lib->project = project; 69 switch (project) {
|
| display_mode_lib.h | 68 enum dml_project project; member in struct:display_mode_lib 77 enum dml_project project);
|
| /src/external/apache2/llvm/dist/clang/docs/analyzer/ |
| conf.py | 43 # General information about the project. 44 project = u'Clang Static Analyzer' variable 47 # The version info for the project you're documenting, acts as replacement for 106 # "<project> v<release> documentation". 232 u'Analyzer Team', 'ClangStaticAnalyzer', 'One line description of project.',
|
| /src/external/apache2/llvm/dist/libcxx/docs/ |
| conf.py | 42 # General information about the project. 43 project = u'libc++' variable 44 copyright = u'2011-%d, LLVM Project' % date.today().year 46 # The version info for the project you're documenting, acts as replacement for 105 # "<project> v<release> documentation". 187 u'LLVM project', 'manual'), 217 [u'LLVM project'], 1) 231 u'LLVM project', 'libc++', 'One line description of project.',
|
| /src/external/bsd/unbound/dist/pythonmod/doc/ |
| conf.py | 38 project = 'Unbound scriptable interface' variable 92 # "<project> v<release> documentation".
|
| /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/ |
| project_tree.py | 14 """An LLVM project with a descriptive name and a relative checkout path. 27 def WalkProjectFiles(checkout_root, all_projects, project, visitor): 28 """ Walk over all files inside a project without recursing into subprojects, '.git' and '.svn' subfolders. 32 project: a project to walk the files of. Must be inside all_projects. 35 assert project in all_projects 39 if other_project != project and other_project.is_subproject(project): 45 project_root = os.path.join(checkout_root, project.relpath) 61 When True, relative paths for each project points to a typical singl [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/ |
| checkout.sh | 4 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 28 -p|--llvm-project name of an svn project to checkout. 30 Project 'llvm' is always included and ignored, if 70 -p|--llvm-project) 81 echo "Project 'clang-tools-extra' specified before 'clang'. Adding 'clang' to a list of projects first." 86 echo "Project '$PROJ' is already enabled, ignoring extra occurrences." 151 echo "Checking out https://llvm.org/svn/llvm-project/$SVN_PROJECT to $CHECKOUT_DIR" 153 "https://llvm.org/svn/llvm-project/$SVN_PROJECT/$LLVM_BRANCH" \
|
| /src/external/apache2/llvm/dist/llvm/utils/release/ |
| merge-request.sh | 4 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 53 -project) 55 project="$1" 172 commit_msg=`svn log -r $r https://llvm.org/svn/llvm-project/`
|
| export.sh | 4 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 46 echo "Creating tarball for llvm-project ..." 48 git archive --prefix=llvm-project-$release$rc.src/ $tag . | xz >$target_dir/llvm-project-$release$rc.src.tar.xz
|
| /src/external/bsd/unbound/dist/libunbound/python/doc/ |
| conf.py | 40 project = 'pyUnbound' variable 94 # "<project> v<release> documentation".
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/ |
| conf.py | 42 # General information about the project. 43 project = u'libgccjit' variable 60 # The version info for the project you're documenting, acts as replacement for 121 # "<project> v<release> documentation".
|
| /src/external/gpl3/gcc/dist/gcc/jit/docs/ |
| conf.py | 45 # General information about the project. 46 project = u'libgccjit' variable 63 # The version info for the project you're documenting, acts as replacement for 124 # "<project> v<release> documentation".
|
| /src/external/mit/libcbor/dist/doc/source/ |
| conf.py | 69 # General information about the project. 70 project = u'libcbor' variable 73 # The version info for the project you're documenting, acts as replacement for 141 # "<project> v<release> documentation".
|
| /src/external/mpl/bind/dist/doc/man/ |
| conf.py | 31 # -- Project information ----------------------------------------------------- 33 project = "BIND 9" variable
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| gennews | 58 (and the former EGCS project) since EGCS 1.0, on the line of development
|
| /src/external/gpl3/gcc/dist/contrib/ |
| gennews | 60 (and the former EGCS project) since EGCS 1.0, on the line of development
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| readme.txt | 53 On Windows, the Visual Studio 2008 project file appears in this directory: 60 directory. This is a bug in Bison. The default Windows project file for 125 3) Integrating iASL into a Visual Studio ASL project build 128 This procedure creates a project that compiles ASL files to AML. 130 a) Create a new, empty project and add your .ASL files to the project 132 b) For all ASL files in the project, specify a custom build (under 133 Project/Settings/CustomBuild with the following settings (or similar):
|