Lines Matching refs:constant
24 from aidegen import constant
53 _CORE_MODULES = [constant.FRAMEWORK_ALL, constant.CORE_ALL,
119 if target == constant.FRAMEWORK_ALL:
172 constant.ANDROID_MK)
179 yield '\t' + os.path.join(rel_path, constant.ANDROID_MK)
193 constant.TARGET_CLASSES, rel_path)
202 constant.TARGET_CLASSES)
271 dep[name][constant.KEY_DEPTH] = depth
273 if (constant.KEY_DEPENDENCIES in dep[name]
274 and dep[name][constant.KEY_DEPENDENCIES]):
275 children.update(dep[name][constant.KEY_DEPENDENCIES])
394 if ide_name == constant.IDE_ECLIPSE:
414 if constant.KEY_DEPENDENCIES in module.module_data:
416 x for x in module.module_data[constant.KEY_DEPENDENCIES]
417 if common_util.is_target(x, constant.TARGET_LIBS)
485 if module.module_path == constant.FRAMEWORK_PATH:
486 framework_srcjar_path = os.path.join(constant.FRAMEWORK_PATH,
487 constant.FRAMEWORK_SRCJARS)
488 if module.module_name == constant.FRAMEWORK_ALL:
495 'dep_paths': [constant.FRAMEWORK_PATH],