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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function
  /external/python/cpython2/Lib/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function
  /external/python/cpython3/Lib/
getopt.py 95 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
138 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
192 def do_shorts(opts, optstring, shortopts, args): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
getopt.py 90 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
133 opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
187 def do_shorts(opts, optstring, shortopts, args): function

Completed in 74 milliseconds