Home
last modified time | relevance | path

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

/test/vts/vndk_utils/library/vtable/
Dvtable_dumper.py269 idx = bisect.bisect(vtables, search_key)
270 if idx <= 0:
272 vtable = vtables[idx-1]
/test/vts/vndk_utils/library/
Delf_parser.py334 def GetSymbol(self, symtab, idx): argument
347 off = symtab.sh_offset + idx * symtab.sh_entsize
429 def GetRelocation(self, rel, idx): argument
442 off = rel.sh_offset + idx * rel.sh_entsize
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test.go66 for idx, templatePath := range cSuiteTest.csuiteTestProperties.Extra_test_config_templates {
67 output[idx] = cSuiteTest.buildCopyConfigTemplateCommand(ctx, rule, templatePath)