Home
last modified time | relevance | path

Searched refs:apk (Results 1 – 25 of 53) sorted by relevance

123

/development/samples/BusinessCard/
DAndroid.bp7 // Only compile source java files in this apk.
20 // Only compile source java files in this apk.
/development/scripts/
Dstack_core.py204 def ExtractLibFromApk(self, apk, shared_lib_name): argument
209 if subprocess.call(["unzip", "-p", apk, shared_lib_name], stdout=tmp_fd) == 0:
231 def GetLibFromApk(self, apk, offset): argument
236 if apk in self.apk_info:
237 apk_full_path, offset_list, tmp_files = self.apk_info[apk]
256 if apk.startswith("/"):
257 apk_full_path = out_dir + apk
259 apk_full_path = os.path.join(out_dir, apk)
261 print("Cannot find apk", apk)
289 self.apk_info[apk] = [apk_full_path, offset_list, tmp_files]
[all …]
/development/apps/DumpViewer/
DREADME.md16 adb install -r -g DumpViewer.apk
19 adb install -r -g ${ANDROID_PRODUCT_OUT}/data/app/DumpViewer/DumpViewer.apk
/development/samples/BrokenKeyDerivation/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/LceDemo/
DAndroid.bp7 // Only compile source java files in this apk.
/development/apps/SettingInjectorSample/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/MultiWindow/
DAndroid.bp7 // Only compile source java files in this apk.
/development/apps/BuildWidget/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/Wiktionary/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/SampleSyncAdapter/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/WiktionarySimple/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/SipDemo/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/WiFiDirectServiceDiscovery/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/Compass/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/NotePad/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/HeavyWeight/
DAndroid.bp4 // // Only compile source java files in this apk.
/development/samples/StackWidget/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/AdaptiveIconSample/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/BasicGLSurfaceView/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/ToyVpn/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/LunarLander/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/HoneycombGallery/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/WeatherListWidget/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/ContactManager/
DAndroid.bp7 // Only compile source java files in this apk.
/development/samples/Snake/
DAndroid.bp7 // Only compile source java files in this apk.

123