Lines Matching refs:results
3239 results = []
3293 results.append((ap, sorted_lib_path_list(libs)))
3295 results.sort()
3296 return results
3612 results = SimpleVNDKResult()
3614 getattr(results, tag).update(getattr(vndk_result, field_name))
3615 return results
3621 results = vndk_lib
3625 results = self._extract_simple_vndk_result(vndk_lib)
3628 libs = getattr(results, tag)
3641 results = self._extract_simple_vndk_result(vndk_lib)
3642 vndk_sp = get_module_names(results.vndk_sp)
3643 vndk_sp_ext = get_module_names(results.vndk_sp_ext)
3644 extra_vendor_libs = get_module_names(results.extra_vendor_libs)
3911 results = []
3926 results.append((name, data))
3927 results.sort()
3930 for name, deps in results:
3935 for name, assoc_libs in results: