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

1 2 3 4 5 6 7 8

  /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
149 stored in a signed .apk)."""
172 class APK(object):
186 apk = zipfile.ZipFile(f, "r")
188 for info in apk.infolist():
191 pkcs7 = apk.read(info.filename)
237 d, z = common.UnzipTemp(filename, '*.apk')
243 if fn.endswith(".apk"):
246 apk = APK(fullname, displayname
    [all...]
  /external/chromium_org/build/android/
adb_install_apk.py 21 """Adds apk option used to install the APK to the OptionParser."""
23 option_parser.add_option('--apk',
24 help=('The name of the apk containing the '
25 ' application (with the .apk extension).'))
27 help=('The package name used by the apk containing '
37 """Validates the apk option and potentially qualifies the path."""
38 if not options.apk:
39 option_parser.error('--apk is mandatory.')
40 if not os.path.exists(options.apk)
    [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/apps/SettingInjectorSample/
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.

Completed in 1259 milliseconds

1 2 3 4 5 6 7 8