Searched refs:update (Results 1 – 25 of 38) sorted by relevance
12
/build/make/tools/releasetools/ |
D | test_check_partition_sizes.py | 42 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("""
|
D | sign_apex.py | 95 options['codename_to_api_level_map'].update({key: value}) 102 options['extra_apks'].update({n: key})
|
D | images.py | 133 h.update(data) 211 h.update(data)
|
D | merge_target_files.py | 288 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)
|
D | check_target_files_signatures.py | 245 certs_info[signer].update({key.strip(): val.strip()}) 247 certs_info.update({signer: {key.strip(): val.strip()}}) 418 all_apks.update(other.apks.keys())
|
D | check_target_files_signatures | 245 certs_info[signer].update({key.strip(): val.strip()}) 247 certs_info.update({signer: {key.strip(): val.strip()}}) 418 all_apks.update(other.apks.keys())
|
D | check_ota_package_signature.py | 100 h.update(package_bytes[:signed_len])
|
D | merge_builds.py | 97 merged_dict.update(
|
D | sparse_img.py | 180 h.update(data)
|
D | validate_target_files.py | 105 h.update(data)
|
D | common.py | 798 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)
|
D | test_common.py | 382 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/ |
D | Android.bp | 16 "update.go",
|
/build/make/target/product/gsi/ |
D | Android.mk | 57 …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/ |
D | stub_template_host.txt | 81 os.environ.update(new_env)
|
/build/make/tools/ |
D | product_debug.py | 103 values.update({
|
D | generate-notice-files.py | 58 sum.update(block)
|
/build/make/tools/docker/ |
D | Dockerfile | 6 RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl z…
|
/build/make/tools/signtos/ |
D | SignTos.java | 245 sig.update(buffer, 0, bytesRead); in signWholeFile()
|
/build/make/ |
D | buildspec.mk.default | 112 # changes (see buildspec.mk.default), update this to the new value from
|
/build/ |
D | buildspec.mk.default | 112 # changes (see buildspec.mk.default), update this to the new value from
|
/build/blueprint/ |
D | context.go | 2370 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/ |
D | fs_config_generator.py | 979 self._friendly_to_aid.update(base_friendly) 982 self._id_to_aid.update({aid.identifier: aid for aid in oem_aids})
|
/build/soong/sysprop/ |
D | sysprop_library.go | 236 `Please update current.txt by:\n`+
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 528 func (f etcPrebuiltModuleUpdate) update(m *parser.Module, path string) bool { func 593 updated = moduleUpdates[i].update(mod, path)
|
12