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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp_unittest.py363 function_state = cpp_style._FunctionState(5)
3006 self.old_normal_trigger = cpp_style._FunctionState._NORMAL_TRIGGER
3007 self.old_test_trigger = cpp_style._FunctionState._TEST_TRIGGER
3009 cpp_style._FunctionState._NORMAL_TRIGGER = 10
3010 cpp_style._FunctionState._TEST_TRIGGER = 25
3013 cpp_style._FunctionState._NORMAL_TRIGGER = self.old_normal_trigger
3014 cpp_style._FunctionState._TEST_TRIGGER = self.old_test_trigger
3042 return cpp_style._FunctionState._NORMAL_TRIGGER * 2 ** error_level
3053 return cpp_style._FunctionState._TEST_TRIGGER * 2 ** error_level
H A Dcpp.py518 class _FunctionState(object): class in inherits:object
3479 function_state = _FunctionState(1)
3887 function_state: A _FunctionState instance which counts function lines, etc.
3931 function_state = _FunctionState(min_confidence)
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py799 class _FunctionState(object): class in inherits:object
4503 function_state: A _FunctionState instance which counts function lines, etc.
4551 function_state = _FunctionState()
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py674 class _FunctionState(object): class in inherits:object
3787 function_state: A _FunctionState instance which counts function lines, etc.
3833 function_state = _FunctionState()
/external/libvpx/libvpx/tools/
H A Dcpplint.py799 class _FunctionState(object): class in inherits:object
4503 function_state: A _FunctionState instance which counts function lines, etc.
4551 function_state = _FunctionState()

Completed in 194 milliseconds