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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 446 self._try_compile_deployment_target('==', None)
453 self._try_compile_deployment_target, '>', '10.1')
466 self._try_compile_deployment_target('<', deptarget)
468 def _try_compile_deployment_target(self, operator, target): member in class:BuildExtTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 446 self._try_compile_deployment_target('==', None)
453 self._try_compile_deployment_target, '>', '10.1')
466 self._try_compile_deployment_target('<', deptarget)
468 def _try_compile_deployment_target(self, operator, target): member in class:BuildExtTestCase

Completed in 729 milliseconds