HomeSort by relevance Sort by last modified time
    Searched defs:Package (Results 1 - 18 of 18) sorted by null

  /dalvik/tests/024-illegal-access/src/otherpkg/
Package.java 17 package otherpkg;
20 * Package-scope class (public here).
22 public class Package {
  /dalvik/tests/024-illegal-access/src2/otherpkg/
Package.java 17 package otherpkg;
20 * Package-scope class.
22 class Package {
  /external/chromium/third_party/icu/source/tools/toolutil/
package.h 8 * file name: package.h
16 * Read, modify, and write ICU .dat data package files.
26 // .dat package file representation ---------------------------------------- ***
44 class U_TOOLUTIL_API Package {
48 * Prepare this object for a new, empty package.
50 Package();
53 ~Package();
56 * Read an existing .dat package file.
62 * Write a .dat package file with the items in this object.
64 * The package becomes unusable
    [all...]
package.cpp 8 * file name: package.cpp
16 * Read, modify, and write ICU .dat data package files.
33 #include "package.h"
182 fprintf(stderr, "icupkg: \"%s\" is not recognized as a package filename (must end with .dat)\n",
188 fprintf(stderr, "icupkg: the package name \"%s\" is too long (>=%ld)\n",
362 // .dat package file representation ---------------------------------------- ***
377 Package::Package() {
392 // create a header for an empty package
408 Package::~Package()
    [all...]
  /external/icu4c/tools/toolutil/
package.h 8 * file name: package.h
16 * Read, modify, and write ICU .dat data package files.
26 // .dat package file representation ---------------------------------------- ***
44 class U_TOOLUTIL_API Package {
48 * Prepare this object for a new, empty package.
50 Package();
53 ~Package();
56 * Read an existing .dat package file.
62 * Write a .dat package file with the items in this object.
64 * The package becomes unusable
    [all...]
package.cpp 8 * file name: package.cpp
16 * Read, modify, and write ICU .dat data package files.
33 #include "package.h"
182 fprintf(stderr, "icupkg: \"%s\" is not recognized as a package filename (must end with .dat)\n",
188 fprintf(stderr, "icupkg: the package name \"%s\" is too long (>=%ld)\n",
367 // .dat package file representation ---------------------------------------- ***
382 Package::Package() {
397 // create a header for an empty package
413 Package::~Package()
    [all...]
  /frameworks/base/services/java/com/android/server/
AttributeCache.java 18 package com.android.server;
39 private final WeakHashMap<String, Package> mPackages =
40 new WeakHashMap<String, Package>();
43 public final static class Package {
48 public Package(Context c) {
99 Package pkg = mPackages.get(packageName);
120 pkg = new Package(context);
  /libcore/luni/src/main/java/java/lang/
Package.java 33 package java.lang;
41 * Contains information about a Java package. This includes implementation and
46 * from the same package share a {@code Package} instance.
51 public class Package implements AnnotatedElement {
57 Package(String name, String specTitle, String specVersion, String specVendor,
71 * this package, if present.
91 * Gets all annotations associated with this package, if any.
101 * Gets all annotations directly declared on this package, if any.
111 * Returns the list of declared annotations of the given package
    [all...]
  /frameworks/base/tools/aidl/
Type.h 28 Type(const string& package, const string& name,
33 inline string Package() const { return m_package; }
313 ParcelableType(const string& package, const string& name,
338 InterfaceType(const string& package, const string& name,
357 GenericType(const string& package, const string& name,
381 GenericListType(const string& package, const string& name,
412 void AddGenericType(const string& package, const string& name, int args);
416 Type* Find(const char* package, const char* name) const;
425 string package; member in struct:Namespace::Generic
  /frameworks/base/tools/aapt/
ResourceTable.h 75 class Package;
84 const String16& package,
90 const String16& package,
101 const String16& package,
111 const String16& package,
123 bool hasBagOrEntry(const String16& package,
131 bool appendComment(const String16& package,
137 bool appendTypeComment(const String16& package,
143 const String16& package, const String16& type, const String16& name);
158 static inline uint32_t getResId(const sp<Package>& p
    [all...]
ResourceTable.cpp 131 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
132 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
234 "\"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>\") or\n"
236 "\"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\")\n"
1828 String16 package, type, name; local
1963 String16 package, type, name; local
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Package.java 17 package com.android.sdklib.internal.repository;
33 * A {@link Package} is the base class for "something" that can be downloaded from
36 * A package has some attributes (revision, description) and a list of archives
43 public abstract class Package implements IDescription, Comparable<Package> {
66 * Enum for the result of {@link Package#canBeUpdatedBy(Package)}. This used so that we can
67 * differentiate between a package that is totally incompatible, and one that is the same item
69 * @see #canBeUpdatedBy(Package)
81 * Creates a new package from the attributes and elements of the given XML node.
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 1257 const Package* const package; member in struct:android::ResTable::Type
1279 const ResTable_package* const package; member in struct:android::ResTable::Package
1867 const Package* const package = grp->packages[0]; local
1929 const Package* const package = grp->packages[ip]; local
2173 const Package* const package = grp->packages[ip]; local
2954 String16 package, type, name; local
3104 String16 package, type, name; local
3573 const Package* package = packageGroup->packages[j]; local
3794 Package* package = NULL; local
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 17 package android.content.pm;
57 * Package archive parsing
104 final Package owner;
114 ParsePackageItemArgs(Package _owner, String[] _outError,
132 ParseComponentArgs(Package _owner, String[] _outError,
144 /* Light weight package info.
163 /** If set to true, we will only allow package files that exactly match
164 * the DTD. Otherwise, we try to get as much from the package as we
184 * Generate and return the {@link PackageInfo} for a parsed package.
186 * @param p the parsed package
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1461 milliseconds