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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 17 package com.android.server.pm;
342 * <li>{@link #mPackages} is used to guard all in-memory parsed package details
356 * <li>fooLIF(): the caller must hold {@link #mInstallLock} and the package
417 // Suffix used during package installation when copying/moving
418 // package apks to install directory.
493 * The default response for package verification timeout.
514 private static final String PACKAGE_MIME_TYPE = "application/vnd.android.package-archive";
516 private static final String PACKAGE_SCHEME = "package";
594 * Version number for the package parser cache. Increment this whenever the format or
600 * Whether the package parser cache is enabled
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLib.c 55 Extract Hii package list GUID for given HII handle.
61 @param Guid Package list GUID
116 the list of package is 0, then NULL is returned.
118 The variable arguments are pointers which point to package header that defined
128 @param[in] PackageListGuid The GUID of the package list.
141 @retval Other The HII Handle associated with the newly registered package list.
154 UINT32 *Package;
165 for (Length = 0, VA_START (Args, DeviceHandle); (Package = VA_ARG (Args, UINT32 *)) != NULL; ) {
166 Length += (ReadUnaligned32 (Package) - sizeof (UINT32));
179 // Add the length of the Package List Header and the terminating Package Header
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
typestring_test.go 5 package types_test
20 func makePkg(t *testing.T, src string) (*Package, error) {
26 // use the package name as package path
128 src := `package p; import "io"; type _ io.Writer; type T ` + test.src
142 p, _ := pkgFor("p.go", "package p; type T int", nil)
143 q, _ := pkgFor("q.go", "package q", nil)
148 this *Package
158 qualifier := func(pkg *Package) string {
  /prebuilts/go/linux-x86/src/go/types/
typestring_test.go 5 package types_test
20 func makePkg(t *testing.T, src string) (*Package, error) {
26 // use the package name as package path
128 src := `package p; import "io"; type _ io.Writer; type T ` + test.src
142 p, _ := pkgFor("p.go", "package p; type T int", nil)
143 q, _ := pkgFor("q.go", "package q", nil)
148 this *Package
158 qualifier := func(pkg *Package) string {
  /cts/tests/core/runner/src/com/android/cts/core/runner/
TestList.java 16 package com.android.cts.core.runner;
115 Package testPackage = testClass.getPackage();
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
MpService.h 92 /// Zero-based physical package number that identifies the cartridge of the processor.
94 UINT32 Package;
96 /// Zero-based physical core number within package of the processor.
136 /// The physical location of the processor, including the physical package number
137 /// that identifies the cartridge, the physical core number within package, and
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcher.java 0 package com.xtremelabs.robolectric.matchers;
100 Package pack = serviceClass.getPackage();
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
client.go 5 // Package jsonrpc implements a JSON-RPC ClientCodec and ServerCodec
6 // for the rpc package.
7 package jsonrpc
28 // Package rpc expects both.
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
client.go 5 // Package jsonrpc implements a JSON-RPC ClientCodec and ServerCodec
6 // for the rpc package.
7 package jsonrpc
28 // Package rpc expects both.
  /frameworks/base/tools/aapt/
ResourceTable.h 94 // The type of package to build.
102 class Package;
136 const String16& package,
142 const String16& package,
153 const String16& package,
163 const String16& package,
175 bool hasBagOrEntry(const String16& package,
179 bool hasBagOrEntry(const String16& package,
188 bool appendComment(const String16& package,
194 bool appendTypeComment(const String16& package,
    [all...]
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 52 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
61 if:subcount(class.package) ?>
63 <?cs call:list("Interfaces", class.package.interfaces) ?>
64 <?cs call:list("Classes", class.package.classes) ?>
65 <?cs call:list("Enums", class.package.enums) ?>
66 <?cs call:list("Exceptions", class.package.exceptions) ?>
67 <?cs call:list("Errors", class.package.errors) ?>
69 elif:subcount(package) ?>
71 <?cs call:class_link_list("Interfaces", package.interfaces) ?
    [all...]
  /external/boringssl/src/ssl/test/runner/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"
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_imports.py 144 self.assertIsInstance(n, modulegraph.Package)
222 self.assertIsInstance(n, modulegraph.Package)
272 self.assertIsInstance(node, modulegraph.Package)
308 self.assertIsInstance(sub, modulegraph.Package)
315 self.assertIsInstance(sub, modulegraph.Package)
399 self.assertIsInstance(node, modulegraph.Package)
430 self.assertIsInstance(node, modulegraph.Package)
456 self.assertIsInstance(node, modulegraph.Package)
  /external/regex-re2/doc/
mksyntaxgo 25 Package syntax parses regular expressions into parse trees and compiles
27 facilities of package regexp (such as Compile and Match) instead of this package.
31 The regular expression syntax understood by this package when parsing with the Perl flag is as follows.
37 package syntax
  /external/vogar/src/vogar/target/
ClassPathScanner.java 17 package vogar.target;
32 * Inspects the classpath to return the classes in a requested package. This
67 * Returns a package describing the loadable classes whose package name is
70 public Package scan(String packageName) throws IOException {
82 return new Package(this, subpackageNames, topLevelClasses);
87 * add them to the respective sets. Searches the package on the whole class
109 * add them to the respective sets. Searches the package in a single jar file.
119 // check if the Jar contains the package.
127 // check if the class is in the package itself or in one of it
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager2.h 78 const char* package = nullptr; member in struct:android::AssetManager2::ResourceName
107 // Returns the DynamicRefTable for the given package ID.
122 // ('android' package, other libraries) will be excluded from the list.
131 // ('android' package, other libraries) will be excluded from the list.
180 // `resource_name` must be of the form '[package:][type/]entry'.
181 // If no package is specified in `resource_name`, then `fallback_package` is used as the package.
252 // Assigns package IDs to all shared library ApkAssets.
270 // DynamicRefTables for shared library package resolution.
276 // An array mapping package ID to index into package_groups. This keeps the lookup fas
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java 18 package libcore.java.net;
156 new URL("file://new/package/name/"),
159 String packageName = "new.package.name";
162 Package pack = tucl.definePackage(packageName + i, manifest, urls[i]);
189 public Package definePackage(String name,
  /packages/services/Car/tools/hidl_parser/
parser.py 30 tokens = ('package', 'import', 'enum',
58 if t.value == 'package':
59 t.type = 'package'
111 class Package(object):
112 def __init__(self, package):
113 self.package = package
116 return 'package %s' % self.package
119 def __init__(self, package)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/flags/
flags.go 5 // Package flags implements top-level flags and the usage message for the assembler.
6 package flags
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 5 package main
22 The default output shows the package import path:
30 syntax of package template. The default output is equivalent to -f
33 type Package struct {
34 Dir string // directory containing package sources
35 ImportPath string // import path of package in dir
36 ImportComment string // path in import comment on package statement
37 Name string // package name
38 Doc string // package documentation string
40 Shlib string // the shared library that contains this package (only set when -linkshared
    [all...]
vet.go 5 package main
36 // Vet expects to be given a set of files all from the same package.
37 // Run once for package p and once for package p_test.
47 func runVetFiles(p *Package, files []string) {
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svg.go 5 // Package svg provides tools related to handling of SVG files
6 package svg
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/tempfile/
tempfile.go 5 // Package tempfile provides tools to create and delete temporary files
6 package tempfile
  /prebuilts/go/darwin-x86/src/crypto/des/
const.go 5 // Package des implements the Data Encryption Standard (DES) and the
8 package des
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4.go 5 // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's
7 package rc4

Completed in 494 milliseconds

1 2 3 4 5 6 7 8 91011>>