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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dregister_state_check.h46 ~RegisterStateCheck() { EXPECT_TRUE(Check()); }
59 bool Check() const { function in class:libvpx_test::RegisterStateCheck
108 ~RegisterStateCheck() { EXPECT_TRUE(Check()); }
117 bool Check() const { function in class:libvpx_test::RegisterStateCheck
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py602 """Check if a header is in alphabetical order with the previous header.
825 def Check(self, error, filename, linenum): member in class:_FunctionState
1270 # Check first line
1342 # Check last line
1724 # Check that closing brace is aligned with beginning of the class.
1746 """Check end of namespace comments."""
1749 # Check how many lines is enclosed in this namespace. Don't issue
1821 """Check if we have seen the opening brace for the innermost block.
1830 """Check if we are currently one level inside a namespace body.
1997 # Check tha
[all...]

Completed in 48 milliseconds