Searched refs:jlist (Results 1 – 1 of 1) sorted by relevance
287 def _launch_ide_by_module_contents(args, ide_util_obj, jlist=None, clist=None, argument316 jlist, clist)318 if not jlist and not clist:325 if (jlist and not clist) or (language == constant.JAVA):326 _create_and_launch_java_projects(ide_util_obj, jlist)328 if (clist and not jlist) or (language == constant.C_CPP):