Searched refs:project (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/scripts/
H A Dcommon.py56 """Returns the project name and the current SVN workspace's root path."""
61 project = m.group(1) # googletest or googlemock
64 return project, root
77 project, _ = GetSvnInfo()
78 return project == 'googletest'
82 project, _ = GetSvnInfo()
83 return project == 'googlemock'
H A Drelease_docs.py93 self.project, svn_root_path = common.GetSvnInfo()
94 if self.project not in ('googletest', 'googlemock'):
120 unversioned_wikis = (GTEST_UNVERSIONED_WIKIS if self.project == 'googletest'
/gem5/ext/pybind11/docs/
H A Dconf.py54 # General information about the project.
55 project = 'pybind11' variable
59 # The version info for the project you're documenting, acts as replacement for
148 # "<project> v<release> documentation".
296 author, 'pybind11', 'One line description of project.',
/gem5/ext/googletest/googletest/
H A DMakefile.am121 # MSVC project files
134 # xcode project files
145 xcode/gtest.xcodeproj/project.pbxproj
150 xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \
156 # C++Builder project files
/gem5/util/stats/
H A Ddb.py51 self.project = row[3]

Completed in 8 milliseconds