Searched refs:UpdateIncludeState (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3628 def UpdateIncludeState(filename, include_state, io=codecs): function 3730 if same_module and UpdateIncludeState(fullpath, include_state, io):
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4345 def UpdateIncludeState(filename, include_state, io=codecs): function 4447 if same_module and UpdateIncludeState(fullpath, include_state, io):
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 4345 def UpdateIncludeState(filename, include_state, io=codecs): function 4447 if same_module and UpdateIncludeState(fullpath, include_state, io):
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5455 def UpdateIncludeState(filename, include_dict, io=codecs): function 5561 if same_module and UpdateIncludeState(fullpath, include_dict, io):
|