Home
last modified time | relevance | path

Searched refs:has_section (Results 1 – 24 of 24) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dconfig.py35 def has_section(self, section): member in HandyConfigParser
37 return configparser.RawConfigParser.has_section(self, section)
237 if cp.has_section(section):
248 if cp.has_section('paths'):
254 if cp.has_section(plugin):
/external/autotest/client/bin/
Dtest_config.py88 if not self.parser.has_section(section):
97 if self.parser.has_section(section):
118 if not self.parser.has_section(section):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
D__init__.py59 if not boto.config.has_section(db_section):
61 if boto.config.has_section(db_section):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dconfig.py100 if not config.has_section(section):
106 if not self.has_section(section):
215 if not self.has_section(section):
Dstartup.py56 if not config.has_section('loggers'):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
Dorder.py110 if not self.config.has_section('Credentials'):
114 if not self.config.has_section('Pyami'):
Dserver.py219 if not self._config.has_section("Credentials"):
224 if not self._config.has_section("Pyami"):
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py243 if not config.has_section(section):
255 if config.has_section(section):
288 if config.has_section(JetDefs.RECENT_SECTION):
305 if config.has_section(JetDefs.RECENT_SECTION):
DJetFile.py309 if not config.has_section(segment_name):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
Dserver.py260 if not cfg.has_section('Credentials'):
264 if not cfg.has_section('DB_Server'):
291 if cfg.has_section('EC2'):
/external/autotest/client/common_lib/cros/
Davahi_utils.py47 if not conf.has_section(section):
/external/autotest/server/cros/
Dap_config.py92 if not config.has_section(bss):
/external/chromium-trace/catapult/third_party/gsutil/gslib/
D__main__.py254 if not boto.config.has_section('Boto'):
308 if not boto.config.has_section(opt_section):
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dutil.py201 if not boto.config.has_section(section):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dbs.py111 if not self.sd.has_section('Credentials'):
/external/autotest/client/common_lib/
Dglobal_config.py251 if not self.config.has_section(section):
Dsoftware_manager.py440 if not self.cfgparser.has_section(section_name):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dlaunch_instance69 if not self.has_section('Credentials'):
/external/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py431 if parser.has_section("common"):
/external/autotest/frontend/afe/
Dsite_rpc_interface.py312 if not new_shadow.has_section(section):
/external/autotest/site_utils/suite_scheduler/
Dtask.py155 if not config.has_section(section):
/external/autotest/client/tests/kvm/tests/
Dunattended_install.py143 if not parser.has_section('Defaults'):
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dupload-diffs.py2106 if (config.has_section("miscellany") and
2109 config.has_section("auto-props")):
/external/autotest/client/virt/
Dvirt_utils.py1893 if not config.has_section(basename):