Home
last modified time | relevance | path

Searched defs:file_map (Results 1 – 2 of 2) sorted by relevance

/external/brotli/research/
Ddeorummolae.cc76 std::vector<TextChar>* full_text, std::vector<TextIdx>* file_map, in buildFullText()
126 std::vector<std::vector<TextChar>>* data, std::vector<TextIdx>* file_map, in poisonData()
150 std::vector<TextIdx>* file_map, std::vector<TextIdx>* file_offset) { in cutMatch()
212 std::vector<TextIdx> file_map; in DM_generate() local
/external/v8/tools/sanitizers/
Dsancov_merger.py92 def generate_inputs(keep, coverage_dir, file_map, cpus): argument