Searched refs:KEY_SRCJARS (Results 1 – 5 of 5) sorted by relevance
222 framework_srcjars_iml.create({constant.KEY_SRCJARS: True,224 self._all_srcs[_KEY_SRCJAR_PATH] -= set(mod[constant.KEY_SRCJARS])233 constant.KEY_SRCJARS: (self._all_srcs[_KEY_R_PATH]246 constant.KEY_SRCJARS: True,
158 and self._check_key(constant.KEY_SRCJARS)):159 for srcjar in self.module_data[constant.KEY_SRCJARS]:194 if self._is_target_module() and self._check_key(constant.KEY_SRCJARS):195 for srcjar in self.module_data[constant.KEY_SRCJARS]:
46 constant.KEY_SRCJARS,
159 if content_type.get(constant.KEY_SRCJARS, None):210 for srcjar in self._mod_info[constant.KEY_SRCJARS]:
38 KEY_SRCJARS = 'srcjars' variable