HomeSort by relevance Sort by last modified time
    Searched defs:gen_usage (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Lib/distutils/
core.py 32 def gen_usage (script_name): function
136 raise SystemExit(gen_usage(dist.script_name) + "\nerror: %s" % msg)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
core.py 36 def gen_usage(script_name): function
140 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
  /external/python/cpython2/Lib/distutils/
core.py 35 def gen_usage(script_name): function
139 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
core.py 36 def gen_usage(script_name): function
140 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
core.py 36 def gen_usage(script_name): function
140 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 36 def gen_usage(script_name): function
140 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 36 def gen_usage(script_name): function
140 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
  /external/toolchain-utils/cros_utils/
buildbot_json.py 1483 def gen_usage(parser, command): function
    [all...]

Completed in 117 milliseconds