HomeSort by relevance Sort by last modified time
    Searched refs:setup_keywords (Results 1 - 7 of 7) 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
  /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 269 milliseconds