HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 276 - 300 of 953) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/net/http/httputil/
httputil.go 5 // Package httputil provides HTTP utility functions, complementing the
6 // more common ones in the net/http package.
7 package httputil
18 // NewChunkedReader is not needed by normal applications. The http package
29 // package adds chunking automatically if handlers don't set a
  /prebuilts/go/linux-x86/src/strconv/
doc.go 5 // Package strconv implements conversions to and from string representations
57 package strconv
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 5 // Package testdeps provides access to dependencies needed by test execution.
7 // This package is imported by the generated main package, which passes
9 // without making those packages direct dependencies of package testing.
10 // Direct dependencies of package testing are harder to write tests for.
11 package testdeps
  /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"
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 5 // Package idna implements IDNA2008 (Internationalized Domain Names for
8 package idna // import "golang.org/x/net/idna"
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 17 package android.content.pm;
132 * Parser for package files (APKs) on disk. This supports apps packaged either
141 * <li>All APKs must have the exact same package name, version code, and signing
181 private static final String TAG_PACKAGE_VERIFIER = "package-verifier";
197 private static final String TAG_ORIGINAL_PACKAGE = "original-package";
203 private static final String TAG_PACKAGE = "package";
340 final Package owner;
352 ParsePackageItemArgs(Package _owner, String[] _outError,
375 public ParseComponentArgs(Package _owner, String[] _outError,
390 * Lightweight parsed details about a single package
    [all...]
  /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;
  /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 64 LIST_ENTRY *Package;
137 Status = ShellCommandLineParse (SfoParamList, &Package, &ProblemParam, TRUE);
147 if (ShellCommandLineGetCount(Package) > 1) {
163 Sfo = ShellCommandLineGetFlag(Package, L"-sfo");
303 ShellCommandLineFreeVarList (Package);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 236 for Package in Pa.PackageList:
237 for Protocol in Package.Protocols:
238 GuidValue = GuidStructureStringToGuidString(Package.Protocols[Protocol])
240 for Ppi in Package.Ppis:
241 GuidValue = GuidStructureStringToGuidString(Package.Ppis[Ppi])
243 for Guid in Package.Guids:
244 GuidValue = GuidStructureStringToGuidString(Package.Guids[Guid])
653 # flash description file and package DEC files.
696 for Package in Pa.PackageList:
697 for (TokenCName, TokenSpaceGuidCName, DecType) in Package.Pcds:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 6 package main
151 // - Package "unsafe" contains special signatures requiring
215 // export emits the exported package features.
216 func (w *Walker) export(pkg *types.Package) {
337 current *types.Package
339 imported map[string]*types.Package // packages already imported
347 imported: map[string]*types.Package{"unsafe": types.Unsafe},
376 // The package cache doesn't operate correctly in rare (so far artificial)
382 pkgCache = map[string]*types.Package{} // map tagKey to package
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 7 package main
162 // Usage is a replacement usage function for the flags package.
166 fmt.Fprintf(os.Stderr, "\tvet [flags] files... # Must be a single package\n")
178 pkg *Package
185 // Parsed package "foo" when checking package "foo_test"
186 basePkg *Package
262 // doPackageDir analyzes the single package found in the directory, if there is one,
263 // plus a test package, if there is one.
284 names = append(names, pkg.TestGoFiles...) // These are also in the "foo" package
    [all...]
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 6 package main
151 // - Package "unsafe" contains special signatures requiring
215 // export emits the exported package features.
216 func (w *Walker) export(pkg *types.Package) {
337 current *types.Package
339 imported map[string]*types.Package // packages already imported
347 imported: map[string]*types.Package{"unsafe": types.Unsafe},
376 // The package cache doesn't operate correctly in rare (so far artificial)
382 pkgCache = map[string]*types.Package{} // map tagKey to package
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 7 package main
162 // Usage is a replacement usage function for the flags package.
166 fmt.Fprintf(os.Stderr, "\tvet [flags] files... # Must be a single package\n")
178 pkg *Package
185 // Parsed package "foo" when checking package "foo_test"
186 basePkg *Package
262 // doPackageDir analyzes the single package found in the directory, if there is one,
263 // plus a test package, if there is one.
284 names = append(names, pkg.TestGoFiles...) // These are also in the "foo" package
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go 5 package main
39 them as a list of source files specifying a single package.
41 When compiling a single main package, build writes
47 When compiling multiple packages or a single non-main package,
53 The -o flag, only allowed when compiling a single package,
97 a suffix to use in the name of the package installation directory,
115 build constraints in the documentation for the go/build package.
303 func pkgsMain(pkgs []*Package) (res []*Package) {
312 func pkgsNotMain(pkgs []*Package) (res []*Package)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go 5 package main
39 them as a list of source files specifying a single package.
41 When compiling a single main package, build writes
47 When compiling multiple packages or a single non-main package,
53 The -o flag, only allowed when compiling a single package,
97 a suffix to use in the name of the package installation directory,
115 build constraints in the documentation for the go/build package.
303 func pkgsMain(pkgs []*Package) (res []*Package) {
312 func pkgsNotMain(pkgs []*Package) (res []*Package)
    [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...]
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 0 package bpdoc
23 pkgFiles map[string][]string // Map of package name to source files, provided by constructor
26 pkgs map[string]*doc.Package // Map of package name to parsed Go AST, protected by mutex
33 pkgs: make(map[string]*doc.Package),
39 // format <package path>.<type name>
61 return nil, fmt.Errorf("package %q type %q not found", pkgPath, name)
327 // Package AST generation and storage
328 func (c *Context) pkg(pkgPath string) (*doc.Package, error) {
340 return nil, fmt.Errorf("unknown package %q", pkgPath
    [all...]
  /build/make/core/
package_internal.mk 18 ## Standard rules for building an application package.
21 ## LOCAL_PACKAGE_NAME: The name of the package; the directory
32 package_overridden := $(call set-inherited-package-variables)
42 $(error $(LOCAL_PATH): Package modules must define LOCAL_PACKAGE_NAME)
46 $(error $(LOCAL_PATH): Package modules may not define LOCAL_MODULE_SUFFIX)
51 $(error $(LOCAL_PATH): Package modules may not define LOCAL_MODULE)
56 $(error $(LOCAL_PATH): Package modules may not set LOCAL_MODULE_CLASS)
67 # Package LOCAL_MODULE_TAGS default to optional
184 # The linked resource package.
185 my_res_package := $(intermediates)/package-res.ap
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/
HiiDatabase.h 59 IN CONST EFI_HII_PACKAGE_HEADER *Package,
68 PackageGuid, Handle, and Package are used for each of the notification types.
71 PackageType - Package type of the notification.
75 Package - Points to the package referred to by the notification.
76 Handle - The handle of the package list which contains the specified package.
100 This function adds the packages in the package list to the database and returns a handle. If there is a
102 create a package of type EFI_PACKAGE_TYPE_DEVICE_PATH and add it to the package list.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 149 // We have some data in this string pack, copy the string package up to the string data
348 // Copy the IFR Package header to the new buffer
1007 GuidId - Package GUID.
1017 VOID **Package;
1026 Package = (VOID **) (((UINT8 *) HiiPackages) + sizeof (EFI_HII_PACKAGES));
1031 *Package = VA_ARG (args, VOID *);
1032 Package++;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.c 534 Look for the formset GUID which has the gEfiHiiDriverHealthFormsetGuid class GUID in the specified HII package list.
536 @param Handle Handle to the HII package list.
551 UINT8 *Package;
578 // Get Form package from this HII package List
581 Package = ((UINT8 *) HiiPackageList) + Offset;
582 CopyMem (&PackageHeader, Package, sizeof (EFI_HII_PACKAGE_HEADER));
586 // Search FormSet in this Form Package
590 OpCodeData = Package + Offset2;
612 // Form package not found in this Package List
    [all...]

Completed in 1179 milliseconds

<<11121314151617181920>>