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

  /external/chromium_org/ppapi/generators/
idl_option.py 78 short_opts= ""
91 short_opts += name
93 short_opts += '%s:' % name
96 opts, filenames = getopt.getopt(args, short_opts, long_opts)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 75 self.short_opts = []
152 self.short_opts = []
226 self.short_opts.append(short)
255 short_opts = string.join(self.short_opts)
257 opts, args = getopt.getopt(args, short_opts, self.long_opts)

Completed in 335 milliseconds