Home
last modified time | relevance | path

Searched defs:test_file (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_file.py12 def test_file(self): member in TestFile
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dgenerate_header_tests.py110 def produce(test_file, variables): argument
/openbsd-src/regress/usr.sbin/bgpd/unittests/
H A Drde_trie_test.c235 test_file(FILE *in, struct trie_head *th) in test_file() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBInstruction.cpp339 const char *test_file) { in TestEmulation()
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dabi_check.cc332 const char* test_file = argv[2]; in main() local
/openbsd-src/usr.bin/file/
H A Dfile.c661 test_file(struct input_file *inf, size_t width) test_file() function
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py364 def error(msg, test_file=None): argument
369 def warn(msg, test_file=None): argument
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp865 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation() local
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py522 def compute_mydir(test_file): argument