Lines Matching refs:constant
25 from aidegen import constant
51 _CORE_MODULES = [constant.FRAMEWORK_ALL, constant.CORE_ALL,
125 if target == constant.FRAMEWORK_ALL:
171 constant.ANDROID_MK)
178 yield '\t' + os.path.join(rel_path, constant.ANDROID_MK)
202 os.path.join(root_dir, data[constant.KEY_PATH][0])):
274 dep[name][constant.KEY_DEPTH] = depth
276 if (constant.KEY_DEPENDENCIES in dep[name]
277 and dep[name][constant.KEY_DEPENDENCIES]):
278 children.update(dep[name][constant.KEY_DEPENDENCIES])
397 if ide_name == constant.IDE_ECLIPSE:
417 if constant.KEY_DEPENDENCIES in module.module_data:
419 x for x in module.module_data[constant.KEY_DEPENDENCIES]
420 if common_util.is_target(x, constant.TARGET_LIBS)
438 [rdir, constant.INTERMEDIATES, self.project_relative_path]) + os.sep
507 if module.module_path == constant.FRAMEWORK_PATH:
508 framework_srcjar_path = os.path.join(constant.FRAMEWORK_PATH,
509 constant.FRAMEWORK_SRCJARS)
510 if module.module_name == constant.FRAMEWORK_ALL:
517 'dep_paths': [constant.FRAMEWORK_PATH],
587 aidegen_metrics.performance_metrics(constant.TYPE_AIDEGEN_BUILD_TIME,
654 jar.endswith(constant.JAR_EXT)):