/external/python/cpython2/Lib/test/ |
D | test_cfgparser.py | 125 cf.add_section("A") 126 cf.add_section("a") 197 cf.add_section("foo") 236 cf.add_section("Foo") 238 cf.add_section, "Foo") 399 cf.add_section('non-string') 430 cf.add_section(s) 473 cf.add_section('non-string') 526 self.assertRaises(ValueError, cf.add_section, "default") 530 self.assertRaises(ValueError, cf.add_section, "DEFAULT") [all …]
|
/external/curl/tests/ |
D | smbserver.py | 62 smb_config.add_section("global") 70 smb_config.add_section("SERVER") 78 smb_config.add_section("TESTS")
|
/external/python/cpython3/Lib/test/ |
D | test_configparser.py | 433 cf.add_section("A") 434 cf.add_section("a") 435 cf.add_section("B") 573 cf.add_section("foo") 613 cf.add_section("Foo") 615 cf.add_section("Foo") 964 self.assertRaises(TypeError, cf.add_section, 123) 968 self.assertRaises(ValueError, cf.add_section, self.default_section) 1058 cf.add_section(s) 1101 cf.add_section('non-string') [all …]
|
/external/autotest/client/common_lib/ |
D | global_config.py | 164 cfgparser.add_section(section) 285 self.config.add_section(section)
|
D | software_manager.py | 442 self.cfgparser.add_section(section_name)
|
/external/yapf/yapf/yapflib/ |
D | style.py | 509 config.add_section('style') 521 config.add_section('style')
|
/external/python/setuptools/setuptools/command/ |
D | setopt.py | 51 opts.add_section(section)
|
/external/autotest/client/common_lib/cros/ |
D | avahi_utils.py | 48 conf.add_section(section)
|
/external/autotest/frontend/afe/ |
D | moblab_rpc_interface.py | 161 existing_shadow.add_section(section) 191 new_shadow.add_section(section) 441 boto_config.add_section('Credentials')
|
/external/autotest/client/bin/ |
D | test_config.py | 89 self.parser.add_section(section)
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config.py | 105 parser.add_section('Foo') 529 conf.defaultCfg['extensions'].add_section('Foobar') 530 conf.defaultCfg['extensions'].add_section('Foobar_cfgBindings')
|
/external/python/cpython3/Lib/ |
D | configparser.py | 648 def add_section(self, section): member in RawConfigParser 741 self.add_section(section) 1200 def add_section(self, section): member in ConfigParser 1205 super().add_section(section)
|
/external/u-boot/tools/patman/ |
D | settings.py | 97 self.add_section(project_settings)
|
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 81 self.add_section(section) 116 self.add_section(section)
|
D | configDialog.py | 1135 idleConf.userCfg['keys'].add_section(keySetName) 1147 idleConf.userCfg['highlight'].add_section(themeName)
|
/external/python/cpython2/Doc/library/ |
D | configparser.rst | 167 Exception raised if :meth:`add_section` is called with the name of a section 247 .. method:: RawConfigParser.add_section(section) 453 config.add_section('Section1') 521 config.add_section(section2)
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetFile.py | 662 config.add_section(OUTPUT_SECTION) 675 config.add_section(segment_name) 716 config.add_section(LIBRARY_SECTION)
|
D | JetUtils.py | 244 config.add_section(section) 307 config.add_section(JetDefs.RECENT_SECTION)
|
/external/clang/tools/scan-view/share/ |
D | ScanView.py | 129 self.config.add_section('ScanView') 131 self.config.add_section(r.getName())
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 98 self.add_section(section) 114 self.add_section(section)
|
D | configdialog.py | 1273 idleConf.userCfg['highlight'].add_section(theme_name) 1719 idleConf.userCfg['keys'].add_section(keyset_name)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | ObjcopyOpts.td | 46 defm add_section : Eq<"add-section">,
|
/external/autotest/tko/parsers/test/ |
D | scenario_base.py | 351 config.add_section(TEST)
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 781 config.add_section('Section1') 937 .. method:: add_section(section) 1192 names, and values via its unsafe ``add_section`` and ``set`` methods, 1201 .. method:: add_section(section) 1241 Exception raised if :meth:`add_section` is called with the name of a section
|
/external/python/cpython2/Lib/ |
D | ConfigParser.py | 253 def add_section(self, section): member in RawConfigParser
|