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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
unixccompiler.py 53 stripArch = stripSysroot = 0
62 stripArch = stripSysroot = True
64 stripArch = '-arch' in cc_args
67 if stripArch or 'ARCHFLAGS' in os.environ:
76 if 'ARCHFLAGS' in os.environ and not stripArch:
  /external/python/cpython2/Lib/
_osx_support.py 313 stripArch = stripSysroot = False
320 stripArch = stripSysroot = True
322 stripArch = '-arch' in cc_args
325 if stripArch or 'ARCHFLAGS' in os.environ:
334 if 'ARCHFLAGS' in os.environ and not stripArch:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_osx_support.py 307 stripArch = stripSysroot = False
314 stripArch = stripSysroot = True
316 stripArch = '-arch' in cc_args
319 if stripArch or 'ARCHFLAGS' in os.environ:
328 if 'ARCHFLAGS' in os.environ and not stripArch:
  /prebuilts/gdb/linux-x86/lib/python2.7/
_osx_support.py 307 stripArch = stripSysroot = False
314 stripArch = stripSysroot = True
316 stripArch = '-arch' in cc_args
319 if stripArch or 'ARCHFLAGS' in os.environ:
328 if 'ARCHFLAGS' in os.environ and not stripArch:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 307 stripArch = stripSysroot = False
314 stripArch = stripSysroot = True
316 stripArch = '-arch' in cc_args
319 if stripArch or 'ARCHFLAGS' in os.environ:
328 if 'ARCHFLAGS' in os.environ and not stripArch:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 307 stripArch = stripSysroot = False
314 stripArch = stripSysroot = True
316 stripArch = '-arch' in cc_args
319 if stripArch or 'ARCHFLAGS' in os.environ:
328 if 'ARCHFLAGS' in os.environ and not stripArch:

Completed in 404 milliseconds