Lines Matching refs:constant
25 from aidegen import constant
51 _CORE_MODULES = [constant.FRAMEWORK_ALL, constant.CORE_ALL,
54 constant.GEN_JAVA_DEPS: 'true',
55 constant.GEN_CC_DEPS: 'true',
56 constant.GEN_COMPDB: 'true',
57 constant.GEN_RUST: 'true'
132 if target == constant.FRAMEWORK_ALL:
178 constant.ANDROID_MK)
185 yield '\t' + os.path.join(rel_path, constant.ANDROID_MK)
209 os.path.join(root_dir, data[constant.KEY_PATH][0])):
281 dep[name][constant.KEY_DEPTH] = depth
283 if (constant.KEY_DEPENDENCIES in dep[name]
284 and dep[name][constant.KEY_DEPENDENCIES]):
285 children.update(dep[name][constant.KEY_DEPENDENCIES])
404 if ide_name == constant.IDE_ECLIPSE:
424 if constant.KEY_DEPENDENCIES in module.module_data:
426 x for x in module.module_data[constant.KEY_DEPENDENCIES]
427 if common_util.is_target(x, constant.TARGET_LIBS)
445 [rdir, constant.INTERMEDIATES, self.project_relative_path]) + os.sep
515 if module.module_path == constant.FRAMEWORK_PATH:
516 framework_srcjar_path = os.path.join(constant.FRAMEWORK_PATH,
517 constant.FRAMEWORK_SRCJARS)
518 if module.module_name == constant.FRAMEWORK_ALL:
525 'dep_paths': [constant.FRAMEWORK_PATH],
595 aidegen_metrics.performance_metrics(constant.TYPE_AIDEGEN_BUILD_TIME,
662 jar.endswith(constant.JAR_EXT)):