HomeSort by: relevance | last modified time | path
    Searched refs:projects (Results 1 - 25 of 25) sorted by relevancy

  /src/external/lgpl3/gmp/dist/doc/
Makefile.am 33 EXTRA_DIST = configuration isa_abi_headache projects.html tasks.html
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
project_tree.py 31 all_projects: projects in the LLVM checkout.
63 When False, relative paths for each projects points to a separate
67 # FIXME: cover all of llvm projects.
69 # Projects that reside inside 'projects/' in a single source tree checkout.
74 # Projects that reside inside 'tools/' in a single source tree checkout.
78 projects = [LLVMProject("llvm", "")]
79 projects += [
80 LLVMProject(p, os.path.join("projects", p)) for p in ORDINARY_PROJECTS
82 projects +=
    [all...]
llvm_checksum.py 31 help="ignore projects from reference_file " +
68 def ComputeLLVMChecksums(root_path, projects):
73 projects: a list of LLVMProject instances, which describe checkout paths,
97 for proj in projects:
118 WalkProjectFiles(root_path, projects, proj, add_file_hash)
171 When True, reference_checksums may contain more projects than
172 new_checksums. Projects missing from new_checksums are ignored.
174 for the same set of projects. If there is a project in
  /src/external/apache2/llvm/dist/libcxx/
appveyor-reqs-install.cmd 3 if NOT EXIST C:\projects\deps (
4 mkdir C:\projects\deps
6 cd C:\projects\deps
30 7z x cmake.zip -oC:\projects\deps > nul
31 move C:\projects\deps\cmake-* C:\projects\deps\cmake
34 @set PATH=C:\projects\deps\cmake\bin;%PATH%
42 7z x ninja.zip -oC:\projects\deps\ninja > nul
45 @set PATH=C:\projects\deps\ninja;%PATH%
  /src/external/apache2/llvm/dist/llvm/utils/release/
test-release.sh 234 # Projects list
235 projects="llvm clang clang-tools-extra"
237 projects="$projects compiler-rt"
240 projects="$projects libcxx"
242 projects="$projects libcxxabi"
245 projects="$projects libunwind
    [all...]
export.sh 16 projects="llvm clang compiler-rt libcxx libcxxabi libclc clang-tools-extra polly lldb lld openmp libunwind flang"
63 for proj in $projects; do
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
SATestAdd.py 78 project_map.projects.append(project)
84 for existing_project in project_map.projects)
SATest.py 10 PROJECTS_DIR = os.path.join(SCRIPTS_DIR, "projects")
40 projects = get_projects(parser, args)
42 projects,
80 for project in project_map.projects:
87 projects = get_projects(parser, args)
88 benchmark = Benchmark(projects, args.iterations, args.output)
101 projects = project_map.projects
103 def filter_projects(projects, predicate, force=False):
106 for project in projects]
    [all...]
SATestBenchmark.py 5 the analyzer on a set projects. Right now, this includes measuring
36 multiple times for the given set of projects and stores results in the
39 def __init__(self, projects: List[ProjectInfo], iterations: int,
41 self.projects = projects
47 for project in self.projects]
89 # Leave only rows for projects common to both dataframes.
ProjectMap.py 11 DEFAULT_MAP_FILE = "projects.json"
39 of possible sizes. If the user wants to filter projects by one of the
40 possible sizes, we want projects with UNSPECIFIED size to be filtered out
107 Project map stores info about all the "registered" projects.
136 self._save(self.projects, self.path)
146 self.projects = self._parse(raw_projects)
188 def _save(projects: List[ProjectInfo], path: str):
190 json.dump(ProjectMap._convert_infos_to_dicts(projects),
194 def _convert_infos_to_dicts(projects: List[ProjectInfo]) -> List[JSON]:
196 for project in projects]
    [all...]
SATestBuild.py 6 The goal is to test the analyzer against different projects,
9 Repository Directory will contain sources of the projects as well as the
25 - Build all projects, until error. Produce logs to report errors.
236 def __init__(self, jobs: int, projects: List[ProjectInfo],
240 self.projects = projects
249 # Test the projects.
250 for project in self.projects:
264 Run all projects.
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
.travis-libcxx-setup.sh 10 git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi
  /src/external/mit/libcbor/dist/
.travis-qemu.sh 62 git clone git://git.cryptomilk.org/projects/cmocka.git
78 git clone git://git.cryptomilk.org/projects/cmocka.git
104 git clone git://git.cryptomilk.org/projects/cmocka.git
  /src/external/gpl2/gettext/dist/gettext-tools/
Makefile.am 23 SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc
  /src/external/gpl2/gettext/dist/gettext-tools/projects/
Makefile.am 1 ## Makefile for the gettext-tools/projects subdirectory of GNU gettext
26 projectsdir = $(pkgdatadir)/projects
28 PROJECTS = TP KDE GNOME
41 @for p in $(PROJECTS); do \
56 @for p in $(PROJECTS); do \
  /src/crypto/external/cpl/tpm-tools/dist/dist/
tpm-tools-nopkcs11.spec 8 URL: http://www.sf.net/projects/trousers
  /src/external/lgpl3/mpfr/dist/tools/
get_patches.sh 16 Contributed by the AriC and Caramba projects, INRIA.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
check_lint.sh 64 COMPILER_RT=projects/compiler-rt
  /src/external/gpl2/gettext/dist/gettext-tools/src/
Makefile.am 62 projectsdir = $(pkgdatadir)/projects
  /src/external/apache2/llvm/dist/llvm/utils/
collect_and_build_with_pgo.py 455 _die('Need a compiler-rt checkout at projects/compiler-rt')
  /src/external/mit/libuv/dist/
LINKS.md 90 * [libuv-java](https://java.net/projects/avatar-js/sources/libuv-java/show): Java bindings
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 1222 autoconf-based (and similar) projects where configure can add extra flags
  /src/external/gpl3/autoconf/dist/
maint.mk 3 # used by many projects via the gnulib maintainer-makefile module.
  /src/external/lgpl3/mpfr/dist/
configure 7 # Contributed by the AriC and Caramba projects, INRIA.
1646 Contributed by the AriC and Caramba projects, INRIA.
15601 # a warning, this can be a nuisance for well-run software projects
  /src/external/mpl/bind/dist/
configure 5 # Report bugs to <https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug>.
282 $0: https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
620 PACKAGE_BUGREPORT='https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug'
1831 Report bugs to <https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug>.
3505 # different projects.
21337 # a warning, this can be a nuisance for well-run software projects
30520 Report bugs to <https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug>.

Completed in 85 milliseconds