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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 48 match = cmd.search_cpp(pattern='xxx', body='/* xxx */')
51 match = cmd.search_cpp(pattern='_configtest', body='/* xxx */')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 48 match = cmd.search_cpp(pattern='xxx', body='/* xxx */')
51 match = cmd.search_cpp(pattern='_configtest', body='/* xxx */')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 196 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, member in class:config
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 196 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, member in class:config

Completed in 3062 milliseconds