OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apks
(Results
1 - 4
of
4
) sorted by null
/build/tools/releasetools/
check_target_files_signatures
18
Check the signatures of all
APKs
in a target_files .zip file. With
64
# (which is common with zipaligned
APKs
). This overrides the
254
self.
apks
= {}
262
self.
apks
[apk.package] = apk
277
for apk in self.
apks
.itervalues():
282
apks
= apks_by_uid[uid]
283
for apk in
apks
[1:]:
284
if apk.certs !=
apks
[0].certs:
293
for apk in
apks
:
316
for apk in self.
apks
.itervalues()
[
all
...]
/frameworks/base/core/tests/coretests/
Android.mk
31
# intermediate dir to include all the test
apks
as raw resource
36
# Rules to copy all the test
apks
to the intermediate raw resource directory
43
# Use R_file_stamp as dependency because we want the test
apks
in place before the R.java is generated.
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
/build/core/
main.mk
913
@echo "Collect sample code
apks
: $^"
914
# remove
apks
that are not intended to be installed
[
all
...]
Completed in 284 milliseconds