/aosp12/build/make/tools/releasetools/ |
H A D | test_validate_target_files.py | 59 input_tmp = common.MakeTempDir() 74 input_tmp = common.MakeTempDir() 91 input_tmp = common.MakeTempDir() 146 input_tmp = common.MakeTempDir() 170 input_tmp = common.MakeTempDir() 201 input_tmp = common.MakeTempDir() 234 input_tmp = common.MakeTempDir() 287 input_tmp = common.MakeTempDir() 334 input_tmp = common.MakeTempDir() 340 return input_tmp [all …]
|
H A D | add_img_to_target_files | 242 OPTIONS.input_tmp, OPTIONS.info_dict, "odm", img, 291 OPTIONS.input_tmp, "PREBUILT_IMAGES", "dtbo.img") 383 OPTIONS.input_tmp, "PREBUILT_IMAGES", img_name) 480 user_dir = os.path.join(OPTIONS.input_tmp, "DATA") 652 outdir = os.path.join(OPTIONS.input_tmp, "OTA") 673 file_path = os.path.join(OPTIONS.input_tmp, item) 745 OPTIONS.input_tmp = os.path.abspath(filename) 747 OPTIONS.input_tmp = common.UnzipTemp(filename) 814 boot_image.WriteToDir(OPTIONS.input_tmp) 838 OPTIONS.input_tmp, "IMAGES", "recovery.img") [all …]
|
H A D | add_img_to_target_files.py | 242 OPTIONS.input_tmp, OPTIONS.info_dict, "odm", img, 291 OPTIONS.input_tmp, "PREBUILT_IMAGES", "dtbo.img") 383 OPTIONS.input_tmp, "PREBUILT_IMAGES", img_name) 480 user_dir = os.path.join(OPTIONS.input_tmp, "DATA") 652 outdir = os.path.join(OPTIONS.input_tmp, "OTA") 673 file_path = os.path.join(OPTIONS.input_tmp, item) 745 OPTIONS.input_tmp = os.path.abspath(filename) 747 OPTIONS.input_tmp = common.UnzipTemp(filename) 814 boot_image.WriteToDir(OPTIONS.input_tmp) 838 OPTIONS.input_tmp, "IMAGES", "recovery.img") [all …]
|
H A D | validate_target_files.py | 61 unpacked_name = os.path.join(input_tmp, file_path) 275 symlinkIfNotExists(os.path.join(input_tmp, "RADIO"), 276 os.path.join(input_tmp, "IMAGES")) 327 input_tmp, 'BOOT', 'RAMDISK', 'verity_key') 447 def CheckBuildPropDuplicity(input_tmp): argument 451 if not os.path.isdir(input_tmp): 453 for name in os.listdir(input_tmp): 457 path = os.path.join(input_tmp, name, prop_file) 500 input_tmp = common.UnzipTemp(args.target_files) 502 info_dict = common.LoadInfoDict(input_tmp) [all …]
|
H A D | check_target_files_vintf.py | 55 def GetDirmap(input_tmp): argument 59 target_files_path = os.path.join(input_tmp, target_files_rel_path) 94 def GetArgsForKernel(input_tmp): argument 95 version_path = os.path.join(input_tmp, 'META/kernel_version.txt') 96 config_path = os.path.join(input_tmp, 'META/kernel_configs.txt') 106 def CheckVintfFromExtractedTargetFiles(input_tmp, info_dict=None): argument 120 info_dict = common.LoadInfoDict(input_tmp) 126 dirmap = GetDirmap(input_tmp) 129 kernel_args = GetArgsForKernel(input_tmp) 193 input_tmp = common.UnzipTemp(inp, GetVintfFileList() + UNZIP_PATTERN) [all …]
|
H A D | test_add_img_to_target_files.py | 36 OPTIONS.input_tmp = common.MakeTempDir() 41 path = os.path.join(OPTIONS.input_tmp, prefix) 50 images_path = os.path.join(OPTIONS.input_tmp, 'IMAGES') 63 radio_path = os.path.join(OPTIONS.input_tmp, 'RADIO') 145 meta_path = os.path.join(OPTIONS.input_tmp, 'META') 178 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.pb') 195 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.pb') 230 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.pb') 254 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.pb') 285 care_map_file = os.path.join(OPTIONS.input_tmp, 'META', 'care_map.pb') [all …]
|
H A D | non_ab_ota.py | 83 tgt = common.GetUserImage(partition, OPTIONS.input_tmp, target_zip, 146 input_tmp=OPTIONS.input_tmp, 186 OPTIONS.input_tmp, "RECOVERY") 239 CheckVintfIfTrebleEnabled(OPTIONS.input_tmp, target_info) 242 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT") 564 OPTIONS.input_tmp = OPTIONS.extracted_input 567 OPTIONS.input_tmp = common.UnzipTemp(target_file, UNZIP_PATTERN) 568 OPTIONS.target_tmp = OPTIONS.input_tmp 576 from_input = os.path.join(OPTIONS.input_tmp, "META", "releasetools.py") 657 OPTIONS.input_tmp, "OTA", recovery_two_step_img_name)
|
H A D | build_super_image.py | 177 input_tmp = common.UnzipTemp(inp, UNZIP_PATTERN) 178 return BuildSuperImageFromExtractedTargetFiles(input_tmp, out)
|
H A D | img_from_target_files | 168 input_tmp = common.UnzipTemp(input_file) 171 BuildSuperImage(input_tmp, super_file)
|
H A D | img_from_target_files.py | 168 input_tmp = common.UnzipTemp(input_file) 171 BuildSuperImage(input_tmp, super_file)
|
H A D | ota_from_target_files | 704 input_tmp = common.UnzipTemp(input_file, UNZIP_PATTERN) 706 unzipped_file = os.path.join(input_tmp, *info.filename.split('/')) 878 input_tmp = common.UnzipTemp(input_file, RETROFIT_DAP_UNZIP_PATTERN) 883 ab_partitions_file = os.path.join(input_tmp, *AB_PARTITIONS.split('/')) 924 unzipped_file = os.path.join(input_tmp, *src.split('/'))
|
H A D | ota_from_target_files.py | 704 input_tmp = common.UnzipTemp(input_file, UNZIP_PATTERN) 706 unzipped_file = os.path.join(input_tmp, *info.filename.split('/')) 878 input_tmp = common.UnzipTemp(input_file, RETROFIT_DAP_UNZIP_PATTERN) 883 ab_partitions_file = os.path.join(input_tmp, *AB_PARTITIONS.split('/')) 924 unzipped_file = os.path.join(input_tmp, *src.split('/'))
|
H A D | common.py | 1506 OPTIONS.input_tmp, dir_name, os.path.basename(chained_image)) 3995 shutil.copy(temp_care_map, os.path.join(OPTIONS.input_tmp, care_map_path))
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | CpuExecutor.cpp | 839 reinterpret_cast<const float*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 851 reinterpret_cast<const uint8_t*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 857 reinterpret_cast<const int8_t*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 904 reinterpret_cast<const float*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 922 reinterpret_cast<const int8_t*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 1127 reinterpret_cast<const float*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 1148 reinterpret_cast<const int8_t*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 1200 reinterpret_cast<const float*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 1224 reinterpret_cast<const int8_t*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 1532 reinterpret_cast<const float*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() [all …]
|