Home
last modified time | relevance | path

Searched refs:CheckFile (Results 1 – 5 of 5) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_base.cpp93 bool GrFmtFilterFactory::CheckFile( const char* filename ) in CheckFile() function in GrFmtFilterFactory
273 if( tempFactory->CheckFile( filename ) ) in FindReader()
Dgrfmt_imageio.h52 bool CheckFile( const char* filename );
Dgrfmt_base.h118 virtual bool CheckFile( const char* filename );
Dgrfmt_imageio.cpp32 bool GrFmtImageIO::CheckFile( const char* filename ) in CheckFile() function in GrFmtImageIO
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py236 TEST1_FILE.CheckFile(self, self.pool)
237 TEST2_FILE.CheckFile(self, self.pool)
249 def CheckFile(self, test, pool): member in ProtoFile