Home
last modified time | relevance | path

Searched refs:is_system (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/aidegen/lib/
Dclion_project_file_gen.py488 @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/
Dcpplint.py5010 is_system = used_angle_brackets and not os.path.splitext(include)[1] in ['.hpp', '.hxx', '.h++']
5012 if is_system: