Home
last modified time | relevance | path

Searched refs:new_section (Results 1 – 6 of 6) sorted by relevance

/third_party/elfio/elfio/
Delfio.hpp375 section* new_section; in create_section() local
379 new_section = new section_impl<Elf64_Shdr>( &convertor ); in create_section()
382 new_section = new section_impl<Elf32_Shdr>( &convertor ); in create_section()
388 new_section->set_index( (Elf_Half)sections_.size() ); in create_section()
389 sections_.push_back( new_section ); in create_section()
391 return new_section; in create_section()
885 section* new_section = parent->create_section(); in add() local
886 new_section->set_name( name ); in add()
892 new_section->set_name_string_offset( pos ); in add()
894 return new_section; in add()
/third_party/boost/libs/regex/performance/
Dtable_helper.cpp333 …std::string new_section = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table… in add_cell() local
336 content.insert(pos + 12, new_section); in add_cell()
338 content += "\n\n[/sections:]\n" + new_section; in add_cell()
/third_party/boost/libs/math/reporting/performance/
Dtable_helper.cpp343 …std::string new_section = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table… in add_cell() local
346 content.insert(pos + 12, new_section); in add_cell()
348 content += "\n\n[/sections:]\n" + new_section; in add_cell()
/third_party/boost/libs/math/reporting/accuracy/
Dhandle_test_result.hpp285 …std::string new_section = "\n[template " + section_id + "[]\n[section:" + section_id + " " + table… in add_cell() local
288 content.insert(pos + 12, new_section); in add_cell()
290 content += "\n\n[/sections:]\n" + new_section; in add_cell()
/third_party/node/tools/
Dtest.py1285 new_section = Section(condition)
1286 sections.append(new_section)
1287 current_section = new_section
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1157 GstMpegtsSection *new_section = in handle_psi() local
1160 (GstMpegtsSCTESIT *) gst_mpegts_section_get_scte_sit (new_section); in handle_psi()
1196 event = gst_event_new_mpegts_section (new_section); in handle_psi()
1197 gst_mpegts_section_unref (new_section); in handle_psi()