Home
last modified time | relevance | path

Searched refs:offset_index (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dalign_structs.py134 offset_index = 0
140 ret = ret + " " * (target_offsets[offset_index] - offset)
141 offset_index = offset_index + 1
/aosp12/build/make/tools/releasetools/
H A Dsparse_img.py140 self.offset_index = [i[0] for i in offset_map]
213 idx = bisect.bisect_right(self.offset_index, s) - 1
316 idx = bisect.bisect_right(self.offset_index, b) - 1
/aosp12/art/runtime/
H A Dclass_linker.cc1485 for (size_t offset_index = 0; offset_index < num_string_offsets; ++offset_index) { in VisitInternedStringReferences() local
1486 uint32_t base_offset = sro_base[offset_index].first; in VisitInternedStringReferences()
1488 uint32_t raw_member_offset = sro_base[offset_index].second; in VisitInternedStringReferences()