Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 40) 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.py297 filtered_file_paths.update(fnmatch.filter(file_paths, pattern))
330 default_combined_item_set.update(DEFAULT_VENDOR_ITEM_LIST)
333 combined_item_set.update(vendor_item_list)
452 merged_dict.update(merged_dynamic_partitions_dict)
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_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_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)
/build/soong/cc/ndk_api_coverage_parser/
D__init__.py55 attributes.update({key: value})
59 attributes.update({tag: 'True'})
60 attributes.update({ARCHITECTURE_ATTRIBUTE_KEY: ','.join(arch)})
79 version_attributes.update({PLATFORM_ATTRIBUTE_KEY: str(is_platform)})
80 version_attributes.update({DEPRECATED_ATTRIBUTE_KEY: str(is_deprecated)})
85 attributes.update(version_attributes)
87 attributes.update(parse_tags(symbol.tags))
/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/soong/scripts/
Dgenerate-notice-files.py58 sum.update(block)
/build/make/tools/signtos/
DSignTos.java245 sig.update(buffer, 0, bytesRead); in signWholeFile()
/build/
Dbuildspec.mk.default112 # changes (see buildspec.mk.default), update this to the new value from
/build/make/
Dbuildspec.mk.default112 # changes (see buildspec.mk.default), update this to the new value from
/build/blueprint/
Dcontext.go2383 type update struct {
2387 ch := make(chan update)
2393 ch <- update{origLogicModule, m}
2404 case update := <-ch:
2405 delete(c.moduleInfo, update.orig)
2406 c.moduleInfo[update.clone.logicModule] = update.clone
/build/make/tools/fs_config/
Dfs_config_generator.py978 self._friendly_to_aid.update(base_friendly)
981 self._id_to_aid.update({aid.identifier: aid for aid in oem_aids})
/build/soong/bpfix/bpfix/
Dbpfix.go530 func (f etcPrebuiltModuleUpdate) update(m *parser.Module, path string) bool { func
597 updated = moduleUpdates[i].update(mod, path)
/build/soong/sysprop/
Dsysprop_library.go254 `Please update current.txt by:\n`+

12