Home
last modified time | relevance | path

Searched refs:AddSection (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py121 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/
Dsection_parser.cc128 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()
Dsection_parser.h71 void AddSection(NodeType section_type,
/third_party/python/Lib/idlelib/
Dconfig.py110 def AddSection(self, section): member in IdleUserConfParser
Dconfigdialog.py1061 idleConf.userCfg['highlight'].AddSection(theme_name)
1507 idleConf.userCfg['keys'].AddSection(keyset_name)