/external/chromium_org/remoting/host/installer/mac/Scripts/ |
keystone_install.sh | 9 /usr/sbin/installer -pkg "$1/@@HOST_PKG@@.pkg" -target /
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Version.java | 12 Package pkg = Version.class.getPackage(); local 13 return (pkg == null) ? null : pkg.getSpecificationVersion(); 18 Package pkg = Version.class.getPackage(); local 19 return (pkg == null) ? null : pkg.getImplementationVersion();
|
/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...] |
/frameworks/base/core/java/android/app/ |
INotificationManager.aidl | 30 void cancelAllNotifications(String pkg, int userId); 32 void enqueueToast(String pkg, ITransientNotification callback, int duration); 33 void cancelToast(String pkg, ITransientNotification callback); 34 void enqueueNotificationWithTag(String pkg, String basePkg, String tag, int id, 36 void cancelNotificationWithTag(String pkg, String tag, int id, int userId); 38 void setNotificationsEnabledForPackage(String pkg, int uid, boolean enabled); 39 boolean areNotificationsEnabledForPackage(String pkg, int uid); 47 void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id);
|
NotificationManager.java | 127 String pkg = mContext.getPackageName(); local 134 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")"); 136 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id, 152 String pkg = mContext.getPackageName(); local 159 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")"); 161 service.enqueueNotificationWithTag(pkg, mContext.getOpPackageName(), tag, id, 188 String pkg = mContext.getPackageName(); local 189 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")"); 191 service.cancelNotificationWithTag(pkg, tag, id, UserHandle.myUserId()); 202 String pkg = mContext.getPackageName() local 217 String pkg = mContext.getPackageName(); local [all...] |
/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();
|
/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);
|
/external/chromium/build/linux/ |
pkg-config-wrapper | 6 # This program wraps around pkg-config to generate the correct include and 18 echo "usage: $0 /path/to/sysroot [pkg-config-arguments] package" >&2 30 # /path/to/chroot/build/x86-generic/usr/lib/pkgconfig/pkg.pc may have all paths 34 # pkg-config's |prefix| variable. 35 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'` 36 result=`PKG_CONFIG_PATH=$config_path pkg-config "$@"`
|
/frameworks/base/core/java/android/service/notification/ |
StatusBarNotification.java | 29 private final String pkg; field in class:StatusBarNotification 43 public StatusBarNotification(String pkg, int id, String tag, int uid, int initialPid, int score, 45 this(pkg, null, id, tag, uid, initialPid, score, notification, user); 49 public StatusBarNotification(String pkg, String basePkg, int id, String tag, int uid, 51 this(pkg, basePkg, id, tag, uid, initialPid, score, notification, user, 55 public StatusBarNotification(String pkg, String basePkg, int id, String tag, int uid, 58 if (pkg == null) throw new NullPointerException(); 61 this.pkg = pkg; 62 this.basePkg = pkg; [all...] |
/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();
|
/development/build/tools/ |
sdk_repo.mk | 15 define sdk-repo-pkg-zip 30 define mk-sdk-repo-pkg-1 31 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)): $(2) 34 zip -9rq ../$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3))) $(3)/* 35 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(1),$(2),$(3))) 37 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)):$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3))) 51 define mk-sdk-repo-pkg-2 52 $(call sdk-repo-pkg-zip,$(1),$(2),$(3)): $(2) 55 zip -9rq ../../$(notdir $(call sdk-repo-pkg-zip,$(1),$(2),$(3))) [all...] |
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.cpp | 228 Package *pkg, *listPkg, *addListPkg; local 246 pkg=new Package; 247 if(pkg==NULL) { 272 pkg->readPackage(inFilename); 276 pkg->addFile(sourcePath, inFilename); 318 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); 320 outType=pkg->getInType(); // default to input type 346 pkg->extractItem(destPath, outFilename, 0, outType); 349 delete pkg; 365 pkg->setMatchMode(Package::MATCH_NOSLASH) [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/icu4c/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...] |
/frameworks/base/services/java/com/android/server/pm/ |
PackageSetting.java | 29 PackageParser.Package pkg; field in class:PackageSetting 46 pkg = orig.pkg;
|
/frameworks/base/test-runner/src/android/test/ |
ActivityInstrumentationTestCase.java | 45 * @param pkg ignored - no longer in use. 49 public ActivityInstrumentationTestCase(String pkg, Class<T> activityClass) { 50 this(pkg, activityClass, false); 56 * @param pkg ignored - no longer in use. 61 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();
|
/external/icu4c/tools/icupkg/ |
icupkg.cpp | 260 Package *pkg, *listPkg, *addListPkg; local 274 pkg=new Package; 275 if(pkg==NULL) { 283 pkg->setAutoPrefix(); 292 pkg->setAutoPrefixWithType(); 324 pkg->readPackage(inFilename); 328 pkg->addFile(sourcePath, inFilename); 370 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); 372 outType=pkg->getInType(); // default to input type 398 pkg->extractItem(destPath, outFilename, 0, outType) [all...] |