Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dinstall.py657 def has_headers(self): member in install
660 return self.distribution.has_headers()
675 ('install_headers', has_headers),
/third_party/gstreamer/gstplugins_good/ext/jack/
Dmeson.build85 has_headers: 'jack/jack.h',
/third_party/python/Lib/distutils/
Ddist.py1002 def has_headers(self): member in Distribution
/third_party/python/
Dsetup.py2645 ('install_headers', install.has_headers),