Searched defs:_OTHER_HEADER (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py120 _OTHER_HEADER = 2 variable
318 _OTHER_HEADER: 'other header',
380 assert header_type == _OTHER_HEADER
2899 _OTHER_HEADER
2902 # If it is a system header we know it is classified as _OTHER_HEADER.
2904 return _OTHER_HEADER
2914 return _OTHER_HEADER;
2944 return _OTHER_HEADER
2947 return _OTHER_HEADER
3039 if not error_message and header_type == _OTHER_HEADER
[all...]
/external/libvpx/libvpx/tools/
H A Dcpplint.py332 _OTHER_HEADER = 5 variable
449 _OTHER_HEADER: 'other header',
541 assert header_type == _OTHER_HEADER
2975 _OTHER_HEADER
3010 return _OTHER_HEADER

Completed in 156 milliseconds