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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 60 if self.has_section(section):
80 if not self.has_section(section):
107 if self.has_section(section):
122 if not self.has_section(section):
304 if self.defaultCfg['highlight'].has_section(theme):
470 if self.defaultCfg['extensions'].has_section(keysName):
486 if self.defaultCfg['extensions'].has_section(keysName):
505 if self.defaultCfg['extensions'].has_section(bindsName):
configDialog.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 60 if self.has_section(section):
80 if not self.has_section(section):
107 if self.has_section(section):
122 if not self.has_section(section):
304 if self.defaultCfg['highlight'].has_section(theme):
470 if self.defaultCfg['extensions'].has_section(keysName):
486 if self.defaultCfg['extensions'].has_section(keysName):
505 if self.defaultCfg['extensions'].has_section(bindsName):
configDialog.py     [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 262 bool has_section = rel.symInfo()->outSymbol()->hasFragRef(); local
263 if (!has_section)
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 243 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):
JetFile.py 309 if not config.has_section(segment_name):
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 431 if parser.has_section("common"):
  /art/runtime/
oat_file.cc 94 bool has_section = elf_file->GetSectionOffsetAndSize(".rodata", &offset, &size); local
95 CHECK(has_section);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 36 has_section(section)
267 def has_section(self, section): member in class:RawConfigParser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 189 self.assertFalse(cf.has_section("Foo"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 36 has_section(section)
267 def has_section(self, section): member in class:RawConfigParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 189 self.assertFalse(cf.has_section("Foo"),

Completed in 226 milliseconds