HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 351 - 375 of 929) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305.go 5 // Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD as specified in RFC 7539.
6 package chacha20poly1305
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
route.go 7 // Package route provides basic functions for the manipulation of
10 // The package supports any version of Darwin, any version of
13 package route
  /development/build/
Android.mk 58 # A.k.a the "current" version of the public SDK (android.jar inside the SDK package).
68 # The package installation stuff doesn't know about this file, so nobody will
73 # android.jar is what we put in the SDK package.
79 @echo Package SDK Stubs: $@
83 @echo Package SDK Stubs Source: $@
111 @echo "Package $(1).jar: $$@"
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
Platform.asl 239 Return(Package() {0,0})
336 Name(DLPO, Package()
397 Name(_PRW, Package() {16,4})
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 54 // 0x01 is reserved for the android package.
59 for (const std::unique_ptr<const LoadedPackage>& package :
61 // Get the package ID or assign one if a shared library.
63 if (package->IsDynamic()) {
66 package_id = package->GetPackageId();
69 // Add the mapping for package ID to index if not present.
78 // Add the package and to the set of packages with the same ID.
79 package_group->packages_.push_back(package.get());
82 // Add the package name -> build time ID mappings.
83 for (const DynamicPackageEntry& entry : package->GetDynamicPackageMap())
348 const LoadedPackage* package = apk_assets_[cookie]->GetLoadedArsc()->GetPackageForId(resid); local
733 std::unique_ptr<Package>& package = packages_[package_idx]; local
763 Package* package = packages_[package_idx].get(); local
805 const Package* package = packages_[package_idx].get(); local
913 const Package* package = o.packages_[p].get(); local
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
interface.go 7 package parser
56 PackageClauseOnly Mode = 1 << iota // stop parsing after package clause
127 // directory specified by path and returns a map of package name -> package
139 func ParseDir(fset *token.FileSet, path string, filter func(os.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error) {
151 pkgs = make(map[string]*ast.Package)
159 pkg = &ast.Package{
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 7 package main
46 func parseDir(dirpath string) map[string]*ast.Package {
47 // the package name is the directory name within its parent
55 // files that belong to the expected package so that
58 // Additionally, accept the special package name
66 // get package AST
84 var lastParsed []map[string]*ast.Package
100 parsed := make([]map[string]*ast.Package, *p)
  /prebuilts/go/linux-x86/src/go/parser/
interface.go 7 package parser
56 PackageClauseOnly Mode = 1 << iota // stop parsing after package clause
127 // directory specified by path and returns a map of package name -> package
139 func ParseDir(fset *token.FileSet, path string, filter func(os.FileInfo) bool, mode Mode) (pkgs map[string]*ast.Package, first error) {
151 pkgs = make(map[string]*ast.Package)
159 pkg = &ast.Package{
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 7 package main
46 func parseDir(dirpath string) map[string]*ast.Package {
47 // the package name is the directory name within its parent
55 // files that belong to the expected package so that
58 // Additionally, accept the special package name
66 // get package AST
84 var lastParsed []map[string]*ast.Package
100 parsed := make([]map[string]*ast.Package, *p)
  /build/soong/cmd/microfactory/
microfactory_test.go 15 package main
87 t.Error("Expected error with duplicate package prefix, but none returned")
167 t.Fatal("Package should have recompiled, but was not recompiled.")
171 t.Fatal("Package should not have needed to be recompiled, but was recompiled.")
180 t.Error("Package should have relinked, but was not relinked.")
184 t.Error("Package should not have needed to be relinked, but was relinked.")
232 // to a package's go file.
249 // if only the main package's go files are touched.
289 t.Fatal("Package should have recompiled, but was not recompiled.")
350 package mai
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/goobj/
read.go 5 // Package goobj implements reading of Go object files and archives.
7 // TODO(rsc): Decide where this package should live. (golang.org/issue/6932)
10 package goobj
133 // a symbol within a package.
174 // TODO(rsc): The interpretation of Type is not exposed by this package.
214 // A Package is a parsed Go object file or archive defining a Go package.
215 type Package struct {
216 ImportPath string // import path denoting this package
217 Imports []string // packages imported by this package
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/goobj/
read.go 5 // Package goobj implements reading of Go object files and archives.
7 // TODO(rsc): Decide where this package should live. (golang.org/issue/6932)
10 package goobj
133 // a symbol within a package.
174 // TODO(rsc): The interpretation of Type is not exposed by this package.
214 // A Package is a parsed Go object file or archive defining a Go package.
215 type Package struct {
216 ImportPath string // import path denoting this package
217 Imports []string // packages imported by this package
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 5 package main
28 func (p *Package) writeDefs() {
75 fmt.Fprintf(fgo2, "package %s\n\n", p.PackageName)
255 fmt.Fprintf(stdout, "package %s\n", *dynpackage)
330 func (p *Package) structType(n *Name) (string, int64) {
373 func (p *Package) writeDefsFunc(fgo2 io.Writer, n *Name, callsMalloc *bool) {
514 func (p *Package) writeOutput(f *File, srcfile string) {
566 func (p *Package) writeOutputFunc(fgcc *os.File, n *Name) {
649 func (p *Package) writeGccgoOutputFunc(fgcc *os.File, n *Name) {
708 func (p *Package) packedAttribute() string
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 5 package main
28 func (p *Package) writeDefs() {
75 fmt.Fprintf(fgo2, "package %s\n\n", p.PackageName)
255 fmt.Fprintf(stdout, "package %s\n", *dynpackage)
330 func (p *Package) structType(n *Name) (string, int64) {
373 func (p *Package) writeDefsFunc(fgo2 io.Writer, n *Name, callsMalloc *bool) {
514 func (p *Package) writeOutput(f *File, srcfile string) {
566 func (p *Package) writeOutputFunc(fgcc *os.File, n *Name) {
649 func (p *Package) writeGccgoOutputFunc(fgcc *os.File, n *Name) {
708 func (p *Package) packedAttribute() string
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 18 * Companion file to package.cpp. Deals with details of ICU data item formats.
33 #include "package.h"
244 // /ICUDATA/... and /pkgname/... go to a different package
285 Package *pkg,
371 Package *pkg,
575 // enumerate dependencies of a package item -------------------------------- ***
578 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) {
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 26 package java.net;
386 * Retrieve the package using the specified package name.
387 * If non-null, verify the package using the specified code
390 private Package getAndVerifyPackage(String pkgname,
392 Package pkg = getPackage(pkgname);
394 // Package found, so check package sealing.
399 "sealing violation: package " + pkgname + " is sealed");
402 // Make sure we are not attempting to seal the package
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
api.go 5 // Package types declares the data types and implements
7 // Config.Check to invoke the type checker for a package.
27 package types // import "go/types"
39 // package (such as "unused variable"); "hard" errors may lead to unpredictable
60 // Import returns the imported package for the given import
61 // path, or an error if the package couldn't be imported.
63 // package.
64 Import(path string) (*Package, error)
77 // The types package does not call Import if an ImporterFrom
81 // ImportFrom returns the imported package for the given impor
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
api.go 5 // Package types declares the data types and implements
7 // Config.Check to invoke the type checker for a package.
27 package types // import "go/types"
39 // package (such as "unused variable"); "hard" errors may lead to unpredictable
60 // Import returns the imported package for the given import
61 // path, or an error if the package couldn't be imported.
63 // package.
64 Import(path string) (*Package, error)
77 // The types package does not call Import if an ImporterFrom
81 // ImportFrom returns the imported package for the given impor
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiDatabase.h 141 // HII Thunk will use TagGuid to associate the String Package and Form Package togehter.
144 // 1) if ((SharingStringPack == TRUE) && (StringPackageCount != 0 && IfrPackageCount == 0)), then this Package List only
145 /// has String Packages and provides Strings to other IFR package.
146 // 2) if ((SharingStringPack == TRUE) && (StringPackageCount == 0 && IfrPackageCount != 1)), then this Form Package
147 // copied String Packages from other Package List.
148 // 3) if ((SharingStringPack == FALSE)), this Package does not provide String Package or copy String Packages from other
149 // Package List.
152 // When a Hii->NewString() is called for this FwHiiHandle and SharingStringPack is TRUE, then all Package List that sharing
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
PeiMpServices.c 37 Get CPU Package/Core/Thread location information.
68 Location->Package = 0;
76 // Assume three-level mapping of APIC ID: Package:Core:SMT.
143 Location->Package = (InitialApicId >> (ThreadBits + CoreBits));
    [all...]
  /external/llvm/utils/release/
build_llvm_package.bat 28 echo Package version: %package_version%
71 ninja package || exit /b
94 ninja package || exit /b
  /external/testng/src/main/java/org/testng/internal/
ClassHelper.java 0 package org.testng.internal;
219 Package childPackage = childClass.getPackage();
220 Package classPackage = clazz.getPackage();
  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 17 package com.android.internal.content;
31 import android.content.pm.PackageParser.Package;
61 // Special value for {@code PackageParser.Package#cpuAbiOverride} to indicate
66 * A handle to an opened package, consisting of one or more APKs. Used as
86 throw new IOException("Failed to parse package: " + packageFile, e);
90 public static Handle create(Package pkg) throws IOException {
233 * Remove the native binaries of a given package. This deletes the files
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 17 package com.android.server.pm;
158 * Loop over a signer tag looking for seinfo, package and cert tags. A {@link Policy}
194 } else if ("package".equals(tagName)) {
209 * Loop over a package element looking for seinfo child tags. If found return the
213 * @param parser an XmlPullParser object representing a package element.
220 * package tag.
224 parser.require(XmlPullParser.START_TAG, null, "package");
273 * Applies a security label to a package based on an seinfo tag taken from a matched
276 * used. The security label is attached to the ApplicationInfo instance of the package
279 * @param pkg object representing the package to be labeled
    [all...]

Completed in 506 milliseconds

<<11121314151617181920>>