Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 38) sorted by relevance

12

/build/make/tools/releasetools/
Dtest_check_partition_sizes.py42 self.info_dict.update(common.LoadDictionaryFromLines("""
50 self.info_dict.update(common.LoadDictionaryFromLines("""
57 self.info_dict.update(common.LoadDictionaryFromLines("""
67 self.info_dict.update(common.LoadDictionaryFromLines("""
74 self.info_dict.update(common.LoadDictionaryFromLines("""
86 self.info_dict.update(common.LoadDictionaryFromLines("""
97 self.info_dict.update(common.LoadDictionaryFromLines("""
104 self.info_dict.update(common.LoadDictionaryFromLines("""
113 self.info_dict.update(common.LoadDictionaryFromLines("""
121 self.info_dict.update(common.LoadDictionaryFromLines("""
Dsign_apex.py95 options['codename_to_api_level_map'].update({key: value})
102 options['extra_apks'].update({n: key})
Dimages.py133 h.update(data)
211 h.update(data)
Dmerge_target_files.py288 filtered_file_paths.update(fnmatch.filter(file_paths, pattern))
321 default_combined_item_set.update(DEFAULT_VENDOR_ITEM_LIST)
324 combined_item_set.update(vendor_item_list)
443 merged_dict.update(merged_dynamic_partitions_dict)
Dcheck_target_files_signatures.py245 certs_info[signer].update({key.strip(): val.strip()})
247 certs_info.update({signer: {key.strip(): val.strip()}})
418 all_apks.update(other.apks.keys())
Dcheck_target_files_signatures245 certs_info[signer].update({key.strip(): val.strip()})
247 certs_info.update({signer: {key.strip(): val.strip()}})
418 all_apks.update(other.apks.keys())
Dcheck_ota_package_signature.py100 h.update(package_bytes[:signed_len])
Dmerge_builds.py97 merged_dict.update(
Dsparse_img.py180 h.update(data)
Dvalidate_target_files.py105 h.update(data)
Dcommon.py798 self.build_props.update(overrides)
1727 key_passwords.update(PasswordManager().GetPasswords(need_passwords))
1728 key_passwords.update(dict.fromkeys(no_passwords))
2869 ctx.update(p)
2878 ctx.update(zero_block)
Dtest_common.py382 sha1_hash.update(chunk)
406 sha1_hash.update(bytes(data))
482 sha1_hash.update(data)
882 certmap_merged.update(self.APKCERTS_CERTMAP2)
/build/soong/sdk/
DAndroid.bp16 "update.go",
/build/make/target/product/gsi/
DAndroid.mk57 …amp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTABLES)/update-vndk-list.sh
69 LOCAL_MODULE := update-vndk-list.sh
/build/soong/python/scripts/
Dstub_template_host.txt81 os.environ.update(new_env)
/build/make/tools/
Dproduct_debug.py103 values.update({
Dgenerate-notice-files.py58 sum.update(block)
/build/make/tools/docker/
DDockerfile6 RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl z…
/build/make/tools/signtos/
DSignTos.java245 sig.update(buffer, 0, bytesRead); in signWholeFile()
/build/make/
Dbuildspec.mk.default112 # changes (see buildspec.mk.default), update this to the new value from
/build/
Dbuildspec.mk.default112 # changes (see buildspec.mk.default), update this to the new value from
/build/blueprint/
Dcontext.go2370 type update struct {
2374 ch := make(chan update)
2380 ch <- update{origLogicModule, m}
2391 case update := <-ch:
2392 delete(c.moduleInfo, update.orig)
2393 c.moduleInfo[update.clone.logicModule] = update.clone
/build/make/tools/fs_config/
Dfs_config_generator.py979 self._friendly_to_aid.update(base_friendly)
982 self._id_to_aid.update({aid.identifier: aid for aid in oem_aids})
/build/soong/sysprop/
Dsysprop_library.go236 `Please update current.txt by:\n`+
/build/soong/bpfix/bpfix/
Dbpfix.go528 func (f etcPrebuiltModuleUpdate) update(m *parser.Module, path string) bool { func
593 updated = moduleUpdates[i].update(mod, path)

12