Searched refs:AddSection (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A 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('Fo [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A 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()
|
H A D | section_parser.h | 71 void AddSection(NodeType section_type,
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.cc | 462 size_t AddSection(MachOSection* section) { 599 size_t AddSection(ELFSection* section) { 996 elf->AddSection(symtab); 997 elf->AddSection(strtab); 1709 obj->AddSection(zone->New<DebugInfoSection>(desc)); 1710 obj->AddSection(zone->New<DebugAbbrevSection>(desc)); 1711 obj->AddSection(zone->New<DebugLineSection>(desc)); 1714 obj->AddSection(zone->New<UnwindInfoSection>(desc)); 1809 mach_o.AddSection(zone.New<MachOTextSection>( 1820 size_t text_section_index = elf.AddSection(zon [all...] |
/third_party/python/Lib/idlelib/ |
H A D | config.py | 110 def AddSection(self, section): member in IdleUserConfParser
|
H A D | configdialog.py | 1061 idleConf.userCfg['highlight'].AddSection(theme_name) 1507 idleConf.userCfg['keys'].AddSection(keyset_name)
|
Completed in 9 milliseconds