Home
last modified time | relevance | path

Searched refs:set_info (Results 1 - 7 of 7) sorted by relevance

/third_party/elfio/examples/write_obj/
H A Dwrite_obj.cpp85 sym_sec->set_info( 1 ); in main()
102 rel_sec->set_info( text_sec->get_index() ); in main()
/third_party/elfio/tests/
H A DELFIOTest1.cpp87 sym_sec->set_info( 2 ); in write_obj_i386()
103 rel_sec->set_info( text_sec->get_index() ); in write_obj_i386()
633 sym_sec->set_info( 0 ); in TEST()
750 sym_sec->set_info( 0 ); in TEST()
799 rel_sec->set_info( text_sec->get_index() ); in TEST()
/third_party/elfio/elfio/
H A Delfio_symbols.hpp540 symbol_section->set_info( first_not_local ); in generic_arrange_local_symbols()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.h193 void set_info(nir_shader *nir);
H A Dsfn_shader.cpp438 shader->set_info(nir); in translate_from_nir()
447 void Shader::set_info(nir_shader *nir) in set_info() function in r600::Shader
/third_party/python/Lib/test/
H A Dtest_mailbox.py610 msg.set_info('foo')
641 msg2.set_info('2,S')
1506 # Use get_info() and set_info()
1509 msg.set_info('1,foo=bar')
1511 self.assertRaises(TypeError, lambda: msg.set_info(None))
1521 msg.set_info('1,')
/third_party/python/Lib/
H A Dmailbox.py384 msg.set_info(name.split(self.colon)[-1])
1584 def set_info(self, info): member in MaildirMessage

Completed in 12 milliseconds