Home
last modified time | relevance | path

Searched refs:OPTIONS (Results 1 – 19 of 19) sorted by relevance

/build/tools/releasetools/
Dota_from_target_files.py134 OPTIONS = common.OPTIONS variable
135 OPTIONS.package_key = None
136 OPTIONS.incremental_source = None
137 OPTIONS.verify = False
138 OPTIONS.require_verbatim = set()
139 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
140 OPTIONS.patch_threshold = 0.95
141 OPTIONS.wipe_user_data = False
142 OPTIONS.omit_prereq = False
143 OPTIONS.downgrade = False
[all …]
Dota_from_target_files134 OPTIONS = common.OPTIONS variable
135 OPTIONS.package_key = None
136 OPTIONS.incremental_source = None
137 OPTIONS.verify = False
138 OPTIONS.require_verbatim = set()
139 OPTIONS.prohibit_verbatim = set(("system/build.prop",))
140 OPTIONS.patch_threshold = 0.95
141 OPTIONS.wipe_user_data = False
142 OPTIONS.omit_prereq = False
143 OPTIONS.downgrade = False
[all …]
Dadd_img_to_target_files41 OPTIONS = common.OPTIONS variable
43 OPTIONS.add_missing = False
44 OPTIONS.rebuild_recovery = False
45 OPTIONS.replace_verity_public_key = False
46 OPTIONS.replace_verity_private_key = False
47 OPTIONS.verity_signer_path = None
53 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
59 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
63 if OPTIONS.rebuild_recovery:
65 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink, recovery_img,
[all …]
Dadd_img_to_target_files.py41 OPTIONS = common.OPTIONS variable
43 OPTIONS.add_missing = False
44 OPTIONS.rebuild_recovery = False
45 OPTIONS.replace_verity_public_key = False
46 OPTIONS.replace_verity_private_key = False
47 OPTIONS.verity_signer_path = None
53 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
59 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
63 if OPTIONS.rebuild_recovery:
65 common.MakeRecoveryPatch(OPTIONS.input_tmp, output_sink, recovery_img,
[all …]
Dimg_from_target_files41 OPTIONS = common.OPTIONS variable
47 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
72 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
78 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
98 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
101 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
105 if OPTIONS.info_dict.get("no_recovery") != "true":
107 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
131 shutil.rmtree(OPTIONS.input_tmp)
Dimg_from_target_files.py41 OPTIONS = common.OPTIONS variable
47 output_zip, os.path.join(OPTIONS.input_tmp, "OTA", "android-info.txt"),
72 OPTIONS.input_tmp, input_zip = common.UnzipTemp(args[0])
78 images_path = os.path.join(OPTIONS.input_tmp, "IMAGES")
98 OPTIONS.info_dict = common.LoadInfoDict(input_zip, OPTIONS.input_tmp)
101 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT")
105 if OPTIONS.info_dict.get("no_recovery") != "true":
107 "recovery.img", "recovery.img", OPTIONS.input_tmp, "RECOVERY")
131 shutil.rmtree(OPTIONS.input_tmp)
Dsign_target_files_apks.py88 OPTIONS = common.OPTIONS variable
90 OPTIONS.extra_apks = {}
91 OPTIONS.key_map = {}
92 OPTIONS.replace_ota_keys = False
93 OPTIONS.replace_verity_public_key = False
94 OPTIONS.replace_verity_private_key = False
95 OPTIONS.tag_changes = ("-test-keys", "-dev-keys", "+release-keys")
102 certmap[apk] = OPTIONS.key_map.get(cert, cert)
105 for apk, cert in OPTIONS.extra_apks.iteritems():
108 certmap[apk] = OPTIONS.key_map.get(cert, cert)
[all …]
Dsign_target_files_apks88 OPTIONS = common.OPTIONS variable
90 OPTIONS.extra_apks = {}
91 OPTIONS.key_map = {}
92 OPTIONS.replace_ota_keys = False
93 OPTIONS.replace_verity_public_key = False
94 OPTIONS.replace_verity_private_key = False
95 OPTIONS.tag_changes = ("-test-keys", "-dev-keys", "+release-keys")
102 certmap[apk] = OPTIONS.key_map.get(cert, cert)
105 for apk, cert in OPTIONS.extra_apks.iteritems():
108 certmap[apk] = OPTIONS.key_map.get(cert, cert)
[all …]
Dcommon.py70 OPTIONS = Options() variable
111 if OPTIONS.verbose:
429 info_dict = OPTIONS.info_dict
487 cmd = [OPTIONS.boot_signer_path]
488 cmd.extend(OPTIONS.boot_signer_args)
545 info_dict = OPTIONS.info_dict
574 OPTIONS.tempfiles.append(tmp)
612 p = Run(["openssl", "pkcs8", "-in", k+OPTIONS.private_key_suffix,
622 p = Run(["openssl", "pkcs8", "-in", k+OPTIONS.private_key_suffix,
703 OPTIONS.search_path, OPTIONS.signapk_shared_library_path)
[all …]
Dcheck_target_files_signatures.py66 OPTIONS = common.OPTIONS variable
68 OPTIONS.text = False
69 OPTIONS.compare_with = None
70 OPTIONS.local_cert_dirs = ("vendor", "build")
123 for top in OPTIONS.local_cert_dirs:
377 OPTIONS.compare_with = a
379 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
381 OPTIONS.text = True
406 if OPTIONS.compare_with:
410 compare_files.LoadZipFile(OPTIONS.compare_with)
[all …]
Dcheck_target_files_signatures66 OPTIONS = common.OPTIONS variable
68 OPTIONS.text = False
69 OPTIONS.compare_with = None
70 OPTIONS.local_cert_dirs = ("vendor", "build")
123 for top in OPTIONS.local_cert_dirs:
377 OPTIONS.compare_with = a
379 OPTIONS.local_cert_dirs = [i.strip() for i in a.split(",")]
381 OPTIONS.text = True
406 if OPTIONS.compare_with:
410 compare_files.LoadZipFile(OPTIONS.compare_with)
[all …]
Dmake_recovery_patch.py26 OPTIONS = common.OPTIONS variable
35 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
Dmake_recovery_patch26 OPTIONS = common.OPTIONS variable
35 OPTIONS.info_dict = common.LoadInfoDict(input_dir)
Dblockimgdiff.py326 if self.version >= 2 and common.OPTIONS.cache_size is not None:
550 if self.version >= 2 and common.OPTIONS.cache_size is not None:
556 cache_size = common.OPTIONS.cache_size
557 stash_threshold = common.OPTIONS.stash_threshold
607 OPTIONS = common.OPTIONS
608 if OPTIONS.cache_size is not None:
609 max_allowed = OPTIONS.cache_size * OPTIONS.stash_threshold
635 cache_size = common.OPTIONS.cache_size
636 stash_threshold = common.OPTIONS.stash_threshold
1126 cache_size = common.OPTIONS.cache_size
Dbuild_image.py34 OPTIONS = common.OPTIONS variable
256 if OPTIONS.verity_signer_path is not None:
257 signer_path = OPTIONS.verity_signer_path + ' '
258 signer_path += ' '.join(OPTIONS.verity_signer_args)
Dedify_generator.py86 if common.OPTIONS.oem_no_mount:
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js4753 this.options = options = $.extend({}, DacCarousel.OPTIONS, this.el.data(), options || {});
4763 DacCarousel.OPTIONS = {
/build/tools/droiddoc/templates-sdk-refonly/assets/js/
Ddocs.js4677 this.options = options = $.extend({}, DacCarousel.OPTIONS, this.el.data(), options || {});
4687 DacCarousel.OPTIONS = {
/build/tools/droiddoc/templates-sdk-dev/assets/js/
Ddocs.js2843 this.options = options = $.extend({}, DacCarousel.OPTIONS, this.el.data(), options || {});
2853 DacCarousel.OPTIONS = {