Searched refs:attr_name (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py80 def test_attribute(ob, attr_name, expected_init, new_value, new_value_really = None):
82 print "Testing attribute %s" % (attr_name,)
86 _test_value( "getting initial attribute value (%s)" % (attr_name,), getattr(ob, attr_name), expected_init)
87 setattr(ob, attr_name, new_value)
88 _test_value( "getting new attribute value (%s)" % (attr_name,), getattr(ob, attr_name), new_value_really)
90 setattr(ob, attr_name, expected_init)
91 _test_value( "getting back initial attribute value after change (%s)" % (attr_name,), getattr(ob, attr_name), expected_ini
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_util.c415 const char *attr_name; local
419 attr_name = "iid_is";
422 attr_name = "length_is";
425 attr_name = "size_is";
432 referred_name = IDL_tree_property_get(simple_decl, attr_name);
441 attr_name, referred_name, referred_name);
447 attr_name, referred_name);
458 referred_name, attr_name, referred_name,
477 referred_name, attr_name, referred_name,
/vbox/src/libs/xpcom18a4/python/server/
H A Dpolicy.py349 def __init__(self, iid, base_ob, attr_name, converter):
352 self.attr_name = attr_name
359 method = getattr(self.base_ob, self.attr_name)

Completed in 111 milliseconds