Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dsource_locator.py127 return self._check_key('class') and 'APPS' in self.module_data['class']
155 and self._check_key(constant.KEY_SRCJARS)):
191 if self._is_target_module() and self._check_key(constant.KEY_SRCJARS):
230 if self._check_key(constant.KEY_PATH) else '')
257 return self._check_key(constant.KEY_JARS)
261 return self._check_key(constant.KEY_CLASSES_JAR)
265 if self._check_key(constant.KEY_SRCS):
283 def _check_key(self, key): member in ModuleData
454 if self._check_key(constant.KEY_INSTALLED):
484 if self._check_key(constant.KEY_JARS):
[all …]