Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 58) sorted by relevance

123

/build/make/tools/droiddoc/templates-ndk/
Dpackage.cs22 <?cs call:since_tags(package) ?>
23 <?cs call:federated_refs(package) ?>
28 package
29 <h1><?cs var:package.name ?></h1>
36 <?cs if:subcount(package.descr) ?>
38 <?cs call:tag_list(package.descr) ?>
51 <?cs call:class_table("Annotations", package.annotations) ?>
52 <?cs call:class_table("Interfaces", package.interfaces) ?>
53 <?cs call:class_table("Classes", package.classes) ?>
54 <?cs call:class_table("Enums", package.enums) ?>
[all …]
Dcustomizations.cs444 if:subcount(class.package) ?>
446 <?cs call:list("Annotations", class.package.annotations) ?>
447 <?cs call:list("Interfaces", class.package.interfaces) ?>
448 <?cs call:list("Classes", class.package.classes) ?>
449 <?cs call:list("Enums", class.package.enums) ?>
450 <?cs call:list("Exceptions", class.package.exceptions) ?>
451 <?cs call:list("Errors", class.package.errors) ?>
453 elif:subcount(package) ?>
455 <?cs call:class_link_list("Annotations", package.annotations) ?>
456 <?cs call:class_link_list("Interfaces", package.interfaces) ?>
[all …]
/build/soong/scripts/
Dpackage-check.sh22 package-check.sh <jar-file> <package-list>
23 Checks that the class files in the <jar file> are in the <package-list> or
38 package="$1"
39 if [[ "${package}" = */* ]]; then
40 echo "Invalid package \"${package}\". Use dot notation for packages."
/build/make/tools/releasetools/
Dota_package_parser.py57 def __init__(self, package): argument
58 self.package = package
79 lines = self.package.read(name).strip().splitlines()
145 new_data = self.package.getinfo(partition + ".new.dat")
146 patch_data = self.package.getinfo(partition + ".patch.dat")
165 assert partition + ".new.dat" in self.package.namelist()
166 assert partition + ".patch.dat" in self.package.namelist()
167 assert partition + ".transfer.list" in self.package.namelist()
176 for line in self.package.read(metadata_path).strip().splitlines():
188 logging.info("Analyzing ota package: " + self.package.filename)
[all …]
Dcheck_ota_package_signature.py52 def VerifyPackage(cert, package): argument
67 print('Package: %s' % (package,))
71 with open(package, 'rb') as package_file:
141 def VerifyAbOtaPayload(cert, package): argument
143 package_zip = zipfile.ZipFile(package, 'r')
177 VerifyPackage(args.certificate, args.package)
178 VerifyAbOtaPayload(args.certificate, args.package)
Dcheck_target_files_signatures191 self.package = None
273 self.package = None
285 if self.package is not None:
287 self.package = m.group(2)
289 if self.package is None:
342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package))
366 print("%-*s [%s]" % (self.max_pkg_len, apk.package, apk.filename))
395 by_digest.setdefault(digest, []).append((apk.package, apk))
407 self.max_pkg_len, apk.package,
410 print(" %-*s %s" % (self.max_fn_len, apk.filename, apk.package))
Dcheck_target_files_signatures.py191 self.package = None
273 self.package = None
285 if self.package is not None:
287 self.package = m.group(2)
289 if self.package is None:
342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package))
366 print("%-*s [%s]" % (self.max_pkg_len, apk.package, apk.filename))
395 by_digest.setdefault(digest, []).append((apk.package, apk))
407 self.max_pkg_len, apk.package,
410 print(" %-*s %s" % (self.max_fn_len, apk.filename, apk.package))
/build/make/tools/droiddoc/templates-pdk/
Dcustomizations.cs61 if:subcount(class.package) ?>
63 <?cs call:list("Interfaces", class.package.interfaces) ?>
64 <?cs call:list("Classes", class.package.classes) ?>
65 <?cs call:list("Enums", class.package.enums) ?>
66 <?cs call:list("Exceptions", class.package.exceptions) ?>
67 <?cs call:list("Errors", class.package.errors) ?>
69 elif:subcount(package) ?>
71 <?cs call:class_link_list("Interfaces", package.interfaces) ?>
72 <?cs call:class_link_list("Classes", package.classes) ?>
73 <?cs call:class_link_list("Enums", package.enums) ?>
[all …]
/build/make/tools/signapk/test/
Drun3 package := NotePad.apk macro
5 all: out/signed-$(package)
26 out/signed-$(package): $(package) $(cert)
/build/soong/
DREADME.md130 The build is organized into packages where each package is a collection of related files and a
133 A package is defined as a directory containing a file named `Android.bp`, residing beneath the
135 package includes all files in its directory, plus all subdirectories beneath it, except those which
138 The modules in a package's `Android.bp` and included files are part of the module.
142 `my/app/data` is not a package, but a directory belonging to package `my/app`.
150 This is based on the Bazel package concept.
152 The `package` module type allows information to be specified about a package. Only a single
153 `package` module can be specified per package and in the case where there are multiple `.bp` files
154 in the same package directory it is highly recommended that the `package` module (if required) is
157 Unlike most module type `package` does not have a `name` property. Instead the name is set to the
[all …]
/build/make/core/
Dbuild_rro_package.mk15 $(error runtime resource overlay package should not contain sources)
43 include $(BUILD_SYSTEM)/package.mk
Dapp_prebuilt_internal.mk29 LOCAL_BUILT_MODULE_STEM := package.apk.gz
35 LOCAL_BUILT_MODULE_STEM := package.apk
248 $(sign-package)
251 $(align-package)
254 $(compress-package)
282 $(sign-package)
Dgenerate_enforce_rro.mk10 use_package_name_arg := --use-package-name
24 --package-info $(PRIVATE_PACKAGE_INFO) \
Dpackage_internal.mk199 my_res_package := $(intermediates)/package-res.apk
238 LOCAL_BUILT_MODULE_STEM := package.apk.gz
241 LOCAL_BUILT_MODULE_STEM := package.apk
410 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
417 $(call intermediates-dir-for,APPS,$(lib),,COMMON)/package-export.apk)
562 $(call create-jni-shared-libs-package,$@.parts/jni.zip,$(PRIVATE_USE_EMBEDDED_NATIVE_LIBS))
582 $(sign-package)
584 $(compress-package)
587 my_package_res_pb := $(intermediates)/package-res.pb.apk
614 $(call create-jni-shared-libs-package,$@.parts/jni.zip)
[all …]
Daapt2.mk70 $(call intermediates-dir-for,JAVA_LIBRARIES,$(l),,COMMON)/package-res.apk)
74 $(call intermediates-dir-for,JAVA_LIBRARIES,$(l),,COMMON)/package-res.apk)
111 resource_export_package := $(intermediates.COMMON)/package-export.apk
Dhost_java_library.mk95 $(transform-host-java-to-package)
96 $(remove-timestamps-from-package)
Dproguard_basic_keeps.flags1 # Some classes in the libraries extend package private classes to chare common functionality
41 # Please specify classes to be kept explicitly in your package's configuration.
58 # See proguard-android.txt in the SDK package.
Dstatic_library_internal.mk42 $(package-coverage-files)
Ddefinitions.mk1627 define transform-host-o-to-package
1783 define package-coverage-files
1887 $(addprefix --rename-manifest-package ,$(PRIVATE_MANIFEST_PACKAGE_NAME)) \
1888 $(addprefix --rename-instrumentation-target-package ,$(PRIVATE_MANIFEST_INSTRUMENTATION_FOR)) \
2150 define _add-jni-shared-libs-to-package-per-abi
2157 define create-jni-shared-libs-package
2161 $(call _add-jni-shared-libs-to-package-per-abi,$(1),$(abi),\
2196 define add-jar-resources-to-package
2211 define sign-package
2212 $(call sign-package-arg,$@)
[all …]
Dninja_config.mk42 target-files-package \
Dproguard.flags9 # Add this flag in your package's own configuration if it's needed.
Dstatic_java_library.mk93 my_res_package := $(intermediates.COMMON)/package-res.apk
119 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
Dpdk_config.mk34 target/common/obj/APPS/framework-res_intermediates/package-export.apk \
143 target/common/obj/APPS/framework-res_intermediates/package-export.apk))
/build/make/tools/
Dauto_gen_test_config.py77 package = manifest.attributes[ATTRIBUTE_PACKAGE].value
86 config = config.replace(PLACEHOLDER_PACKAGE, package)
/build/make/core/tasks/
Dboot_jars_package_check.mk23 intermediates := $(call intermediates-dir-for, PACKAGING, boot-jars-package-check,,COMMON)

123