Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/testproc/
Dfuzzer.py131 main_index = self._rng.choice(indexes)
132 _, main_gen = gens[main_index]
136 if index == main_index:
/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc238 const int main_index = InsertStandardXMPSection(main_buffer, sections); in UpdateSections() local
239 if (main_index < 0) { in UpdateSections()
247 InsertExtendedXMPSections(extended_buffer, main_index + 1, sections); in UpdateSections()