Searched refs:patcher (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/make/tools/ |
H A D | test_post_process_props.py | 68 self.patcher = patch("post_process_props.open", mock_open(read_data=content)) 69 self.mock_open = self.patcher.start() 73 self.patcher.stop()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_test.h | 284 MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in DoCompile() 298 oat_writer->PrepareLayout(&patcher); in DoCompile()
|
H A D | oat_writer_test.cc | 199 MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in DoWriteElf() local 206 oat_writer.PrepareLayout(&patcher); in DoWriteElf()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat.cc | 2110 linker::MultiOatRelativePatcher patcher(compiler_options_->GetInstructionSet(), in WriteOutputFiles() local 2117 oat_writer->PrepareLayout(&patcher); in WriteOutputFiles()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |