HomeSort by relevance Sort by last modified time
    Searched refs:sp_hal (Results 1 - 4 of 4) sorted by null

  /development/vndk/tools/definition-tool/tests/
test_tagged_dict.py 83 'fwk_only_rs', 'sp_hal'}
88 visible_tags = {'ll_ndk', 'vndk_sp', 'sp_hal', 'sp_hal_dep'}
89 self._check_tag_visibility(d, 'sp_hal', visible_tags)
94 'vndk', 'sp_hal', 'sp_hal_dep', 'vnd_only'}
175 self.assertIn('/vendor/lib/lib_sp_hal.so', d.sp_hal)
228 self.assertEqual('sp_hal',
357 def __init__(self, sp_hal, sp_hal_dep):
358 self.sp_hal = sp_hal
429 self.assertIn(self.lib_sp_hal, self.tagged_libs.sp_hal)
    [all...]
test_elf_linker.py 333 self.assertEqual(2 * 1, len(sp_lib.sp_hal))
340 sp_hal = self._get_paths_from_nodes(sp_lib.sp_hal)
376 sp_hal)
382 # LL-NDK must not in sp_hal, sp_hal_dep, and vndk_sp_hal.
384 self.assertNotIn(libc_path, sp_hal)
test_vndk.py 119 """Check the computation of ll_ndk_indirect excludes sp_hal."""
136 self.assertIn(libEGL_chipset, vndk_sets.sp_hal)
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 51 milliseconds