Home
last modified time | relevance | path

Searched refs:ProcessFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/scripts/
H A Dfuse_gtest_files.py155 def ProcessFile(gtest_header_path): function
169 ProcessFile('include/' + m.group(1))
174 ProcessFile(GTEST_H_SEED)
183 def ProcessFile(gtest_source_file): function
199 ProcessFile(GTEST_SPI_H_SEED)
214 ProcessFile(m.group(1))
218 ProcessFile(GTEST_ALL_CC_SEED)
/freebsd-12.1/contrib/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py125 def ProcessFile(gmock_header_path): function
139 ProcessFile('include/' + m.group(1))
155 ProcessFile(GMOCK_H_SEED)
164 def ProcessFile(gmock_source_file): function
196 ProcessFile(m.group(1))
201 ProcessFile(GMOCK_ALL_CC_SEED)
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h67 ProcessFile, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp161 ENTRY_VALUE("name", ProcessFile, CString, FileKind::Basename),
162 ENTRY_CHILDREN("file", ProcessFile, None, g_file_child_entries),
337 ENUM_TO_CSTR(ProcessFile); in TypeToCString()
1180 case Entry::Type::ProcessFile: in Format()