HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 1 - 25 of 726) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/024-illegal-access/src/otherpkg/
Package.java 17 package otherpkg;
20 * Package-scope class (public here).
22 public class Package {
  /art/test/024-illegal-access/src2/otherpkg/
Package.java 17 package otherpkg;
20 * Package-scope class.
22 class Package {
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.h 16 const char *sourcePath, const char *addList, icu::Package *pkg,
19 U_CAPI icu::Package * U_EXPORT2
20 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
pkg_icu.cpp 13 #include "package.h"
53 * If the listname ends with ".dat", then read the ICU .dat package file.
56 U_CAPI Package * U_EXPORT2
57 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) {
58 Package *listPkg = listPkgIn;
68 listPkg=new Package();
135 // read the ICU .dat package
152 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) {
153 LocalPointer<Package> ownedPkg;
154 LocalPointer<Package> addListPkg
    [all...]
package.h 8 * file name: package.h
16 * Read, modify, and write ICU .dat data package files.
26 // .dat package file representation ---------------------------------------- ***
43 class U_TOOLUTIL_API Package {
47 * Prepare this object for a new, empty package.
49 Package();
52 ~Package();
55 * Uses the prefix of the first entry of the package in readPackage(),
56 * rather than the package basename.
69 * Read an existing .dat package file
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
synopsis_test.go 5 package doc
23 {"Package poems by T.S.Eliot. To rhyme...", 27, "Package poems by T.S.Eliot."},
24 {"Package poems by T. S. Eliot. To rhyme...", 29, "Package poems by T. S. Eliot."},
26 {"Package\nfoo. ..", 12, "Package foo."},
29 {"Package ???????? ?????.", 36, "Package ???????? ?????."},
30 {"Package ????? ??\n", 31, "Package ????? ??"}
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
synopsis_test.go 5 package doc
23 {"Package poems by T.S.Eliot. To rhyme...", 27, "Package poems by T.S.Eliot."},
24 {"Package poems by T. S. Eliot. To rhyme...", 29, "Package poems by T. S. Eliot."},
26 {"Package\nfoo. ..", 12, "Package foo."},
29 {"Package ???????? ?????.", 36, "Package ???????? ?????."},
30 {"Package ????? ??\n", 31, "Package ????? ??"}
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
PackageTest.java 17 package libcore.java.lang;
25 private static final List<Package> packages = Arrays.asList(Package.getPackages());
28 // Pre-ICS we crashed. To pass, the package-info and TestPackageAnnotation classes must be
35 Package libcoreJavaLang = Package.getPackage("libcore.java.lang");
42 Package libcoreJavaLang = Package.getPackage("libcore.java.lang");
43 assertEquals("package libcore.java.lang", libcoreJavaLang.toString());
  /art/test/024-illegal-access/src/
CheckInstanceof.java 22 if (obj instanceof otherpkg.Package)
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5910.dir/
a.go 5 package a
7 type Package struct {
13 *Package
18 func (t *Future) Result() (*Package, error) {
21 return result.Package, result.error
  /prebuilts/go/linux-x86/test/fixedbugs/issue5910.dir/
a.go 5 package a
7 type Package struct {
13 *Package
18 func (t *Future) Result() (*Package, error) {
21 return result.Package, result.error
  /prebuilts/go/darwin-x86/src/go/types/
package.go 5 package types
12 // A Package describes a Go package.
13 type Package struct {
18 imports []*Package
19 fake bool // scope lookup errors are silently dropped if package is fake (internal use only)
22 // NewPackage returns a new Package for the given package path and name;
24 // The package is not complete and contains no explicit imports.
25 func NewPackage(path, name string) *Package {
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
package.go 5 package types
12 // A Package describes a Go package.
13 type Package struct {
18 imports []*Package
19 fake bool // scope lookup errors are silently dropped if package is fake (internal use only)
22 // NewPackage returns a new Package for the given package path and name;
24 // The package is not complete and contains no explicit imports.
25 func NewPackage(path, name string) *Package {
    [all...]
  /external/vogar/src/vogar/target/
Package.java 17 package vogar.target;
26 * The class and subpackage contents of a package.
30 class Package {
36 Package(ClassPathScanner source,
49 private Set<Package> getSubpackages() throws IOException {
50 Set<Package> info = new HashSet<Package>();
59 for (Package info : getSubpackages()) {
ClassFinder.java 17 package vogar.target;
28 * within the package represented by classOrPackageName, if it represents a package.
30 * Throws an exception if it represents neither a class nor a package with at least one class.
38 // classOrPackageName might represent a package
40 Package aPackage = new ClassPathScanner().scan(classOrPackageName);
43 throw new IllegalArgumentException("No classes in package: " + classOrPackageName +
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CommandList.java 17 package com.android.inputmethod.latin.dicttool;
29 Dicttool.addCommand("package", Package.Packager.class);
30 Dicttool.addCommand("unpackage", Package.Unpackager.class);
  /external/deqp/scripts/
build_android_mustpass.py 26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists
58 LMP_GLES3_PKG = Package(module = GLES3_MODULE, configurations = [
65 LMP_GLES31_PKG = Package(module = GLES31_MODULE, configurations = [
75 LMP_MR1_GLES3_PKG = Package(module = GLES3_MODULE, configurations = [
82 LMP_MR1_GLES31_PKG = Package(module = GLES31_MODULE, configurations = [
92 MNC_EGL_PKG = Package(module = EGL_MODULE, configurations = [
100 MNC_GLES2_PKG = Package(module = GLES2_MODULE, configurations = [
108 MNC_GLES3_PKG = Package(module = GLES3_MODULE, configurations = [
155 MNC_GLES31_PKG = Package(module = GLES31_MODULE, configurations = [
205 MASTER_EGL_PKG = Package(module = EGL_MODULE, configurations =
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerServiceUtils.java 17 package com.android.server.pm;
70 private static void filterRecentlyUsedApps(Collection<PackageParser.Package> pkgs,
76 for (Iterator<PackageParser.Package> i = pkgs.iterator(); i.hasNext();) {
77 PackageParser.Package pkg = i.next();
102 public static List<PackageParser.Package> getPackagesForDexopt(
103 Collection<PackageParser.Package> packages,
105 ArrayList<PackageParser.Package> remainingPkgs = new ArrayList<>(packages);
106 LinkedList<PackageParser.Package> result = new LinkedList<>();
109 for (PackageParser.Package pkg : remainingPkgs) {
122 for (PackageParser.Package pkg : remainingPkgs)
    [all...]
DefaultPermissionGrantPolicy.java 17 package com.android.server.pm;
86 private static final String ATTR_PACKAGE = "package";
219 for (PackageParser.Package pkg : mService.mPackages.values()) {
277 PackageParser.Package installerPackage = getSystemPackageLPr(
285 PackageParser.Package verifierPackage = getSystemPackageLPr(
295 PackageParser.Package setupPackage = getSystemPackageLPr(
307 PackageParser.Package cameraPackage = getDefaultSystemHandlerActivityPackageLPr(
317 PackageParser.Package mediaStorePackage = getDefaultProviderAuthorityPackageLPr(
324 PackageParser.Package downloadsPackage = getDefaultProviderAuthorityPackageLPr(
332 PackageParser.Package downloadsUiPackage = getDefaultSystemHandlerActivityPackageLPr
    [all...]
  /prebuilts/go/darwin-x86/src/go/importer/
importer.go 5 // Package importer provides access to export data importers.
6 package importer
16 // A Lookup function returns a reader to access package data for
17 // a given import path, or an error if no matching package is found.
22 // the default package lookup mechanism for the given compiler is used.
37 packages: make(map[string]*types.Package),
54 type gcimports map[string]*types.Package
56 func (m gcimports) Import(path string) (*types.Package, error) {
63 packages map[string]*types.Package
67 func (m *gccgoimports) Import(path string) (*types.Package, error)
    [all...]
  /prebuilts/go/linux-x86/src/go/importer/
importer.go 5 // Package importer provides access to export data importers.
6 package importer
16 // A Lookup function returns a reader to access package data for
17 // a given import path, or an error if no matching package is found.
22 // the default package lookup mechanism for the given compiler is used.
37 packages: make(map[string]*types.Package),
54 type gcimports map[string]*types.Package
56 func (m gcimports) Import(path string) (*types.Package, error) {
63 packages map[string]*types.Package
67 func (m *gccgoimports) Import(path string) (*types.Package, error)
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Package.java 27 package java.lang;
59 * {@code Package} objects contain version information
60 * about the implementation and specification of a Java package.
66 * <p>The set of classes that make up the package may implement a
69 * An application can ask if the package is
106 * java package have the same Package object. The static methods allow a package
112 public class Package implements java.lang.reflect.AnnotatedElement {
114 * Return the name of this package
    [all...]
ClassLoader.java 26 package java.lang;
227 // The packages defined in this class loader. Each package name is mapped
228 // to its corresponding Package object.
230 private final HashMap<String, Package> packages = new HashMap<>();
440 * If an attempt is made to add this class to a package that
443 * to define a class in a package with a fully-qualified name
505 * If an attempt is made to add this class to a package that
531 * <p> The first class defined in a package determines the exact set of
532 * certificates that all subsequent classes defined in that package must
536 * package must contain the same set of certificates or
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AttributeCache.java 18 package com.android.server;
44 private final LruCache<String, Package> mPackages = new LruCache<>(CACHE_SIZE);
49 public final static class Package {
53 public Package(Context c) {
90 final Package pkg = mPackages.remove(packageName);
121 Package pkg = mPackages.get(packageName);
143 pkg = new Package(context);
  /external/deqp/external/vulkancts/
build_mustpass.py 31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists
54 VULKAN_1_0_0_PKG = Package(module = VULKAN_MODULE, configurations = [

Completed in 3459 milliseconds

1 2 3 4 5 6 7 8 91011>>