HomeSort by relevance Sort by last modified time
    Searched refs:CheckFile (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Tests/
CheckUnicodeSourceFiles.py 63 def CheckFile(self, encoding, shouldPass, string=None):
85 self.CheckFile('utf_16', shouldPass=True)
100 self.CheckFile('utf_16', shouldPass=False, string=data)
115 self.CheckFile(encoding=None, shouldPass=False, string=data)
118 self.CheckFile(encoding='utf_8', shouldPass=True)
126 self.CheckFile(encoding=None, shouldPass=True, string=data)
134 self.CheckFile('utf_16', shouldPass=False, string=data)
142 self.CheckFile('utf_8', shouldPass=False, string=data)
151 self.CheckFile('utf_8', shouldPass=False, string=data)
166 self.CheckFile(encoding=None, shouldPass=False, string=data)
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_imageio.h 52 bool CheckFile( const char* filename );
grfmt_base.h 118 virtual bool CheckFile( const char* filename );
grfmt_base.cpp 93 bool GrFmtFilterFactory::CheckFile( const char* filename )
273 if( tempFactory->CheckFile( filename ) )
grfmt_imageio.cpp 32 bool GrFmtImageIO::CheckFile( const char* filename )
  /external/toolchain-utils/
verify_compiler.py 85 def CheckFile(filename, compiler, tmp_dir, options, cmd_executer):
198 result = CheckFile(f, compiler, tmp_dir, options, cmd_executer)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 647 CheckFile = ''
649 CheckFile = WorkspaceFile(WorkspaceDir, CheckFilename)
650 if not os.path.isfile(CheckFile):
654 ErrorMsg = "Can't find file '%s' defined in section '%s'" % (CheckFile, SectionName)
658 return CheckFile
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 554 CheckFile = ''
556 CheckFile = WorkspaceFile(WorkspaceDir, CheckFilename)
557 if not os.path.isfile(CheckFile):
561 ErrorMsg = ST.ERR_CHECKFILE_NOTFOUND % (CheckFile, SectionName)
564 return CheckFile
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 285 TEST1_FILE.CheckFile(self, self.pool)
286 TEST2_FILE.CheckFile(self, self.pool)
364 def CheckFile(self, test, pool):

Completed in 329 milliseconds