HomeSort by relevance Sort by last modified time
    Searched refs:Packages (Results 1 - 25 of 74) sorted by null

1 2 3

  /build/tools/
dump-package-stats 36 Packages must be zipfiles, readable using "unzip".
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 75 /// The checkers are organized into packages by full name, where including
134 mutable llvm::StringMap<size_t> Packages;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 88 // Record the presence of the checker in its packages.
92 Packages[packageName] += 1;
106 collectCheckers(Checkers, Packages, *i, enabledCheckers);
146 // FIXME: Print available packages.
  /prebuilts/go/darwin-x86/src/encoding/
encoding.go 5 // Package encoding defines interfaces shared by other packages that
7 // Packages that check for these interfaces include encoding/gob,
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 8 Packages that import unsafe may be non-portable and are not protected by the
  /prebuilts/go/linux-x86/src/encoding/
encoding.go 5 // Package encoding defines interfaces shared by other packages that
7 // Packages that check for these interfaces include encoding/gob,
  /prebuilts/go/linux-x86/src/unsafe/
unsafe.go 8 Packages that import unsafe may be non-portable and are not protected by the
  /external/libvorbis/doc/
Vorbis_I_spec.tex 5 % Packages
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 153 # Ubuntu release name we want packages from. Can be a name or a number
158 # The list of packages we need to download from the Ubuntu servers and
335 Note that this script will download various binary packages from Ubuntu
355 echo " --only-sysroot Only download and build sysroot packages"
433 # binary Ubuntu packages.
444 # and SHA-1 hashes for downloaded Ubuntu packages.
454 # Location where we download packages from the Ubuntu servers
698 # Load the Ubuntu packages file. This is a long text file that will list
710 SRCFILE="$BASE/ubuntu/dists/$RELEASE/main/binary-$UA/Packages.bz2"
711 DSTFILE="$DOWNLOAD_DIR/Packages-$UA.bz2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 153 # Ubuntu release name we want packages from. Can be a name or a number
158 # The list of packages we need to download from the Ubuntu servers and
337 Note that this script will download various binary packages from Ubuntu
357 echo " --only-sysroot Only download and build sysroot packages"
435 # binary Ubuntu packages.
446 # and SHA-1 hashes for downloaded Ubuntu packages.
456 # Location where we download packages from the Ubuntu servers
700 # Load the Ubuntu packages file. This is a long text file that will list
712 SRCFILE="$BASE/ubuntu/dists/$RELEASE/main/binary-$UA/Packages.bz2"
713 DSTFILE="$DOWNLOAD_DIR/Packages-$UA.bz2
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
build.go 53 // that on a Linux/386 system, packages are written to a directory named
400 // Packages named "main" are treated as commands.
423 // multiple buildable Go source files for multiple packages.
426 Packages []string // package names found
427 Files []string // corresponding files: Files[i] declares package Packages[i]
432 return fmt.Sprintf("found packages %s (%s) and %s (%s) in %s", e.Packages[0], e.Files[0], e.Packages[1], e.Files[1], e.Dir)
703 Packages: []string{p.Name, pkg},
    [all...]
build_test.go 103 Packages: []string{"main", "test_package"},
deps_test.go 6 // some low-level packages do not have new dependencies added.
23 // pkgDeps defines the expected dependencies between packages in
36 // L0 is the lowest level, core, nearly unavoidable packages.
90 // L3 adds reflection and some basic utility packages
156 // Packages used by testing must be low-level (L2+fmt).
170 // you're using L3 packages, use of fmt, log, or time is not a big deal.
277 // NET enables use of basic network-related packages.
345 // Simple net+crypto-aware packages.
357 // HTTP-using packages.
405 // allowedErrors are the operating systems and packages known to contain error
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 53 // that on a Linux/386 system, packages are written to a directory named
400 // Packages named "main" are treated as commands.
423 // multiple buildable Go source files for multiple packages.
426 Packages []string // package names found
427 Files []string // corresponding files: Files[i] declares package Packages[i]
432 return fmt.Sprintf("found packages %s (%s) and %s (%s) in %s", e.Packages[0], e.Files[0], e.Packages[1], e.Files[1], e.Dir)
703 Packages: []string{p.Name, pkg},
    [all...]
