HomeSort by relevance Sort by last modified time
    Searched defs:Package (Results 1 - 22 of 22) 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 {
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 5 <span class="en">Android SDK Starter Package</span>
156 <li><a href="<?cs var:toroot ?>sdk/compatibility-library.html">Support Package, r4</a>
  /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 ---------------------------------------- ***
43 class U_TOOLUTIL_API Package {
47 * Prepare this object for a new, empty package.
49 Package();
52 ~Package();
55 * Read an existing .dat package file.
61 * Write a .dat package file with the items in this object.
63 * 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"
186 fprintf(stderr, "icupkg: \"%s\" is not recognized as a package filename (must end with .dat)\n",
192 fprintf(stderr, "icupkg: the package name \"%s\" is too long (>=%ld)\n",
371 // .dat package file representation ---------------------------------------- ***
386 Package::Package() {
404 // create a header for an empty package
420 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 {
63 Package(String name, String specTitle, String specVersion, String specVendor,
77 * this package, if present.
95 * Returns an empty array. Package annotations are not supported on Android.
102 * Returns an empty array. Package annotations are not supported on Android.
122 * Returns the title of the implementation of this package, or {@code null
    [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,
127 bool hasBagOrEntry(const String16& package,
136 bool appendComment(const String16& package,
142 bool appendTypeComment(const String16& package,
148 const String16& package, const String16& type, const String16& name)
    [all...]
ResourceTable.cpp 132 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
133 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
235 "\"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>\") or\n"
237 "\"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\")\n"
1862 String16 package, type, name; local
1997 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;
38 * A {@link Package} is the base class for "something" that can be downloaded from
41 * A package has some attributes (revision, description) and a list of archives
48 public abstract class Package implements IDescription, Comparable<Package> {
61 * Enum for the result of {@link Package#canBeUpdatedBy(Package)}. This used so that we can
62 * differentiate between a package that is totally incompatible, and one that is the same item
64 * @see #canBeUpdatedBy(Package)
78 * Creates a new package from the attributes and elements of the given XML node.
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 1399 const Package* const package; member in struct:android::ResTable::Type
1421 const ResTable_package* const package; member in struct:android::ResTable::Package
2031 const Package* const package = grp->packages[0]; local
2117 const Package* const package = grp->packages[ip]; local
2396 const Package* const package = grp->packages[ip]; local
3252 String16 package, type, name; local
3402 String16 package, type, name; local
3871 const Package* package = packageGroup->packages[j]; local
4100 Package* package = NULL; local
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 823 /// @package:
830 None, Private, Protected, Public, Package
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 17 package android.content.pm;
63 * Package archive parsing
118 final Package owner;
128 ParsePackageItemArgs(Package _owner, String[] _outError,
146 ParseComponentArgs(Package _owner, String[] _outError,
158 /* Light weight package info.
179 /** If set to true, we will only allow package files that exactly match
180 * the DTD. Otherwise, we try to get as much from the package as we
204 * Generate and return the {@link PackageInfo} for a parsed package.
206 * @param p the parsed package
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 871 milliseconds