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

1 2 3 4 5

  /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/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()) {
  /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 = [
  /system/tools/aidl/
aidl_language.cpp 125 const std::vector<std::string>& package,
129 package_(package),
151 const std::vector<std::string>& package)
156 package_(package) {
260 std::vector<std::string> Parser::Package() const {
  /external/icu/icu4c/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 ---------------------------------------- ***
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...]
package.cpp 8 * file name: package.cpp
16 * Read, modify, and write ICU .dat data package files.
33 #include "package.h"
184 fprintf(stderr, "icupkg: \"%s\" is not recognized as a package filename (must end with .dat)\n",
190 fprintf(stderr, "icupkg: the package name \"%s\" is too long (>=%ld)\n",
367 // .dat package file representation ---------------------------------------- ***
382 Package::Package()
402 // create a header for an empty package
418 Package::~Package()
    [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);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Package.java 17 package com.android.inputmethod.latin.dicttool;
28 public class Package {
29 private Package() {
34 public static final String COMMAND = "package";
43 return COMMAND + " <src_filename> <dst_filename>: Package a file for distribution";
  /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...]
mustpass.py 54 class Package:
114 def getCaseListFileName (package, configuration):
115 return "%s-%s.txt" % (getModuleShorthand(package.module), configuration.name)
117 def getDstCaseListPath (mustpass, package, configuration):
118 return os.path.join(mustpass.project.path, mustpass.version, getCaseListFileName(package, configuration))
120 def getCTSPackageName (package):
121 return "com.drawelements.deqp." + getModuleShorthand(package.module)
209 for package in mustpass.packages:
210 for cfg in package.configurations:
285 def genCTSPackageXML (mustpass, package, root)
    [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...]
  /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...]
ResourceTable.cpp 172 "a reference to another resource, in the form \"<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>\"\n"
173 "or to a theme attribute in the form \"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\"."},
275 "\"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>\") or\n"
277 "\"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>\")\n"
1777 sp<Package> package = new Package(mAssetsPackage, packageId); local
2045 String16 package, type, name; local
2243 String16 package, type, name; local
    [all...]
  /frameworks/base/tools/apilint/
apilint.py 152 class Package():
159 self.name = raw[raw.index("package")+1]
184 if raw.startswith("package"):
185 pkg = Package(line, raw, blame)
347 All action values must be scoped by package and match name:
348 package android.foo {
377 All extra values must be scoped by package and match name:
378 package android.foo {
620 """Catch package layering violations.
651 warn(clazz, f, "FW6", "Field type violates package layering"
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
modulegraph.py 60 # package, and it will be honored.
79 Return the __path__ for the python package in *fqname*.
320 # way the _xmlplus package injects itself under the name "xml" into
496 class Package(BaseModule):
499 class NamespacePackage(Package):
809 edges to/from modules in package. The module nodes
893 # namespace package (setuptools/distribute)
961 Determine the package containing a node
968 if isinstance(caller, Package):
986 Given a calling parent package and an import name determine the containin
1009 self.msg(2, "Relative import outside of package") namespace
1010 raise ImportError("Relative import outside of package (name=%r, parent=%r, level=%r)"%(name, parent, level)) namespace
1014 self.msg(2, "Relative import outside of package") namespace
1015 raise ImportError("Relative import outside of package (name=%r, parent=%r, level=%r)"%(name, parent, level)) namespace
1020 self.msg(2, "Relative import outside of package") namespace
1021 raise ImportError("Relative import outside of package (name=%r, parent=%r, level=%r)"%(name, parent, level)) namespace
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 17 package android.content.pm;
100 * Parser for package files (APKs) on disk. This supports apps packaged either
109 * <li>All APKs must have the exact same package name, version code, and signing
155 private static final String TAG_ORIGINAL_PACKAGE = "original-package";
161 private static final String TAG_PACKAGE = "package";
268 final Package owner;
280 ParsePackageItemArgs(Package _owner, String[] _outError,
301 ParseComponentArgs(Package _owner, String[] _outError,
316 * Lightweight parsed details about a single package.
328 * Path where this package was found on disk. For monolithic package
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 370 ALOGE("idmap: target package ID is invalid (%02x)", targetPackageId);
3145 const Package* package; member in struct:android::ResTable::Entry
3157 const Package* const package; member in struct:android::ResTable::Type
3178 const ResTable_package* const package; member in struct:android::ResTable::Package
5156 String16 package, type, name; local
5325 String16 package, type, name; local
6183 Package* package = new Package(this, header, pkg); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 

Completed in 631 milliseconds

1 2 3 4 5