HomeSort by: relevance | last modified time | path
    Searched defs:packages (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/nsd/dist/contrib/bind2nsd/
setup.py 37 packages = [ 'bind2nsd' ], variable
  /src/external/apache2/llvm/dist/llvm/tools/llvm-go/
llvm-go.go 35 var packages = []pkg{ var
153 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string, packages []pkg) {
163 for _, p := range packages {
267 {"packages", &packagesString},
286 packages := packages
291 fmt.Fprintf(os.Stderr, "invalid packages value %q, expected 'pkgpath=llvmpath [pkgpath=llvmpath ...]'\n", packagesString)
294 packages = append(packages, pkg{
303 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags, packages)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/
setup.py 72 packages = find_packages(), variable
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
import.h 26 DArray<Identifier*> packages; // array of Identifier's representing packages member in class:Import
module.h 120 static Module *load(const Loc &loc, Identifiers *packages, Identifier *ident);
167 DArray<Identifier*> packages; // array of Identifier's representing packages member in struct:ModuleDeclaration
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 180 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); local
187 // Emit packages.
195 for (unsigned i = 0, e = packages.size(); i != e; ++i)
196 sortedPackages[getPackageFullName(packages[i])] = packages[i];
227 for (const Record *Package : packages) {
246 // - FULLNAME: The full name of the checker, including packages, e.g.:
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
__init__.py 139 # Packages to auto-load.
141 packages = ["function", "command", "printer"] variable
149 for package in packages:
173 """Update sys.path, reload gdb and auto-load packages."""
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
__init__.py 138 # Packages to auto-load.
140 packages = ["function", "command", "printer"] variable
148 for package in packages:
172 """Update sys.path, reload gdb and auto-load packages."""
  /src/external/bsd/pkg_install/dist/admin/
main.c 94 size_t packages; member in struct:pkgdb_count
118 * A hashed list of packages that contain +REQUIRED_BY entries.
152 " audit [-eis] [-t type] ... - check installed packages for vulnerabilities\n"
153 " audit-pkg [-eis] [-t type] ... - check listed packages for vulnerabilities\n"
154 " audit-batch [-eis] [-t type] ... - check packages in listed files for vulnerabilities\n"
159 " check-signature ... - verify the signature of packages\n"
187 ++count->packages;
267 count.packages = 0;
282 count.packages, count.packages == 1 ? "" : "s"
    [all...]

Completed in 28 milliseconds