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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
extension.py 49 undef_macros : [string]
93 undef_macros=None,
115 self.undef_macros = undef_macros or []
206 ext.undef_macros.append(value)
  /external/python/cpython2/Lib/distutils/
extension.py 49 undef_macros : [string]
93 undef_macros=None,
115 self.undef_macros = undef_macros or []
206 ext.undef_macros.append(value)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
extension.py 49 undef_macros : [string]
93 undef_macros=None,
115 self.undef_macros = undef_macros or []
206 ext.undef_macros.append(value)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
extension.py 49 undef_macros : [string]
93 undef_macros=None,
115 self.undef_macros = undef_macros or []
206 ext.undef_macros.append(value)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py 49 undef_macros : [string]
93 undef_macros=None,
115 self.undef_macros = undef_macros or []
206 ext.undef_macros.append(value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
extension.py 49 undef_macros : [string]
93 undef_macros=None,
115 self.undef_macros = undef_macros or []
206 ext.undef_macros.append(value)
  /external/brotli/
setup.py 79 for undef in ext.undef_macros:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_ext.py 403 # and 'undef_macros'.
407 ext.undef_macros = []
414 ext.undef_macros.append(macro[0])
475 # XXX not honouring 'define_macros' or 'undef_macros' -- the
490 for undef in ext.undef_macros:
    [all...]
  /external/python/cpython2/Lib/distutils/command/
build_ext.py 403 # and 'undef_macros'.
407 ext.undef_macros = []
414 ext.undef_macros.append(macro[0])
475 # XXX not honouring 'define_macros' or 'undef_macros' -- the
490 for undef in ext.undef_macros:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_ext.py 405 # and 'undef_macros'.
409 ext.undef_macros = []
416 ext.undef_macros.append(macro[0])
477 # XXX not honouring 'define_macros' or 'undef_macros' -- the
492 for undef in ext.undef_macros:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_ext.py 405 # and 'undef_macros'.
409 ext.undef_macros = []
416 ext.undef_macros.append(macro[0])
477 # XXX not honouring 'define_macros' or 'undef_macros' -- the
492 for undef in ext.undef_macros:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 405 # and 'undef_macros'.
409 ext.undef_macros = []
416 ext.undef_macros.append(macro[0])
477 # XXX not honouring 'define_macros' or 'undef_macros' -- the
492 for undef in ext.undef_macros:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 405 # and 'undef_macros'.
409 ext.undef_macros = []
416 ext.undef_macros.append(macro[0])
477 # XXX not honouring 'define_macros' or 'undef_macros' -- the
492 for undef in ext.undef_macros:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 245 self.assertEqual(exts[0].undef_macros, ['3'])
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 249 self.assertEqual(exts[0].undef_macros, ['3'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 249 self.assertEqual(exts[0].undef_macros, ['3'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 249 self.assertEqual(exts[0].undef_macros, ['3'])

Completed in 674 milliseconds