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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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")
395 cf.add_section('non-string')
426 cf.add_section(s)
469 cf.add_section('non-string')
522 self.assertRaises(ValueError, cf.add_section, "default")
526 self.assertRaises(ValueError, cf.add_section, "DEFAULT")
    [all...]
  /external/python/cpython2/Lib/test/
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/
smbserver.py 62 smb_config.add_section("global")
70 smb_config.add_section("SERVER")
78 smb_config.add_section("TESTS")
  /external/autotest/client/bin/
test_config.py 89 self.parser.add_section(section)
  /external/autotest/client/common_lib/cros/
avahi_utils.py 48 conf.add_section(section)
  /external/python/setuptools/setuptools/command/
setopt.py 51 opts.add_section(section)
  /external/autotest/client/common_lib/
global_config.py 164 cfgparser.add_section(section)
285 self.config.add_section(section)
software_manager.py 442 self.cfgparser.add_section(section_name)
  /external/python/cpython3/Lib/test/
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")
    [all...]
  /external/yapf/yapf/yapflib/
style.py 509 config.add_section('style')
521 config.add_section('style')
  /external/u-boot/tools/patman/
settings.py 97 self.add_section(project_settings)
  /external/python/cpython2/Lib/idlelib/
configHandler.py 81 self.add_section(section)
116 self.add_section(section)
configDialog.py     [all...]
  /external/autotest/tko/parsers/test/
scenario_base.py 351 config.add_section(TEST)
  /external/python/cpython3/Lib/
configparser.py 648 def add_section(self, section): member in class:RawConfigParser
741 self.add_section(section)
1200 def add_section(self, section): member in class:ConfigParser
    [all...]
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 161 existing_shadow.add_section(section)
191 new_shadow.add_section(section)
441 boto_config.add_section('Credentials')
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_config.py 105 parser.add_section('Foo')
529 conf.defaultCfg['extensions'].add_section('Foobar')
530 conf.defaultCfg['extensions'].add_section('Foobar_cfgBindings')
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 662 config.add_section(OUTPUT_SECTION)
675 config.add_section(segment_name)
716 config.add_section(LIBRARY_SECTION)
    [all...]
JetUtils.py 244 config.add_section(section)
307 config.add_section(JetDefs.RECENT_SECTION)
  /external/clang/tools/scan-view/share/
ScanView.py 129 self.config.add_section('ScanView')
131 self.config.add_section(r.getName())
  /external/python/cpython3/Lib/idlelib/
config.py 98 self.add_section(section)
114 self.add_section(section)
    [all...]
configdialog.py     [all...]
  /frameworks/base/cmds/incidentd/src/
WorkDirectory.cpp 283 report->add_section(section);
296 report->add_section(section);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 245 def add_section(self, section): member in class:RawConfigParser
  /external/python/cpython2/Lib/
ConfigParser.py 253 def add_section(self, section): member in class:RawConfigParser

Completed in 3474 milliseconds