Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc496 bool is_system = false; in Create() local
556 is_system = true; in Create()
560 is_system = true; in Create()
580 !(is_system || relocated_version_used), error_msg); in Create()
596 } else if (is_system) { in Create()
/art/tools/
Dcpplint.py2967 def _ClassifyInclude(fileinfo, include, is_system): argument
2996 if is_system:
3057 is_system = (match.group(1) == '<')
3077 _ClassifyInclude(fileinfo, include, is_system))