Home
last modified time | relevance | path

Searched defs:add_option (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfancy_getopt.py98 def add_option (self, long_option, short_option=None, help_string=None): member in FancyGetopt
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py372 def add_option(self, option): member in Application
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Doptparse.py1007 def add_option(self, *args, **kwargs): member in OptionContainer
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Doptparse.py1008 def add_option(self, *args, **kwargs): member in OptionContainer
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c268 add_option(regex_t* reg, OnigOptionType option) in add_option() function