Home
last modified time | relevance | path

Searched refs:AddSection (Results 1 – 6 of 6) 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/node/deps/v8/src/diagnostics/
Dgdb-jit.cc462 size_t AddSection(MachOSection* section) { in AddSection() function in v8::internal::GDBJITInterface::MachO
599 size_t AddSection(ELFSection* section) { in AddSection() function in v8::internal::GDBJITInterface::ELF
996 elf->AddSection(symtab); in CreateSymbolsTable()
997 elf->AddSection(strtab); in CreateSymbolsTable()
1709 obj->AddSection(zone->New<DebugInfoSection>(desc)); in CreateDWARFSections()
1710 obj->AddSection(zone->New<DebugAbbrevSection>(desc)); in CreateDWARFSections()
1711 obj->AddSection(zone->New<DebugLineSection>(desc)); in CreateDWARFSections()
1714 obj->AddSection(zone->New<UnwindInfoSection>(desc)); in CreateDWARFSections()
1809 mach_o.AddSection(zone.New<MachOTextSection>( in CreateELFObject()
1820 size_t text_section_index = elf.AddSection(zone.New<FullHeaderELFSection>( in CreateELFObject()
/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)