Searched refs:CheckFile (Results 1 – 3 of 3) sorted by relevance
/external/toolchain-utils/ |
D | verify_compiler.py | 85 def CheckFile(filename, compiler, tmp_dir, options, cmd_executer): function 198 result = CheckFile(f, compiler, tmp_dir, options, cmd_executer)
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_pool_test.py | 285 TEST1_FILE.CheckFile(self, self.pool) 286 TEST2_FILE.CheckFile(self, self.pool) 364 def CheckFile(self, test, pool): member in ProtoFile
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 1579 MemoryBuffer &CheckFile = *CheckFileOrErr.get(); in main() local 1582 StringRef CheckFileText = CanonicalizeFile(CheckFile, CheckFileBuffer); in main() 1585 CheckFileText, CheckFile.getBufferIdentifier()), in main()
|