Home
last modified time | relevance | path

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

12345678910>>...124

/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/aconfig/aconfig/tests/
Dfirst.values2 package: "com.android.aconfig.test"
8 package: "com.android.aconfig.test"
14 package: "com.android.aconfig.test"
20 package: "com.android.aconfig.test"
26 package: "com.android.aconfig.test"
32 package: "com.android.aconfig.test"
38 package: "com.android.aconfig.test"
44 package: "com.android.aconfig.test"
Dread_only_test.values2 package: "com.android.aconfig.test"
8 package: "com.android.aconfig.test"
14 package: "com.android.aconfig.test"
Dstorage_test_1.values2 package: "com.android.aconfig.storage.test_1"
8 package: "com.android.aconfig.storage.test_1"
14 package: "com.android.aconfig.storage.test_1"
Dstorage_test_2.values2 package: "com.android.aconfig.storage.test_2"
8 package: "com.android.aconfig.storage.test_2"
14 package: "com.android.aconfig.storage.test_2"
Dstorage_test_4.values2 package: "com.android.aconfig.storage.test_4"
8 package: "com.android.aconfig.storage.test_4"
/build/make/tools/protos/
Dmetadata_file.proto17 package metadata_file;
21 // Name of the package.
24 // A short description (a few lines) of the package.
33 // URL(s) associated with the package.
37 // a package should contain only a single URL from these types. Occasionally,
38 // a package may be broken across multiple archive files for whatever reason,
44 // The package version. In order of preference, this should contain:
45 // - If the package comes from Git or another source control system,
48 // - a released package version such as "1.0", "2.3-beta", etc.
49 // - the date the package was retrieved, formatted as "As of YYYY-MM-DD".
[all …]
/build/make/tools/sbom/
Dsbom_writers.py88 def marshal_package(sbom_doc, package, fragment): argument
90 if package.download_location:
91 download_location = package.download_location
98 if package.version:
100 if package.supplier:
102 if package.verification_code:
104 if package.external_refs:
105 for external_ref in package.external_refs:
111 if package.id == sbom_doc.describes and not fragment:
117 if file.id in package.file_ids:
[all …]
Dsbom_data.py119 def add_package(self, package): argument
120 if not any(package.id == p.id for p in self.packages):
121 self.packages.append(package)
129 for package in self.packages:
130 if not package.file_ids:
135 if file.id in package.file_ids:
140 package.verification_code = h.hexdigest()
/build/make/tools/signapk/test/
Drun3 package := NotePad.apk macro
5 all: out/signed-$(package)
26 out/signed-$(package): $(package) $(cert)
/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', allowZip64=True)
177 VerifyPackage(args.certificate, args.package)
178 VerifyAbOtaPayload(args.certificate, args.package)
/build/bazel/scripts/milestone-2/
Ddemo.sh69 function query-bionic-package() {
75 function build-bionic-package() {
94 query-bionic-package
97 build-bionic-package
101 query-bionic-package
102 build-bionic-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/soong/compliance/project_metadata_proto/
Dproject_metadata.proto26 package project_metadata;
35 // Name of this API/package.
38 // A short description (a few lines) of the package. It will be
48 // The name and description for the package should be specified using the top
55 // URL(s) associated with the package.
59 // a package should contain only a single URL from these types. Occasionally,
60 // a package may be broken across multiple archive files for whatever reason,
66 // The package version. In order of preference, this should contain:
67 // - If the package comes from Git or another source control system,
70 // - a released package version such as "1.0", "2.3-beta", etc.
[all …]
/build/bazel/rules/aconfig/
Daconfig_declarations_test.bzl31 package = "com.android.aconfig.test"
49 package = package,
58 package = package,
67 package = package,
80 "--package",
Daconfig_values.bzl16 "package",
24 package = ctx.attr.package,
33 "package": attr.string(mandatory = True),
Daconfig_declarations.bzl21 "package",
29 value_set_info = value_set[AconfigValueSetInfo].available_packages.get(ctx.attr.package)
38 args.add_all(["--package", ctx.attr.package])
62 package = ctx.attr.package,
74 "package": attr.string(mandatory = True),
/build/make/tools/aconfig/aconfig/src/codegen/
Drust.rs30 package: &str, in generate_rust_code()
40 .map(|pf| TemplateParsedFlag::new(package, flag_ids.clone(), &pf)) in generate_rust_code()
45 package: package.to_string(), in generate_rust_code()
47 modules: package.split('.').map(|s| s.to_string()).collect::<Vec<_>>(), in generate_rust_code()
69 pub package: String, field
90 fn new(package: &str, flag_offsets: HashMap<String, u16>, pf: &ProtoParsedFlag) -> Self { in new()
101 device_config_flag: codegen::create_device_config_ident(package, pf.name()) in new()
/build/make/tools/aconfig/aconfig/src/
Dcommands.rs65 package: &str, in parse_flags()
83 package == flag_declarations.package(), in parse_flags()
86 package, in parse_flags()
87 flag_declarations.package() in parse_flags()
107 parsed_flag.set_package(package.to_string()); in parse_flags()
163 .find(|pf| pf.package() == flag_value.package() && pf.name() == flag_value.name()) in parse_flags()
197 let Some(package) = find_unique_package(&modified_parsed_flags) else { in create_java_lib()
200 let package = package.to_string(); in create_java_lib() localVariable
201 let _flag_ids = assign_flag_ids(&package, modified_parsed_flags.iter())?; in create_java_lib()
202 generate_java_code(&package, modified_parsed_flags.into_iter(), codegen_mode) in create_java_lib()
[all …]
/build/bazel/rules/test_common/
Dpaths.bzl25 Returns the given path prefixed with the full package directory path
28 return paths.join(env.ctx.label.package, path)
32 Returns the given path prefixed with the full output and package directories
35 …oin(analysistest.target_bin_dir_path(env), analysistest.target_under_test(env).label.package, path)
44 target.label.package,
/build/bazel/rules/cc/
Dcc_library_common_test.bzl49 path = "path/to/package",
53 path = "external/path/to/package",
57 path = "hardware/path/to/package",
65 path = "hardware/google/path/to/package",
69 path = "hardware/interfaces/path/to/package",
73 path = "hardware/ril/path/to/package",
77 path = "hardware/libhardware/path/to/package",
81 path = "hardware/libhardware_legacy/path/to/package",
85 path = "vendor/path/to/package",
93 path = "vendor/google/path/to/package",
[all …]
/build/bazel/examples/cc/aidl/
DBUILD11 # bazel-bin/<abcd_cc_aidl_library package dir>/abcd_cc_aidl_library_aidl_code_gen/<abcd package dir…
13 # AIDL sources are symlinked to bazel-bin/<abcd package dir>/_virtual_imports/abcd/c/d
/build/bazel/rules/java/
Djava_aconfig_library_test.bzl31 package = "com.android.aconfig.test"
43 package = package,
52 package = package,
131 package = "com.android.aconfig.test"
137 package = package,
/build/make/tools/aconfig/aconfig/src/storage/
Dpackage_table.rs47 fn new(package: &FlagPackage, num_buckets: u32) -> Self { in new()
49 package_name: String::from(package.package_name), in new()
50 package_id: package.package_id, in new()
51 boolean_start_index: package.boolean_start_index, in new()
54 let bucket_index = PackageTableNode::find_bucket_index(package.package_name, num_buckets); in new()

12345678910>>...124