Home
last modified time | relevance | path

Searched refs:first_index (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/make/tools/
H A Dcompare_builds.py403 first_index = 0
406 while first_index < len(first_filelist) and second_index < len(second_filelist):
408 first_full_filename, first_relative_filename = first_filelist[first_index]
414 first_index += 1
424 first_index += 1
427 while first_index < len(first_filelist):
428 first_full_filename, first_relative_filename = first_filelist[first_index]
430 first_index += 1
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc2141 bool first_index = true; in CalculateNumberOfIndexBssMappingEntries() local
2144 if (first_index || !encoder.TryMerge(index, bss_offset)) { in CalculateNumberOfIndexBssMappingEntries()
2147 first_index = false; in CalculateNumberOfIndexBssMappingEntries()
2824 bool first_index = true; in WriteIndexBssMapping() local
2827 if (first_index) { in WriteIndexBssMapping()
2828 first_index = false; in WriteIndexBssMapping()