HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /build/tools/droiddoc/templates-sac/
sdkpage.cs 81 <th>Package</th>
204 <th>Package</th>
260 <th>Package</th>
  /build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs 81 <th>Package</th>
188 <th>Package</th>
293 <th>Package</th>
349 <th>Package</th>
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
example.js 53 // Package a message using a simple protocol containing:
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 157 class Package;
  /external/chromium_org/build/
install-build-deps.sh 30 # Checks whether a particular package is available in the repos.
31 # USAGE: $ package_exists <package name>
167 # Some package names have changed over time
492 # library to a lib32 directory and package everything as a *.deb file.
526 # Rename package, change architecture, remove conflicts and dependencies
528 -e "/Package/s/$/-ia32/" \
587 # Create our own Debian package
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 9 package com.vladium.emma.rt;
312 // package: ...............................................................
358 final Package pkg = getPackage (packageName);
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 17 package com.android.server.pm;
117 // seinfo value or at least one package policy.
123 // Check for package name seinfo value first.
230 } else if ("package".equals(tagName)) {
233 Slog.w(TAG, "<package> without valid name at "
285 * General validation routine for package names.
287 * is a valid android package name.
340 * Labels a package based on an seinfo tag from install policy.
341 * The label is attached to the ApplicationInfo instance of the package.
342 * @param pkg object representing the package to be labeled
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidClassTest.java 17 package libcore.java.lang.reflect;
207 Package p = Object.class.getPackage();
  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.cc 733 // Assume one and only one package per component.
744 typedef UpdateResponse::Result::Manifest::Package Package;
745 const Package& package(it->manifest.packages[0]);
746 crx->next_fp = package.fingerprint;
748 // Resolve the urls by combining the base urls with the package names.
750 const GURL url(it->crx_urls[i].Resolve(package.name));
755 const GURL url(it->crx_diffurls[i].Resolve(package.namediff));
794 // Called when the CRX package has been downloaded to a temporary location
    [all...]
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 18 package java.net;
186 Package packageObj = getPackage(packageDotName);
192 throw new SecurityException("Package is sealed");
340 Package packageObj = getPackage(packageDotName);
358 throw new SecurityException(String.format("Package %s is sealed",
897 * Defines a new package using the information extracted from the specified
901 * the name of the new package.
904 * package.
906 * the URL to the code source for the new package.
907 * @return the created package
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 17 package libcore.java.lang;
472 Package thisPackage = getClass().getPackage();
476 Package stringPackage = String.class.getPackage();
481 Support_Resources.copyFile(resources, "Package", hyts_package_name);
489 URL resourceURL = new URL("file:/" + resPath + "/Package/"
500 Package cPackage = clazz.getPackage();
514 * Package pack = clazz.getPackage();
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 81 <th>Package</th>
279 <th>Package</th>
335 <th>Package</th>
  /frameworks/base/include/androidfw/
ResourceTypes.h 229 #define Res_MAKEID(package, type, entry) \
230 (((package+1)<<24) | (((type+1)&0xFF)<<16) | (entry&0xFFFF))
363 * where pp is the package index, tt is the type index in that
364 * package, and eeee is the entry index in that type. The package
825 * A collection of resource data types within a package. Followed by
833 // If this is a base package, its ID. Package IDs start
834 // at 1 (corresponding to the value of the package bits in a
835 // resource identifier). 0 means this is not a base package
1512 const char16_t* package; member in struct:android::ResTable::resource_name
    [all...]
  /frameworks/base/tools/apilint/
apilint.py 142 class Package():
148 self.name = raw[raw.index("package")+1]
172 if raw.startswith("package"):
173 pkg = Package(raw, blame)
299 All action values must be scoped by package and match name:
300 package android.foo {
329 All extra values must be scoped by package and match name:
330 package android.foo {
581 """Catch package layering violations.
612 warn(clazz, f, "Field type violates package layering"
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 365 ALOGE("idmap: target package ID is invalid (%02x)", targetPackageId);
2859 const Package* package; member in struct:android::ResTable::Entry
2871 const Package* const package; member in struct:android::ResTable::Type
2892 const ResTable_package* const package; member in struct:android::ResTable::Package
4661 String16 package, type, name; local
4826 String16 package, type, name; local
5636 Package* package = new Package(this, header, pkg); local
    [all...]
  /build/core/tasks/
cts.mk 33 android.core.tests.libcore.package.dalvik \
34 android.core.tests.libcore.package.com \
35 android.core.tests.libcore.package.conscrypt \
36 android.core.tests.libcore.package.sun \
37 android.core.tests.libcore.package.tests \
38 android.core.tests.libcore.package.org \
39 android.core.tests.libcore.package.libcore \
40 android.core.tests.libcore.package.jsr166 \
41 android.core.tests.libcore.package.harmony_annotation \
42 android.core.tests.libcore.package.harmony_java_io
    [all...]
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 35 #include "package.h"
106 Package pkg;
145 // The Package class removes the "icudt46l/" prefix.
279 // The Package class removes the "icudt46l/" prefix.
676 puts("Running BytesTrie perf tests on the .dat package file from the --sourcedir.\n"
  /frameworks/base/tools/aidl/
Type.h 28 Type(const string& package, const string& name,
33 inline string Package() const { return m_package; }
357 UserDataType(const string& package, const string& name,
389 InterfaceType(const string& package, const string& name,
408 GenericType(const string& package, const string& name,
449 GenericListType(const string& package, const string& name,
479 void AddGenericType(const string& package, const string& name, int args);
483 Type* Find(const char* package, const char* name) const;
492 string package; member in struct:Namespace::Generic
  /external/icu/icu4c/source/
icudefs.mk 35 # Package information
39 PACKAGE = icu
50 ICUDATA_DIR = ${datarootdir}/$(PACKAGE)$(ICULIBSUFFIX)/$(VERSION)
90 pkgdatadir = $(datadir)/$(PACKAGE)$(ICULIBSUFFIX)/$(VERSION)
91 pkglibdir = $(libdir)/$(PACKAGE)$(ICULIBSUFFIX)/$(VERSION)
92 pkgsysconfdir = $(sysconfdir)/$(PACKAGE)$(ICULIBSUFFIX)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 231 "instanceof int interface long native new package private protected public " +
275 "implicit import lazy match new null object override package private protected return " +
279 /* package scala */
289 /* package java.lang */
291 "Compiler Double Exception Float Integer Long Math Number Object Package Pair Process " +
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 19 // Java package of generated code.
20 Package
  /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 685 milliseconds

1 23 4 5