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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/go/
test.go 5 package main
50 followed by detailed output for each failed package.
52 'Go test' recompiles each package along with any files with names matching
57 Each listed package causes the execution of a separate test binary.
59 Test files that declare a package with the suffix "_test" will be compiled as a
60 separate package, and then linked and run with the main test binary.
65 By default, go test needs no arguments. It compiles and tests the package
68 The package is built in a temporary directory so it does not interfere with the
87 the package list (if present) must appear before this flag.
91 (where pkg is the last element of the package's import path)
    [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();
  /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...]
  /frameworks/base/tools/aapt2/
Resources.proto 24 package aapt.pb;
58 // Resource definitions corresponding to an Android package.
59 repeated Package package = 2;
62 // Defines resources for an Android package.
63 message Package {
64 // The package ID of this package, in the range [0x00, 0xff].
66 // The ID 0x01 is reserved for the 'android' package (framework).
68 // The ID 0x7f is reserved for the application package
    [all...]
  /frameworks/support/lifecycle/common/src/main/java/android/arch/lifecycle/
Lifecycling.java 17 package android.arch.lifecycle;
87 Package aPackage = klass.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.
  /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/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;
34 * Inspects the classpath to return the classes in a requested package. This
86 * Returns a package describing the loadable classes whose package name is
89 public Package scan(String packageName) throws IOException {
101 return new Package(this, subpackageNames, topLevelClasses);
106 * add them to the respective sets. Searches the package on the whole class
128 * add them to the respective sets. Searches the package in a single jar file.
138 // check if the Jar contains the package.
146 // 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...]
  /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
  /prebuilts/go/darwin-x86/src/crypto/subtle/
constant_time.go 5 // Package subtle implements functions that are often useful in cryptographic
7 package subtle

Completed in 2043 milliseconds

1 2 3 4 5 6 7 8 91011>>