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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
config.py 86 if cp.has_option('run', 'branch'):
88 if cp.has_option('run', 'cover_pylib'):
90 if cp.has_option('run', 'data_file'):
92 if cp.has_option('run', 'include'):
94 if cp.has_option('run', 'omit'):
96 if cp.has_option('run', 'parallel'):
98 if cp.has_option('run', 'source'):
100 if cp.has_option('run', 'timid'):
104 if cp.has_option('report', 'exclude_lines'):
107 if cp.has_option('report', 'ignore_errors')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 83 if config.has_option(server, key):
93 if config.has_option(server, 'repository'):
fancy_getopt.py 108 def has_option (self, long_option): member in class:FancyGetopt
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 83 if config.has_option(server, key):
93 if config.has_option(server, 'repository'):
fancy_getopt.py 108 def has_option (self, long_option): member in class:FancyGetopt
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 274 if config.has_option(OUTPUT_SECTION, OUTPUT_FILENAME):
281 if config.has_option(OUTPUT_SECTION, OUTPUT_CHASE_CONTROLLERS):
288 if config.has_option(OUTPUT_SECTION, OUTPUT_OMIT_EMPTY_TRACKS):
295 if config.has_option(OUTPUT_SECTION, OUTPUT_COPYRIGHT):
299 if config.has_option(OUTPUT_SECTION, OUTPUT_APP_DATA):
320 if config.has_option(segment_name, SEGMENT_DLSFILE):
322 if config.has_option(segment_name, SEGMENT_START):
324 if config.has_option(segment_name, SEGMENT_END):
326 if config.has_option(segment_name, SEGMENT_LENGTH):
328 if config.has_option(segment_name, SEGMENT_OUTPUT):
    [all...]
JetUtils.py 256 if config.has_option(section, option):
291 if config.has_option(JetDefs.RECENT_SECTION, sFile):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 47 if not self.has_option(section, option):
115 if self.has_option(section,option):
241 if self.userCfg[configType].has_option(section,option):
256 if self.defaultCfg[configType].has_option(section,option):
373 if not cfgParser.has_option(themeName,element):
configDialog.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 47 if not self.has_option(section, option):
115 if self.has_option(section,option):
241 if self.userCfg[configType].has_option(section,option):
256 if self.defaultCfg[configType].has_option(section,option):
373 if not cfgParser.has_option(themeName,element):
configDialog.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 357 self.assertTrue(self.parser.has_option("-v"))
358 self.assertTrue(self.parser.has_option("--verbose"))
366 self.assertFalse(self.parser.has_option("-v"))
367 self.assertFalse(self.parser.has_option("--verbose"))
368 self.assertFalse(self.parser.has_option("-n"))
369 self.assertFalse(self.parser.has_option("--noisy"))
371 self.assertTrue(self.parser.has_option("-q"))
372 self.assertTrue(self.parser.has_option("--silent"))
    [all...]
test_cfgparser.py 111 self.assertFalse(cf.has_option('Foo Bar', 'foo'),
135 self.assertTrue(cf.has_option("a", "b"))
139 cf.has_option("A", opt),
140 "has_option() returned false for option which should exist")
155 self.assertTrue(cf.has_option("section", "Key"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 357 self.assertTrue(self.parser.has_option("-v"))
358 self.assertTrue(self.parser.has_option("--verbose"))
366 self.assertFalse(self.parser.has_option("-v"))
367 self.assertFalse(self.parser.has_option("--verbose"))
368 self.assertFalse(self.parser.has_option("-n"))
369 self.assertFalse(self.parser.has_option("--noisy"))
371 self.assertTrue(self.parser.has_option("-q"))
372 self.assertTrue(self.parser.has_option("--silent"))
    [all...]
test_cfgparser.py 111 self.assertFalse(cf.has_option('Foo Bar', 'foo'),
135 self.assertTrue(cf.has_option("a", "b"))
139 cf.has_option("A", opt),
140 "has_option() returned false for option which should exist")
155 self.assertTrue(cf.has_option("section", "Key"))
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 449 if not parser.has_option(section, 'type'):
  /external/qemu/qapi-auto-generated/
qmp-commands.h 203 CommandLineOptionInfoList * qmp_query_command_line_options(bool has_option, const char * option, Error **errp);
qmp-marshal.c 4100 bool has_option = false; local
    [all...]
  /external/chromium_org/tools/valgrind/
valgrind_test.py 130 if self._parser.has_option(arg.split("=")[0]):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 39 has_option(section, option)
376 def has_option(self, section, option): member in class:RawConfigParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 39 has_option(section, option)
376 def has_option(self, section, option): member in class:RawConfigParser
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py     [all...]

Completed in 2345 milliseconds