HomeSort by relevance Sort by last modified time
    Searched refs:install_headers (Results 1 - 12 of 12) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_headers.py 1 """Tests for distutils.command.install_headers."""
7 from distutils.command.install_headers import install_headers namespace
26 cmd = install_headers(dist)
test_install.py 63 check_path(cmd.install_headers,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_headers.py 1 """Tests for distutils.command.install_headers."""
7 from distutils.command.install_headers import install_headers namespace
26 cmd = install_headers(dist)
test_install.py 63 check_path(cmd.install_headers,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 1 """distutils.command.install_headers
3 Implements the Distutils 'install_headers' command, to install C/C++ header
12 class install_headers(Command): class in inherits:Command
31 ('install_headers', 'install_dir'),
51 # class install_headers
install.py 214 self.install_headers = None # for C/C++ headers
443 self.install_headers is None or
533 'install_headers',
703 ('install_headers', has_headers),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 1 """distutils.command.install_headers
3 Implements the Distutils 'install_headers' command, to install C/C++ header
12 class install_headers(Command): class in inherits:Command
31 ('install_headers', 'install_dir'),
51 # class install_headers
install.py 214 self.install_headers = None # for C/C++ headers
443 self.install_headers is None or
533 'install_headers',
703 ('install_headers', has_headers),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 45 import distutils.command.install_headers namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 45 import distutils.command.install_headers namespace
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
Makefile 113 install_headers: include/GL/gl.h
  /external/mesa3d/src/glx/apple/
Makefile 113 install_headers: include/GL/gl.h

Completed in 461 milliseconds