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

  /external/python/cpython2/Lib/distutils/
core.py 45 setup_keywords = ('distclass', 'script_name', 'script_args', 'options', variable
  /external/python/cpython3/Lib/distutils/
core.py 42 setup_keywords = ('distclass', 'script_name', 'script_args', 'options', variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options', variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options', variable
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options', variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options', variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 46 setup_keywords = ('distclass', 'script_name', 'script_args', 'options', variable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
setup.py 409 if key not in _core.setup_keywords:
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
setup.py 410 if key not in _core.setup_keywords:
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
setup.py 411 if key not in _core.setup_keywords:
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
setup.py 416 if key not in _core.setup_keywords:

Completed in 226 milliseconds