Home
last modified time | relevance | path

Searched refs:CheckLine (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/processing/src/scrolldetection/
DScrollDetectionFuncs.cpp39 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()
DScrollDetectionFuncs.h54 int32_t CheckLine (uint8_t* pData, int32_t iWidth);
/third_party/skia/buildtools/checkdeps/
Dproto_checker.py47 def CheckLine(self, rules, line, dependee_path, fail_on_temp_allow=False): member in ProtoChecker
103 is_import, violation = self.CheckLine(rules, line, filepath)
Dcpp_checker.py44 def CheckLine(self, rules, line, dependee_path, fail_on_temp_allow=False): member in CppChecker
109 is_include, violation = self.CheckLine(rules, line, filepath)
Djava_checker.py138 def CheckLine(self, rules, line, filepath, fail_on_temp_allow=False): member in JavaChecker
172 is_import, violation = self.CheckLine(rules, line, filepath)
Dcheckdeps.py127 is_include, violation = checker.CheckLine(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h90 unsigned CheckLine, CheckCol; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp926 CheckLine = Start.first; in FileCheckDiag()