/external/e2fsprogs/debian/ |
e2fsck-static.preinst | 6 PKG=e2fsck-static 7 DOCLNK=/usr/share/doc/$PKG
|
e2fsprogs.preinst | 6 PKG=e2fsprogs 7 DOCLNK=/usr/share/doc/$PKG
|
/external/selinux/scripts/ |
make-update | 10 PKG=$2 15 if [ \! -d $PKG ]; then 16 echo "$PKG does not exist." 20 cd $PKG 22 ARCHIVE=$PKG-$VERS.tar.gz 23 git tag $PKG-$VERS 24 git archive --format=tar --prefix=$PKG-$VERS/ $PKG-$VERS | gzip > ../$DEST/$ARCHIVE
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
AdoptableHostTest.java | 24 import static android.appsecurity.cts.SplitTests.PKG; 62 getDevice().uninstallPackage(PKG); 69 getDevice().uninstallPackage(PKG); 82 runDeviceTests(PKG, CLASS, "testDataInternal"); 83 runDeviceTests(PKG, CLASS, "testDataWrite"); 84 runDeviceTests(PKG, CLASS, "testDataRead"); 85 runDeviceTests(PKG, CLASS, "testNative"); 93 "pm move-package " + PKG + " " + vol.uuid)); 94 runDeviceTests(PKG, CLASS, "testDataNotInternal"); 95 runDeviceTests(PKG, CLASS, "testDataRead") [all...] |
IsolatedSplitsTests.java | 23 private static final String PKG = "com.android.cts.isolatedsplitapp"; 24 private static final String TEST_CLASS = PKG + ".SplitAppTest"; 48 getDevice().uninstallPackage(PKG); 54 getDevice().uninstallPackage(PKG); 59 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); 64 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale"); 73 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadDefault"); 74 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadFeatureADefault"); 75 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadFeatureAReceivers"); 81 Utils.runDeviceTests(getDevice(), PKG, TEST_CLASS, "shouldLoadPolishLocale") [all...] |
SplitTests.java | 36 static final String PKG = "com.android.cts.splitapp"; 103 getDevice().uninstallPackage(PKG); 110 getDevice().uninstallPackage(PKG); 116 runDeviceTests(PKG, CLASS, "testSingleBase"); 121 runDeviceTests(PKG, CLASS, "testDensitySingle"); 127 runDeviceTests(PKG, CLASS, "testDensityAll"); 136 runDeviceTests(PKG, CLASS, "testDensityBest1"); 139 new InstallMultiple().inheritFrom(PKG).addApk(APK_xxhdpi).run(); 140 runDeviceTests(PKG, CLASS, "testDensityBest2"); 149 runDeviceTests(PKG, CLASS, "testApi") [all...] |
UsesLibraryHostTest.java | 32 private static final String PKG = "com.android.cts.useslibrary"; 58 getDevice().uninstallPackage(PKG); 65 getDevice().uninstallPackage(PKG); 70 runDeviceTests(PKG, ".UsesLibraryTest", "testUsesLibrary"); 75 runDeviceTests(PKG, ".UsesLibraryTest", "testMissingLibrary"); 80 runDeviceTests(PKG, ".UsesLibraryTest", "testDuplicateLibrary");
|
DirectBootHostTest.java | 38 private static final String PKG = "com.android.cts.encryptionapp"; 79 getDevice().uninstallPackage(PKG); 87 getDevice().uninstallPackage(PKG); 166 runDeviceTests(PKG, CLASS, "testSetUp", mUsers); 186 runDeviceTests(PKG, CLASS, "testVerifyUnlockedAndDismiss", mUsers); 188 runDeviceTests(PKG, CLASS, "testVerifyLockedAndDismiss", mUsers); 195 runDeviceTests(PKG, CLASS, "testTearDown", mUsers); 197 getDevice().uninstallPackage(PKG);
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.SlackBuild | 3 PKG=/tmp/package-dnsmasq 19 rm -rf $PKG 20 mkdir -p $PKG 27 make install-i18n PREFIX=/usr DESTDIR=$PKG MANDIR=/usr/man 28 chmod 755 $PKG/usr/sbin/dnsmasq 29 chown -R root.bin $PKG/usr/sbin 30 gzip -9 $PKG/usr/man/man8/dnsmasq.8 31 for f in $PKG/usr/share/man/*; do 36 gzip -9 $PKG/usr/man/*/man8/dnsmasq.8 37 mkdir -p $PKG/var/state/dnsmas [all...] |
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
RankingHelperTest.java | 86 private static final String PKG = "com.android.server.notification"; 121 when(mPm.getApplicationInfoAsUser(eq(PKG), anyInt(), anyInt())).thenReturn(legacy); 123 when(mPm.getPackageUidAsUser(eq(PKG), anyInt())).thenReturn(UID); 143 PKG, PKG, 1, null, 0, 0, mNotiGroupGSortA, user, 153 PKG, PKG, 1, null, 0, 0, mNotiGroupGSortB, user, 161 PKG, PKG, 1, null, 0, 0, mNotiNoGroup, user, 169 PKG, PKG, 1, null, 0, 0, mNotiNoGroup2, user 1302 String pkg = expectedChannels.keyAt(0); local [all...] |
GlobalSortKeyComparatorTest.java | 42 private final String PKG = "PKG"; 51 new StatusBarNotification(PKG, 52 PKG, 1, "media", UID, UID, n, 58 new StatusBarNotification(PKG, 59 PKG, 1, "media", UID, UID, n, 65 new StatusBarNotification(PKG, 66 PKG, 1, "media", UID, UID, n, 90 new StatusBarNotification(PKG, 91 PKG, 1, "media", UID, UID, n [all...] |
NotificationManagerServiceTest.java | 90 private final String PKG = mContext.getPackageName(); 148 null, new ComponentName(PKG, "test_class"), uid, true, null, 0); 159 PKG, new ParceledListSlice(Arrays.asList(mTestNotificationChannel))); 174 StatusBarNotification sbn = new StatusBarNotification(PKG, PKG, id, "tag", uid, 0, 193 StatusBarNotification sbn = new StatusBarNotification(PKG, PKG, 1, "tag", uid, 0, 291 mBinderService.setNotificationsEnabledForPackage(PKG, uid, false); 294 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", 302 mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", 0 [all...] |
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
PchLpss.asl | 425 Name (PKG, Package(3) { 0x200, 0x200, 0x06 })
426 Return (PKG)
430 Name (PKG, Package(3) { 0x55, 0x99, 0x06 })
431 Return (PKG)
435 Name (PKG, Package(3) { 0x1b, 0x3a, 0x06 })
436 Return (PKG)
513 Name (PKG, Package(3) { 0x200, 0x200, 0x06 })
514 Return (PKG)
518 Name (PKG, Package(3) { 0x55, 0x99, 0x06 })
519 Return (PKG)
[all...] |
/external/curl/packages/Solaris/ |
Makefile.am | 12 PKGADD_FILE=${PKGADD_PKG}-@PACKAGE@-@VERSION@-@host@.pkg 17 echo PKG=${PKGADD_PKG} > pkginfo
|
/external/icu/icu4c/source/samples/uresb/ |
Makefile | 26 PKG=$(TARGET)
|
/cts/tests/tests/media/src/android/media/cts/ |
RingtoneManagerTest.java | 37 private static final String PKG = "android.media.cts"; 49 super(PKG, RingtonePickerActivity.class); 168 Uri uri = Uri.parse("android.resource://" + PKG + "/" + R.raw.john_cage);
|
MediaPlayerFlakyNetworkTest.java | 48 private static final String PKG = "android.media.cts"; 102 if (MediaUtils.hasCodecsForPath(mContext, "android.resource://" + PKG + "/" + video)) {
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
SplitAppTest.java | 69 private static final String PKG = "com.android.cts.splitapp"; 114 intent.setPackage(PKG); 122 intent.setPackage(PKG); 193 intent.setPackage(PKG); 239 assertEquals("red", r.getString(r.getIdentifier("feature_string", "string", PKG))); 240 assertEquals(123, r.getInteger(r.getIdentifier("feature_integer", "integer", PKG))); 259 intent.setPackage(PKG); 267 intent.setPackage(PKG); 274 intent.setPackage(PKG); 363 assertEquals(321, r.getInteger(r.getIdentifier("feature_integer", "integer", PKG))); [all...] |
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/ |
ConditionManager.java | 46 private static final String PKG = "com.android.settings.dashboard.conditional."; 93 if (!clz.startsWith(PKG)) { 94 clz = PKG + clz;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/ |
build-lucid-multilib-toolchain.sh | 723 gsub("\\\\.","\\\\.",PKG) 724 gsub("\\\\+","\\\\+",PKG) 730 if (\$2 == PKG) { 737 \$1 == "Filename:" && PACKAGE == PKG { 758 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages-$3` [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/ |
build-precise-multilib-toolchain.sh | 725 gsub("\\\\.","\\\\.",PKG) 726 gsub("\\\\+","\\\\+",PKG) 732 if (\$2 == PKG) { 739 \$1 == "Filename:" && PACKAGE == PKG { 760 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages-$3` [all...] |
/external/openssh/ |
buildpkg.sh.in | 39 POST_MAKE_INSTALL_FIXES=./pkg-post-make-install-fixes.sh 40 POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh 42 PKG_PREINSTALL_LOCAL=../pkg-preinstall.local 43 PKG_POSTINSTALL_LOCAL=../pkg-postinstall.local 44 PKG_PREREMOVE_LOCAL=../pkg-preremove.local 45 PKG_POSTREMOVE_LOCAL=../pkg-postremove.local 46 PKG_REQUEST_LOCAL=../pkg-request.local 126 FAKE_ROOT=$START/pkg 247 PKG=$PKGNAME 659 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProtoDumpUtil.java | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
configure | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/ |
arm-linux-androideabi-gcc-4.9.x | [all...] |