Home
last modified time | relevance | path

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

/external/toolchain-utils/
Dverify_compiler.py85 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/
Ddescriptor_pool_test.py285 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/
DFileCheck.cpp1579 MemoryBuffer &CheckFile = *CheckFileOrErr.get(); in main() local
1582 StringRef CheckFileText = CanonicalizeFile(CheckFile, CheckFileBuffer); in main()
1585 CheckFileText, CheckFile.getBufferIdentifier()), in main()