Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dsource_locator.py129 return self._check_key('class') and 'APPS' in self.module_data['class']
157 and self._check_key(constant.KEY_SRCJARS)):
193 if self._is_target_module() and self._check_key(constant.KEY_SRCJARS):
232 if self._check_key(constant.KEY_PATH) else '')
259 return self._check_key(constant.KEY_JARS)
263 return self._check_key(constant.KEY_CLASSES_JAR)
267 if self._check_key(constant.KEY_SRCS):
285 def _check_key(self, key): member in ModuleData
456 if self._check_key(constant.KEY_INSTALLED):
486 if self._check_key(constant.KEY_JARS):
[all …]