Home
last modified time | relevance | path

Searched refs:ReadObjectIndex (Results 1 – 8 of 8) sorted by relevance

/external/toolchain-utils/binary_search_tool/test/
Dswitch_to_good.py18 object_index = common.ReadObjectIndex(argv[1])
Dswitch_to_bad.py15 object_index = common.ReadObjectIndex(argv[1])
Dswitch_to_good_noinc_prune.py26 object_index = common.ReadObjectIndex(argv[1])
Dswitch_tmp.py19 object_index = common.ReadObjectIndex(argv[1])
Dswitch_to_good_set_file.py27 object_index = common.ReadObjectIndex(os.environ['BISECT_GOOD_SET'])
Dswitch_to_bad_noinc_prune.py28 object_index = common.ReadObjectIndex(argv[1])
Dswitch_to_bad_set_file.py25 object_index = common.ReadObjectIndex(os.environ['BISECT_BAD_SET'])
Dcommon.py35 def ReadObjectIndex(filename): function