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

  /external/u-boot/tools/buildman/
bsettings.py 44 except ConfigParser.NoSectionError as e:
  /external/u-boot/tools/patman/
settings.py 115 except (ConfigParser.NoSectionError, ConfigParser.NoOptionError):
138 except ConfigParser.NoSectionError:
146 except ConfigParser.NoSectionError:
301 except ConfigParser.NoSectionError as e:
  /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)
  /external/autotest/client/bin/
harness_autoserv.py 31 except ConfigParser.NoSectionError:
  /external/python/cpython2/Lib/
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)
  /external/python/cpython3/Lib/
configparser.py 151 __all__ = ["NoSectionError", "DuplicateOptionError", "DuplicateSectionError",
180 class NoSectionError(Error):
505 except (KeyError, NoSectionError, NoOptionError):
674 raise NoSectionError(section) from None
781 except NoSectionError:
809 except (NoSectionError, NoOptionError):
    [all...]
  /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/python/cpython2/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")
625 e1 = ConfigParser.NoSectionError('section')
  /external/python/cpython3/Lib/test/
test_configparser.py 138 with self.assertRaises(configparser.NoSectionError):
262 with self.assertRaises(configparser.NoSectionError) as cm:
444 with self.assertRaises(configparser.NoSectionError):
567 with self.assertRaises(configparser.NoSectionError):
569 with self.assertRaises(configparser.NoSectionError):
571 e = self.get_error(cf, configparser.NoSectionError, "foo", "bar")
798 with self.assertRaises(configparser.NoSectionError):
    [all...]
  /external/autotest/site_utils/
deploy_server_local.py 202 except (ConfigParser.NoSectionError, global_config.ConfigError):
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
setup.py 356 except _config_parser.NoSectionError:
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
setup.py 357 except _config_parser.NoSectionError:
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
setup.py 356 except _config_parser.NoSectionError:
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
setup.py 361 except _config_parser.NoSectionError:

Completed in 3705 milliseconds