Searched refs:long_opts (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | fancy_getopt.py | 76 self.long_opts = [] 151 self.long_opts = [] 180 self.long_opts.append(long) 198 self.long_opts[-1] = long # XXX redundant?! 257 opts, args = getopt.getopt(args, short_opts, self.long_opts)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | main.py | 117 long_opts = ['help', 'verbose', 'quiet', 'failfast', 'catch', 'buffer'] 119 options, args = getopt.getopt(argv[1:], 'hHvqfcb', long_opts)
|
/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 297 static const struct option long_opts[] = { in ParseArgs() local 310 int c = getopt_long(argc, argv, "x:s:c:f:v::li:", long_opts, &index); in ParseArgs()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | optparse.py | 348 long_opts = [self._long_opt_fmt % (lopt, metavar) 352 long_opts = option._long_opts 355 opts = short_opts + long_opts 357 opts = long_opts + short_opts
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | optparse.py | 349 long_opts = [self._long_opt_fmt % (lopt, metavar) 353 long_opts = option._long_opts 356 opts = short_opts + long_opts 358 opts = long_opts + short_opts
|