Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dproject_config_unittest.py40 self.assertTrue(project_config.is_whole_android_tree(['a'], True))
42 self.assertTrue(project_config.is_whole_android_tree([''], False))
43 self.assertFalse(project_config.is_whole_android_tree(['a'], False))
Dproject_config.py151 def is_whole_android_tree(targets, android_tree): function
/tools/asuite/aidegen/
Daidegen_main.py387 is_whole_android_tree = project_config.is_whole_android_tree(
389 references = [constant.ANDROID_TREE] if is_whole_android_tree else []