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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error):
271 raise NoSectionError(section)
322 raise NoSectionError(section)
339 raise NoSectionError(section)
388 raise NoSectionError(section)
416 raise NoSectionError(section)
599 raise NoSectionError(section)
634 raise NoSectionError(section)
  /tools/repohooks/rh/
config.py 64 except ConfigParser.NoSectionError:
74 except (ConfigParser.NoSectionError, ConfigParser.NoOptionError):
84 except ConfigParser.NoSectionError:
  /external/autotest/client/bin/
harness_autoserv.py 31 except ConfigParser.NoSectionError:
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 40 from ConfigParser import RawConfigParser, NoOptionError, NoSectionError
42 from configparser import RawConfigParser, NoOptionError, NoSectionError
106 except (NoOptionError, NoSectionError):
201 except (NoOptionError, NoSectionError):
212 except (NoOptionError, NoSectionError):
223 except (NoOptionError, NoSectionError):
238 except (NoOptionError, NoSectionError):
246 except (NoOptionError, NoSectionError):
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 40 from ConfigParser import RawConfigParser, NoOptionError, NoSectionError
42 from configparser import RawConfigParser, NoOptionError, NoSectionError
106 except (NoOptionError, NoSectionError):
201 except (NoOptionError, NoSectionError):
212 except (NoOptionError, NoSectionError):
223 except (NoOptionError, NoSectionError):
238 except (NoOptionError, NoSectionError):
246 except (NoOptionError, NoSectionError):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error):
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
  /prebuilts/gdb/linux-x86/lib/python2.7/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error):
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error):
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error):
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cfgparser.py 117 self.assertRaises(ConfigParser.NoSectionError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
  /external/autotest/site_utils/
deploy_server_local.py 179 except (ConfigParser.NoSectionError, global_config.ConfigError):
196 except (ConfigParser.NoSectionError, global_config.ConfigError):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cfgparser.py 117 self.assertRaises(ConfigParser.NoSectionError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
620 e1 = ConfigParser.NoSectionError('section')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cfgparser.py 117 self.assertRaises(ConfigParser.NoSectionError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
620 e1 = ConfigParser.NoSectionError('section')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 117 self.assertRaises(ConfigParser.NoSectionError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
620 e1 = ConfigParser.NoSectionError('section')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 117 self.assertRaises(ConfigParser.NoSectionError,
192 self.assertRaises(ConfigParser.NoSectionError,
194 self.assertRaises(ConfigParser.NoSectionError,
196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
620 e1 = ConfigParser.NoSectionError('section')
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError

Completed in 4924 milliseconds