HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 326 - 350 of 1161) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 6 Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf.
16 However, in this package AES isn't used and the one-time key is specified
19 package poly1305 // import "golang.org/x/crypto/poly1305"
  /test/framework/build/
package.mk 15 # Package up a compatibility test suite in a zip file.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 374 # This Class defines Module/Platform/Package databases for build system
379 # @param Package: Build Package
391 def __init__(self, Arch, Platform = None, Package = None, Module = None):
400 # Generate module/package/platform databases for build
521 # Parse module to get package
628 # found in one package, find next PCD
631 EdkLogger.error("AutoGen", PARSER_ERROR, "PCD is not found in any package", ExtraData="%s.%s" % (Guid, Name))
644 Package = self.DecDatabase[Dec].Package
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 55 pool.AddPackage(Package, this);
79 if (Package.Length > 0)
81 return Package + "." + name;
134 /// The package as declared in the .proto file. This may or may not
137 public string Package => Proto.Package;
199 if (Package.Length > 0)
201 name = Package + "." + name;
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
search.go 5 package load
42 // MatchPackages returns a list of package paths matching pattern
53 "builtin": true, // ignore pseudo-package that exists only for documentation
132 // MatchPackagesInFS returns a list of package paths matching pattern,
165 // package, because prepending the prefix "./" to the unclean path would
225 // package, so that ./... does not match packages in subdirectories of
228 // is not a vendored package: cmd/vendor would be a command named vendor,
239 // Using package regexp guarantees linear-time matching.
269 // MatchPackage(pattern, cwd)(p) reports whether package p matches pattern in the working directory cwd.
270 func MatchPackage(pattern, cwd string) func(*Package) bool
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
search.go 5 package load
42 // MatchPackages returns a list of package paths matching pattern
53 "builtin": true, // ignore pseudo-package that exists only for documentation
132 // MatchPackagesInFS returns a list of package paths matching pattern,
165 // package, because prepending the prefix "./" to the unclean path would
225 // package, so that ./... does not match packages in subdirectories of
228 // is not a vendored package: cmd/vendor would be a command named vendor,
239 // Using package regexp guarantees linear-time matching.
269 // MatchPackage(pattern, cwd)(p) reports whether package p matches pattern in the working directory cwd.
270 func MatchPackage(pattern, cwd string) func(*Package) bool
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
ModuleObject.py 447 self.Package = ''
458 def SetPackage(self, Package):
459 self.Package = Package
462 return self.Package
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
MemMap.c 65 LIST_ENTRY *Package;
141 Status = ShellCommandLineParse (SfoParamList, &Package, &ProblemParam, TRUE);
151 if (ShellCommandLineGetCount(Package) > 1) {
167 Sfo = ShellCommandLineGetFlag(Package, L"-sfo");
310 ShellCommandLineFreeVarList (Package);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.c 949 Get Package ID/Core ID/Thread ID of a processor.
952 package boundaries with respect to the number of logical processors
953 per package, number of cores per package.
956 @param[out] Package Returns the processor package ID.
964 OUT UINT32 *Package OPTIONAL,
995 if (Package != NULL) {
996 *Package = 0;
1005 // Assume three-level mapping of APIC ID: Package:Core:SMT.
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
BaseXApicX2ApicLib.c 1044 Get Package ID/Core ID/Thread ID of a processor.
1047 package boundaries with respect to the number of logical processors
1048 per package, number of cores per package.
1051 @param[out] Package Returns the processor package ID.
1059 OUT UINT32 *Package OPTIONAL,
1090 if (Package != NULL) {
1091 *Package = 0;
1100 // Assume three-level mapping of APIC ID: Package:Core:SMT.
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/dex/
ArtManagerService.java 17 package com.android.server.pm.dex;
82 // Package name used to create the profile directory layout when
132 * to take a profile snapshot of the give package:
211 // Note that we use the default user 0 to retrieve the package info.
212 // This doesn't really matter because for user 0 we always get a package back (even if
214 // paths and not if the package is enabled or not for the user.
217 // PackageParser.Package.
248 Slog.wtf(TAG, "AppId is -1 for package: " + packageName);
392 public void prepareAppProfiles(PackageParser.Package pkg, @UserIdInt int user) {
426 public void prepareAppProfiles(PackageParser.Package pkg, int[] user)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 7 package main
172 // Usage is a replacement usage function for the flags package.
176 fmt.Fprintf(os.Stderr, "\tvet [flags] files... # Must be a single package\n")
188 pkg *Package
195 // Parsed package "foo" when checking package "foo_test"
196 basePkg *Package
303 func (v *vetConfig) Import(path string) (*types.Package, error) {
315 return nil, fmt.Errorf("unknown package file for import %q", path)
326 return nil, fmt.Errorf("unknown package file for %q", path
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 7 package main
172 // Usage is a replacement usage function for the flags package.
176 fmt.Fprintf(os.Stderr, "\tvet [flags] files... # Must be a single package\n")
188 pkg *Package
195 // Parsed package "foo" when checking package "foo_test"
196 basePkg *Package
303 func (v *vetConfig) Import(path string) (*types.Package, error) {
315 return nil, fmt.Errorf("unknown package file for import %q", path)
326 return nil, fmt.Errorf("unknown package file for %q", path
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
error.go 5 package template
82 // Package html/template statically examines each path through an
119 // Package html/template looks through template calls to compute the
142 // Package html/template does not support interpolation into regular
150 // Package html/template does not support actions following a
191 // Package html/template already contextually escapes all pipelines to
  /prebuilts/go/linux-x86/src/html/template/
error.go 5 package template
82 // Package html/template statically examines each path through an
119 // Package html/template looks through template calls to compute the
142 // Package html/template does not support interpolation into regular
150 // Package html/template does not support actions following a
191 // Package html/template already contextually escapes all pipelines to
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 17 package android.content.pm;
131 * Parser for package files (APKs) on disk. This supports apps packaged either
140 * <li>All APKs must have the exact same package name, version code, and signing
174 private static final String TAG_PACKAGE_VERIFIER = "package-verifier";
190 private static final String TAG_ORIGINAL_PACKAGE = "original-package";
196 private static final String TAG_PACKAGE = "package";
332 final Package owner;
344 ParsePackageItemArgs(Package _owner, String[] _outError,
367 public ParseComponentArgs(Package _owner, String[] _outError,
382 * Lightweight parsed details about a single package
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 5 package gcimporter
22 imports map[string]*types.Package
31 pkgList []*types.Package // in order of appearance
48 // BImportData imports a package from the serialized package data
49 // and returns the number of bytes consumed and a reference to the package.
52 func BImportData(fset *token.FileSet, imports map[string]*types.Package, data []byte, path string) (_ int, pkg *types.Package, err error) {
56 // The package (filename) causing the problem is added to this
58 // Return a (possibly nil or incomplete) package unchanged (see #16088)
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 5 package gcimporter
22 imports map[string]*types.Package
31 pkgList []*types.Package // in order of appearance
48 // BImportData imports a package from the serialized package data
49 // and returns the number of bytes consumed and a reference to the package.
52 func BImportData(fset *token.FileSet, imports map[string]*types.Package, data []byte, path string) (_ int, pkg *types.Package, err error) {
56 // The package (filename) causing the problem is added to this
58 // Return a (possibly nil or incomplete) package unchanged (see #16088)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 6 package main
163 // - Package "unsafe" contains special signatures requiring
227 // export emits the exported package features.
228 func (w *Walker) export(pkg *types.Package) {
349 current *types.Package
351 imported map[string]*types.Package // packages already imported
359 imported: map[string]*types.Package{"unsafe": types.Unsafe},
388 // The package cache doesn't operate correctly in rare (so far artificial)
394 pkgCache = map[string]*types.Package{} // map tagKey to package
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
build.go 5 package work
31 them as a list of source files specifying a single package.
33 When compiling a single main package, build writes
39 When compiling multiple packages or a single non-main package,
45 The -o flag, only allowed when compiling a single package,
89 a suffix to use in the name of the package installation directory,
107 build constraints in the documentation for the go/build package.
117 preceded by a package pattern and an equal sign, which restricts
119 that pattern (see 'go help packages' for a description of package
123 different sets of packages. If a package matches patterns given i
    [all...]
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 6 package main
163 // - Package "unsafe" contains special signatures requiring
227 // export emits the exported package features.
228 func (w *Walker) export(pkg *types.Package) {
349 current *types.Package
351 imported map[string]*types.Package // packages already imported
359 imported: map[string]*types.Package{"unsafe": types.Unsafe},
388 // The package cache doesn't operate correctly in rare (so far artificial)
394 pkgCache = map[string]*types.Package{} // map tagKey to package
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
build.go 5 package work
31 them as a list of source files specifying a single package.
33 When compiling a single main package, build writes
39 When compiling multiple packages or a single non-main package,
45 The -o flag, only allowed when compiling a single package,
89 a suffix to use in the name of the package installation directory,
107 build constraints in the documentation for the go/build package.
117 preceded by a package pattern and an equal sign, which restricts
119 that pattern (see 'go help packages' for a description of package
123 different sets of packages. If a package matches patterns given i
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 5 package ast
32 // PackageExports trims the AST for a Go package in place such that
34 // file names and top-level package comments don't get lost.
39 func PackageExports(pkg *Package) bool {
245 // FilterPackage trims the AST for a Go package in place by removing
250 // changed, so that file names and top-level package comments don't get
256 func FilterPackage(pkg *Package, f Filter) bool {
260 func filterPackage(pkg *Package, f Filter, export bool) bool {
271 // Merging of package files
313 // files belonging to a package. The mode flags control merging behavior
    [all...]
  /prebuilts/go/linux-x86/src/go/ast/
filter.go 5 package ast
32 // PackageExports trims the AST for a Go package in place such that
34 // file names and top-level package comments don't get lost.
39 func PackageExports(pkg *Package) bool {
245 // FilterPackage trims the AST for a Go package in place by removing
250 // changed, so that file names and top-level package comments don't get
256 func FilterPackage(pkg *Package, f Filter) bool {
260 func filterPackage(pkg *Package, f Filter, export bool) bool {
271 // Merging of package files
313 // files belonging to a package. The mode flags control merging behavior
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 183 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
184 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
286 "\"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>\") or\n"
288 "\"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\")\n"
1788 sp<Package> package = new Package(mAssetsPackage, packageId); local
2056 String16 package, type, name; local
2256 String16 package, type, name; local
    [all...]

Completed in 1467 milliseconds

<<11121314151617181920>>