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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/host/installer/mac/Scripts/
keystone_install.sh 9 /usr/sbin/installer -pkg "$1/@@HOST_PKG@@.pkg" -target /
  /external/libvorbis/m4/
Makefile.am 3 EXTRA_DIST = add_cflags.m4 ogg.m4 pkg.m4
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 26 Bundle open(in String pkg, IBinder b);
27 Bundle close(in String pkg, IBinder b);
28 Bundle transceive(in String pkg, in byte[] data_in);
29 int getCardEmulationRoute(in String pkg);
30 void setCardEmulationRoute(in String pkg, int route);
31 void authenticate(in String pkg, in byte[] token);
32 String getDriverName(in String pkg);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowComponentName.java 20 private String pkg; field in class:ShadowComponentName
23 public void __constructor__(String pkg, String cls) {
24 if (pkg == null) throw new NullPointerException("package name is null");
26 this.pkg = pkg;
30 public void __constructor__(Context pkg, String cls) {
32 this.pkg = pkg.getPackageName();
36 public void __constructor__(Context pkg, Class<?> cls) {
37 this.pkg = pkg.getPackageName()
56 String pkg = in.readString(); local
    [all...]
  /system/media/camera/docs/
metadata-check-dependencies 53 local pkg=""
62 pkg="$macports"
65 pkg="$aptget"
68 if [[ -n $pkg ]]
70 echo "Missing $bin binary; please install with '$(packager_install $pkg)'"
83 local pkg=""
92 pkg="$macports"
95 pkg="$aptget"
98 if [[ -n $pkg ]]
100 echo "Missing python module $mod, please install with '$(packager_install $pkg)'"
    [all...]
  /external/deqp/external/
fetch_sources.py 24 def clean (pkg):
25 srcPath = os.path.join(EXTERNAL_DIR, pkg.dstDir)
38 def fetch (pkg):
39 print "Fetching %s" % pkg.url
41 req = urllib2.urlopen(pkg.url)
44 dstPath = os.path.join(EXTERNAL_DIR, pkg.filename)
46 if checksum != pkg.checksum:
47 raise Exception("Checksum mismatch for %s, exepected %s, got %s" % (pkg.filename, pkg.checksum, checksum))
53 def extract (pkg)
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerInternal.java 22 void enqueueNotification(String pkg, String basePkg, int callingUid, int callingPid,
25 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId);
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ApiCoverage.java 30 public void addPackage(ApiPackage pkg) {
31 mPackages.put(pkg.getName(), pkg); local
44 ApiPackage pkg = entry.getValue(); local
45 pkg.removeEmptyAbstractClasses();
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 37 void cancelAllNotifications(String pkg, int userId);
39 void enqueueToast(String pkg, ITransientNotification callback, int duration);
40 void cancelToast(String pkg, ITransientNotification callback);
41 void enqueueNotificationWithTag(String pkg, String opPkg, String tag, int id,
43 void cancelNotificationWithTag(String pkg, String tag, int id, int userId);
45 void setNotificationsEnabledForPackage(String pkg, int uid, boolean enabled);
46 boolean areNotificationsEnabledForPackage(String pkg, int uid);
48 void setPackagePriority(String pkg, int uid, int priority);
49 int getPackagePriority(String pkg, int uid);
51 void setPackageVisibilityOverride(String pkg, int uid, int visibility)
    [all...]
NotificationManager.java 141 String pkg = mContext.getPackageName(); local
148 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
152 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id,
168 String pkg = mContext.getPackageName(); local
175 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
179 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id,
206 String pkg = mContext.getPackageName(); local
207 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
209 service.cancelNotificationWithTag(pkg, tag, id, UserHandle.myUserId());
220 String pkg = mContext.getPackageName() local
235 String pkg = mContext.getPackageName(); local
    [all...]
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 40 * @param pkg the java package the class is contained in.
44 public ReferenceAppTestCase(String pkg, Class<T> activityClass, int maxStartupTimeMs) {
45 super(pkg, activityClass);
52 * @param pkg the java package the class is contained in.
55 public ReferenceAppTestCase(String pkg, Class<T> activityClass) {
56 this(pkg, activityClass, DEFAULT_MAX_STATUP_TIME_MS);
  /frameworks/base/tests/backup/
test_backup.sh 27 for pkg in $b_pkgs; do
28 a shell bmgr wipe "$pkg"
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
RemoveReceiver.java 31 String pkg = uri != null ? uri.getSchemeSpecificPart() : null; local
32 if (pkg != null) {
36 if (prefs.getBoolean(pkg, false)) {
37 prefs.edit().remove(pkg).apply();
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 102 PackageLite pkg = null;
106 pkg = PackageParser.parsePackageLite(packageFile, 0);
107 handle = NativeLibraryHelper.Handle.create(pkg);
108 return copyPackageToContainerInner(pkg, handle, containerId, key, isExternal,
133 PackageLite pkg = null;
136 pkg = PackageParser.parsePackageLite(packageFile, 0);
137 return copyPackageInner(pkg, target);
165 final PackageParser.PackageLite pkg;
168 pkg = PackageParser.parsePackageLite(packageFile, 0);
169 sizeBytes = PackageHelper.calculateInstalledSize(pkg, isForwardLocked, abiOverride)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
servrbf.cpp 60 char pkg[20]; local
62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
63 if(length>=(int32_t)sizeof(pkg)) {
66 return new ResourceBundle(pkg, loc, status);
  /external/icu/icu4c/source/common/
servrbf.cpp 60 char pkg[20]; local
62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
63 if(length>=(int32_t)sizeof(pkg)) {
66 return new ResourceBundle(pkg, loc, status);
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 150 set pkg = ${destDir}/${root}.pkg
151 echo Generating Installer package $pkg ...
152 if ( -e $pkg ) /bin/rm -rf $pkg
153 /bin/mkdir -p -m 755 $pkg
166 set pkgArchive = $pkg/$root.tar.Z
169 set pkgArchive = $pkg/$root.tar.gz
172 set pkgArchive = $pkg/$root.pax.gz
179 set pkgInfo = $pkg/$root.inf
    [all...]
  /external/doclava/src/com/google/doclava/
NavTree.java 30 for (PackageInfo pkg : Doclava.choosePackages()) {
31 children.add(makePackageNode(pkg));
72 PackageInfo pkg = cl.containingPackage(); local
74 if (pkg == null) {
77 name = pkg.name();
79 sorted.put(name, pkg);
94 PackageInfo pkg = (PackageInfo) o; local
97 data.setValue("docs.pages." + i + ".label", pkg.name());
99 data.setValue("docs.pages." + i + ".link", pkg.htmlPage());
133 private static Node makePackageNode(PackageInfo pkg) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.h 37 virtual int NextPacket(int size, unsigned char **pkg);
38 virtual int ByteLoss(int size, unsigned char *pkg, int bytesToLose);
39 virtual void InsertPacket(webrtc::VideoFrame *buf, unsigned char *pkg,
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
VisibilityPredicate.java 24 private String pkg; field in class:VisibilityPredicate
28 pkg = TypeUtils.getPackageName(Type.getType(source));
40 return pkg.equals(TypeUtils.getPackageName(Type.getType(((Member)arg).getDeclaringClass())));
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase.java 43 * @param pkg ignored - no longer in use.
47 public ActivityInstrumentationTestCase(String pkg, Class<T> activityClass) {
48 this(pkg, activityClass, false);
54 * @param pkg ignored - no longer in use.
59 public ActivityInstrumentationTestCase(String pkg, Class<T> activityClass,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgutil.py 25 pkg = 'test_getdata_filesys'
31 package_dir = os.path.join(self.dirname, pkg)
46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
51 del sys.modules[pkg]
55 pkg = 'test_getdata_zipfile'
65 z.writestr(pkg + '/__init__.py', "")
67 z.writestr(pkg + '/res.txt', RESOURCE_DATA)
68 z.writestr(pkg + '/sub/res.txt', RESOURCE_DATA)
73 res1 = pkgutil.get_data(pkg, 'res.txt'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgutil.py 25 pkg = 'test_getdata_filesys'
31 package_dir = os.path.join(self.dirname, pkg)
46 res1 = pkgutil.get_data(pkg, 'res.txt')
48 res2 = pkgutil.get_data(pkg, 'sub/res.txt')
51 del sys.modules[pkg]
55 pkg = 'test_getdata_zipfile'
65 z.writestr(pkg + '/__init__.py', "")
67 z.writestr(pkg + '/res.txt', RESOURCE_DATA)
68 z.writestr(pkg + '/sub/res.txt', RESOURCE_DATA)
73 res1 = pkgutil.get_data(pkg, 'res.txt'
    [all...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestResultsTest.java 67 TestPackageResult pkg = parser.getPackages().iterator().next(); local
68 assertEquals("pkgName", pkg.getName());
69 assertEquals("appPkgName", pkg.getAppPackageName());
70 assertEquals("digValue", pkg.getDigest());
94 TestPackageResult pkg = parser.getPackages().iterator().next(); local
95 TestSuite comSuite = pkg.getTestSuites().iterator().next();
  /development/build/tools/
sdk_repo.mk 15 define sdk-repo-pkg-zip
31 define mk-sdk-repo-pkg-1
32 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)): $(3)
35 rm -f ../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) && \
36 zip -9rq ../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) $(4)/*
37 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
39 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)):$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4)))
54 define mk-sdk-repo-pkg-2
55 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)): $(3
    [all...]

Completed in 1433 milliseconds

1 2 3 4 5 6 7 8 91011>>