Home
last modified time | relevance | path

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

/tools/asuite/aidegen/project/
Dproject_splitter.py238 srcjar_dict = {constant.KEY_DEP_SRCS: True,
303 dep_iml.create({constant.KEY_DEP_SRCS: True,
Dproject_splitter_unittest.py213 srcjar_dict = {constant.KEY_DEP_SRCS: True, constant.KEY_SRCJARS: True,
/tools/asuite/aidegen/
Dconstant.py49 KEY_DEP_SRCS = 'dep_srcs' variable
/tools/asuite/aidegen/idea/
Diml.py155 if content_type.get(constant.KEY_DEP_SRCS, None):