Searched refs:is_system (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | clion_project_file_gen.py | 488 @common_util.check_args(hfile=(TextIOWrapper, StringIO), is_system=bool) 490 def _write_all_include_directories(hfile, includes, is_system): argument 500 _write_all_includes(hfile, includes, is_system) 561 @common_util.check_args(hfile=(TextIOWrapper, StringIO), is_system=bool) 563 def _write_all_includes(hfile, includes, is_system): argument 574 if is_system:
|
/tools/repohooks/tools/ |
D | cpplint.py | 5010 is_system = used_angle_brackets and not os.path.splitext(include)[1] in ['.hpp', '.hxx', '.h++'] 5012 if is_system:
|