Searched refs:_IncludeState (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp_unittest.py2646 self.include_state = cpp_style._IncludeState()
2670 self.include_state = cpp_style._IncludeState()
2912 include_state = cpp_style._IncludeState()
H A Dcpp.py114 # _IncludeState.check_next_include_order().
288 class _IncludeState(dict): class in inherits:dict
291 As a dict, an _IncludeState object serves as a mapping between include
336 file_is_header: Whether the file that owns this _IncludeState is itself a header
2913 include_state: An _IncludeState instance in which the headers are inserted.
2998 include_state: An _IncludeState instance in which the headers are inserted.
3105 include_state: An _IncludeState instance in which the headers are inserted.
3763 include_state: an _IncludeState instance in which the headers are inserted.
3799 include_state: An _IncludeState instance.
3886 include_state: An _IncludeState instanc
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py415 # _IncludeState.CheckNextIncludeOrder().
539 class _IncludeState(dict): class in inherits:dict
542 As a dict, an _IncludeState object serves as a mapping between include
3580 include_state: An _IncludeState instance in which the headers are inserted.
3735 include_state: An _IncludeState instance in which the headers are inserted.
4350 include_state: an _IncludeState instance in which the headers are inserted.
4387 include_state: An _IncludeState instance.
4502 include_state: An _IncludeState instance in which the headers are inserted.
4550 include_state = _IncludeState()
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py328 # _IncludeState.CheckNextIncludeOrder().
426 class _IncludeState(dict): class in inherits:dict
429 As a dict, an _IncludeState object serves as a mapping between include
3029 include_state: An _IncludeState instance in which the headers are inserted.
3155 include_state: An _IncludeState instance in which the headers are inserted.
3633 include_state: an _IncludeState instance in which the headers are inserted.
3670 include_state: An _IncludeState instance.
3786 include_state: An _IncludeState instance in which the headers are inserted.
3832 include_state = _IncludeState()
/external/libvpx/libvpx/tools/
H A Dcpplint.py415 # _IncludeState.CheckNextIncludeOrder().
539 class _IncludeState(dict): class in inherits:dict
542 As a dict, an _IncludeState object serves as a mapping between include
3580 include_state: An _IncludeState instance in which the headers are inserted.
3735 include_state: An _IncludeState instance in which the headers are inserted.
4350 include_state: an _IncludeState instance in which the headers are inserted.
4387 include_state: An _IncludeState instance.
4502 include_state: An _IncludeState instance in which the headers are inserted.
4550 include_state = _IncludeState()

Completed in 955 milliseconds