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

  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 243 def add_option(self, *args, **kw): member in class:RegeneratableOptionParser
246 This accepts the same arguments as OptionParser.add_option, plus the
272 optparse.OptionParser.add_option(self, *args, **kw)
285 parser.add_option('--build', dest='configs', action='append',
287 parser.add_option('--check', dest='check', action='store_true',
289 parser.add_option('--config-dir', dest='config_dir', action='store',
293 parser.add_option('-d', '--debug', dest='debug', metavar='DEBUGMODE',
297 parser.add_option('-D', dest='defines', action='append', metavar='VAR=VAL',
300 parser.add_option('--depth', dest='depth', metavar='PATH', type='path',
302 parser.add_option('-f', '--format', dest='formats', action='append'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 98 def add_option (self, long_option, short_option=None, help_string=None): member in class:FancyGetopt
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 98 def add_option (self, long_option, short_option=None, help_string=None): member in class:FancyGetopt
  /external/fio/
options.c 3937 int add_option(struct fio_option *o) function
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 201 void xml_utils::add_option(tag_t tag, string const & value) function in class:xml_utils
207 void xml_utils::add_option(tag_t tag, list<string> const & value) function in class:xml_utils
223 void xml_utils::add_option(tag_t tag, vector<string> const & value) function in class:xml_utils
239 void xml_utils::add_option(tag_t tag, bool value) function in class:xml_utils
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 15 parser.add_option("-f", "--file", dest="filename",
17 parser.add_option("-q", "--quiet",
1007 def add_option(self, *args, **kwargs): member in class:OptionContainer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 15 parser.add_option("-f", "--file", dest="filename",
17 parser.add_option("-q", "--quiet",
1007 def add_option(self, *args, **kwargs): member in class:OptionContainer
    [all...]

Completed in 319 milliseconds