Home
last modified time | relevance | path

Searched defs:input_tmp (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/build/make/tools/releasetools/
H A Dvalidate_target_files.py59 def ValidateFileAgainstSha1(input_tmp, file_name, file_path, expected_sha1): argument
71 def ValidateFileConsistency(input_zip, input_tmp, info_dict): argument
146 def ValidateInstallRecoveryScript(input_tmp, info_dict): argument
262 def ValidatePartitionFingerprints(input_tmp, info_dict): argument
292 def ValidateVerifiedBootImages(input_tmp, info_dict, options): argument
489 def CheckBuildPropDuplicity(input_tmp): argument
H A Dcheck_target_files_vintf.py59 def GetDirmap(input_tmp): argument
98 def GetArgsForKernel(input_tmp): argument
110 def CheckVintfFromExtractedTargetFiles(input_tmp, info_dict=None): argument
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Dfwd_txfm_lsx.c45 int16_t *input_tmp = (int16_t *)input; in fdct8x16_1d_column() local
185 int16_t *input_tmp = input; in fdct16x8_1d_row() local
300 int16_t *input_tmp = (int16_t *)input; in vpx_fdct8x8_lsx() local
H A Dfwd_dct32x32_lsx.c32 const int16_t *input_tmp = (int16_t *)input; in fdct8x32_1d_column_load_butterfly() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp823 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local
887 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local
1108 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local
1180 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local
1499 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local
/aosp_15_r20/device/google/cuttlefish/shared/
Dreleasetools.py33 def GetUserImages(input_tmp, input_zip): argument