build_test.go 103 Packages: []string{"main", "test_package"},
deps_test.go 6 // some low-level packages do not have new dependencies added.
23 // pkgDeps defines the expected dependencies between packages in
36 // L0 is the lowest level, core, nearly unavoidable packages.
90 // L3 adds reflection and some basic utility packages
156 // Packages used by testing must be low-level (L2+fmt).
170 // you're using L3 packages, use of fmt, log, or time is not a big deal.
277 // NET enables use of basic network-related packages.
345 // Simple net+crypto-aware packages.
357 // HTTP-using packages.
405 // allowedErrors are the operating systems and packages known to contain error
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
importer.go 29 // Initialization priority of this package relative to other packages.
34 // The list of packages which this package depends on to be initialized,
138 // An Importer resolves import paths to Packages. The imports map records
139 // packages already known, indexed by package path.
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
importer.go 29 // Initialization priority of this package relative to other packages.
34 // The list of packages which this package depends on to be initialized,
138 // An Importer resolves import paths to Packages. The imports map records
139 // packages already known, indexed by package path.
  /prebuilts/go/darwin-x86/src/cmd/go/
help.go 30 UsageLine: "packages",
33 Many commands apply to a set of packages:
35 go action [packages]
37 Usually, [packages] is a list of import paths.
51 for packages to be built with the go tool:
56 trees. For example, 'go list all' lists all the packages on the local
59 - "std" is like all but expands to just the packages in the standard
70 For example, net/... expands to net and packages in its subdirectories.
97 An import path (see 'go help packages') denotes a package
113 "go test ./..." to test all subdirectories. See 'go help packages' for detail
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 30 UsageLine: "packages",
33 Many commands apply to a set of packages:
35 go action [packages]
37 Usually, [packages] is a list of import paths.
51 for packages to be built with the go tool:
56 trees. For example, 'go list all' lists all the packages on the local
59 - "std" is like all but expands to just the packages in the standard
70 For example, net/... expands to net and packages in its subdirectories.
97 An import path (see 'go help packages') denotes a package
113 "go test ./..." to test all subdirectories. See 'go help packages' for detail
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
api.go 6 // the algorithms for type-checking of Go packages. Use
52 // An importer resolves import paths to Packages.
69 // If FakeImportC is set, `import "C"` (for packages requiring Cgo)
96 // If DisableUnusedImportCheck is set, packages are not checked
117 // Identifiers denoting packages are collected in the Uses maps.
resolver.go 129 // pkgImports is the set of packages already imported by any package file seen
232 // via Config.Packages - may be dot-imported in
411 // if function bodies are not checked, packages' uses are likely missing - don't check
420 // check use of regular imported packages
439 // check use of dot-imported packages
  /prebuilts/go/linux-x86/src/go/types/
api.go 6 // the algorithms for type-checking of Go packages. Use
52 // An importer resolves import paths to Packages.
69 // If FakeImportC is set, `import "C"` (for packages requiring Cgo)
96 // If DisableUnusedImportCheck is set, packages are not checked
117 // Identifiers denoting packages are collected in the Uses maps.
resolver.go 129 // pkgImports is the set of packages already imported by any package file seen
232 // via Config.Packages - may be dot-imported in
411 // if function bodies are not checked, packages' uses are likely missing - don't check
420 // check use of regular imported packages
439 // check use of dot-imported packages
  /build/tools/droiddoc/templates-ndk/
sdkpage.cs 265 These packages provide the basic SDK tools for app development, without an IDE.
318 <h3>All Android Studio Packages</h3>

Completed in 322 milliseconds

1 2 3