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

1 2 3 4 5 6 7 8

  /external/quake/tools/
packagesharedlib 2 # Put the Quake shared library into the Quake APK and resign the APK.
8 zip -r Quake.apk lib
13 mv Quake.apk Quake-unsigned.apk
14 java -jar $SIGNAPK_JAR $PRIVATE_CERTIFICATE $PRIVATE_PRIVATE_KEY Quake-unsigned.apk Quake.apk
15 rm Quake-unsigned.apk
  /frameworks/base/tests/CoreTests/
run_junit.sh 9 adb shell exec dalvikvm -cp system/app/MoreTests.apk junit.textui.TestRunner $*
  /frameworks/base/tests/ImfTest/
Android.mk 4 # We only want this apk build for tests.
7 # Only compile source java files in this apk.
14 # Use the following include to make our test apk.
  /build/tools/releasetools/
check_target_files_signatures 32 can be found that match APK signatures, the filename will be
164 stored in a signed .apk)."""
187 class APK(object):
201 apk = zipfile.ZipFile(f, "r")
203 for info in apk.infolist():
206 pkcs7 = apk.read(info.filename)
252 d, z = common.UnzipTemp(filename, '*.apk')
258 if fn.endswith(".apk"):
261 apk = APK(fullname, displayname
    [all...]
  /development/apps/BuildWidget/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/ActionBarCompat/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/BluetoothChat/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/BluetoothHDP/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/Compass/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/ContactManager/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/HeavyWeight/
Android.mk 6 # Only compile source java files in this apk.
16 # Use the following include to make our test apk.
  /development/samples/HelloActivity/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/HoneycombGallery/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/KeyChainDemo/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/LunarLander/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/MultiResolution/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/NotePad/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/Obb/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/RandomMusicPlayer/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/SampleSyncAdapter/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the folloing include to make our test apk.
  /development/samples/SipDemo/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/SkeletonApp/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/Snake/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/StackWidget/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/Support13Demos/
Android.mk 6 # Only compile source java files in this apk.
17 # Use the folloing include to make our test apk.

Completed in 5542 milliseconds

1 2 3 4 5 6 7 8