HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 1 - 25 of 234) 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);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerServiceUtils.java 17 package com.android.server.pm;
70 public static void sortPackagesByUsageDate(List<PackageParser.Package> pkgs,
82 // package will be removed from {@code packages} and added to {@code result} with its
85 private static void applyPackageFilter(Predicate<PackageParser.Package> filter,
86 Collection<PackageParser.Package> result,
87 Collection<PackageParser.Package> packages,
88 @NonNull List<PackageParser.Package> sortTemp,
90 for (PackageParser.Package pkg : packages) {
99 for (PackageParser.Package pkg : sortTemp) {
102 Collection<PackageParser.Package> deps
    [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...]
PackageUsage.java 17 package com.android.server.pm;
39 class PackageUsage extends AbstractStatsBase<Map<String, PackageParser.Package>> {
47 super("package-usage.list", "PackageUsage_DiskWriter", /* lock */ true);
55 protected void writeInternal(Map<String, PackageParser.Package> packages) {
69 for (PackageParser.Package pkg : packages.values()) {
88 Log.e(PackageManagerService.TAG, "Failed to write package usage times", e);
93 protected void readInternal(Map<String, PackageParser.Package> packages) {
111 Log.w(PackageManagerService.TAG, "Failed to read package usage times", e);
117 private void readVersion0LP(Map<String, PackageParser.Package> packages, InputStream in,
121 // package-timestamp pair per line
    [all...]
OtaDexoptService.java 17 package com.android.server.pm;
120 final List<PackageParser.Package> important;
121 final List<PackageParser.Package> others;
134 for (PackageParser.Package p : important) {
146 for (PackageParser.Package p : others) {
160 for (PackageParser.Package pkg : others) {
250 private static String getOatDir(PackageParser.Package pkg) {
261 private void deleteOatArtifactsOfPackage(PackageParser.Package pkg) {
275 * Generate all dexopt commands for the given package.
277 private synchronized List<String> generatePackageDexopts(PackageParser.Package pkg
    [all...]
  /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...]
  /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 = [
  /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 577 milliseconds

1 2 3 4 5 6 7 8 910