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

1 2 3 4 5 6 7 8 910

  /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...]
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...]
  /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)
  /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);
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";
  /frameworks/base/services/core/java/com/android/server/pm/
DefaultPermissionGrantPolicy.java 17 package com.android.server.pm;
174 for (PackageParser.Package pkg : mService.mPackages.values()) {
232 PackageParser.Package installerPackage = getSystemPackageLPr(
240 PackageParser.Package verifierPackage = getSystemPackageLPr(
250 PackageParser.Package setupPackage = getSystemPackageLPr(
262 PackageParser.Package cameraPackage = getDefaultSystemHandlerActivityPackageLPr(
272 PackageParser.Package mediaStorePackage = getDefaultProviderAuthorityPackageLPr(
279 PackageParser.Package downloadsPackage = getDefaultProviderAuthorityPackageLPr(
287 PackageParser.Package downloadsUiPackage = getDefaultSystemHandlerActivityPackageLPr(
295 PackageParser.Package storagePackage = getDefaultProviderAuthorityPackageLPr
    [all...]
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...]
OtaDexoptService.java 17 package com.android.server.pm;
56 private List<PackageParser.Package> mDexoptPackages;
62 // Use the package manager install and install lock here for the OTA dex optimizer.
123 PackageParser.Package nextPackage = mDexoptPackages.remove(0);
156 Collection<PackageParser.Package> pkgs = mPackageManagerService.getPackages();
157 for (PackageParser.Package pkg : pkgs) {
162 // Does the package have code? If not, there won't be any artifacts.
167 Slog.w(TAG, "Package " + pkg + " can be optimized but has null codePath");
  /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/
AttributeCache.java 18 package com.android.server;
44 private final ArrayMap<String, WeakReference<Package>> mPackages = new ArrayMap<>();
48 public final static class Package {
52 public Package(Context c) {
89 final WeakReference<Package> ref = mPackages.remove(packageName);
90 final Package pkg = (ref != null) ? ref.get() : null;
123 WeakReference<Package> ref = mPackages.get(packageName);
124 Package pkg = (ref != null) ? ref.get() : null;
146 pkg = new Package(context);
  /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...]
  /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 = [
  /external/llvm/utils/release/
test-release.sh 220 # Final package name.
221 Package=clang+llvm-$Release
223 Package=$Package-$RC
225 Package=$Package-$Triple
435 # Create a package of the release binaries.
439 mv llvmCore-$Release-$RC.install/usr/local $Package
441 tar cfz $BuildDir/$Package.tar.gz $Package
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_import_from_init.py 91 self.assertIsInstance(node, modulegraph.Package)
97 self.assertIsInstance(node, modulegraph.Package)
110 self.assertIsInstance(node, modulegraph.Package)
115 self.assertIsInstance(node, modulegraph.Package)
test_explicit_packages.py 28 self.assertIsInstance(node, modulegraph.Package)
45 self.assertIsInstance(node, modulegraph.Package)
  /frameworks/base/tools/aapt/
Android.mk 37 Package.cpp \
  /libcore/dalvik/src/main/java/dalvik/system/
BaseDexClassLoader.java 17 package dalvik.system;
88 * Returns package information for the given package.
94 * a {@code Package} object the first time it is being requested
96 * Package} object is then put into the {@code ClassLoader}'s
97 * package cache, so we see the same one next time. We don't
98 * create {@code Package} objects for {@code null} arguments or
99 * for the default package.
102 * {@code Package} objects representing the same package: It ca
    [all...]

Completed in 359 milliseconds

1 2 3 4 5 6 7 8 910