Searched refs:CheckLine (Results 1 – 8 of 8) sorted by relevance
/third_party/openh264/codec/processing/src/scrolldetection/ |
D | ScrollDetectionFuncs.cpp | 39 int32_t CheckLine (uint8_t* pData, int32_t iWidth) { in CheckLine() function 82 if (CheckLine (pTmp, iWidth)) break; in SelectTestLine() 87 if (CheckLine (pTmp, iWidth)) break; in SelectTestLine()
|
D | ScrollDetectionFuncs.h | 54 int32_t CheckLine (uint8_t* pData, int32_t iWidth);
|
/third_party/skia/buildtools/checkdeps/ |
D | proto_checker.py | 47 def CheckLine(self, rules, line, dependee_path, fail_on_temp_allow=False): member in ProtoChecker 103 is_import, violation = self.CheckLine(rules, line, filepath)
|
D | cpp_checker.py | 44 def CheckLine(self, rules, line, dependee_path, fail_on_temp_allow=False): member in CppChecker 109 is_include, violation = self.CheckLine(rules, line, filepath)
|
D | java_checker.py | 138 def CheckLine(self, rules, line, filepath, fail_on_temp_allow=False): member in JavaChecker 172 is_import, violation = self.CheckLine(rules, line, filepath)
|
D | checkdeps.py | 127 is_include, violation = checker.CheckLine(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileCheck.h | 90 unsigned CheckLine, CheckCol; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 926 CheckLine = Start.first; in FileCheckDiag()
|