Searched refs:AddSection (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
D | test_config.py | 121 parser.AddSection('Foo') 134 parser.AddSection('Foo') 135 parser.AddSection('Foo') 136 parser.AddSection('Bar') 142 parser.AddSection('Foo') 143 parser.AddSection('Bar') 152 parser.AddSection('Foo') 153 parser.AddSection('Bar') 158 parser.AddSection('Bar') 166 parser.AddSection('Foo')
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | section_parser.cc | 128 void SectionParser::AddSection(NodeType section_type, in AddSection() function in amber::vkscript::SectionParser 186 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections() 205 AddSection(current_type, current_shader, current_fmt, section_start, in SplitSections()
|
D | section_parser.h | 71 void AddSection(NodeType section_type,
|
/third_party/python/Lib/idlelib/ |
D | config.py | 110 def AddSection(self, section): member in IdleUserConfParser
|
D | configdialog.py | 1061 idleConf.userCfg['highlight'].AddSection(theme_name) 1507 idleConf.userCfg['keys'].AddSection(keyset_name)
|