Searched refs:do_unsigned_long (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_com_exceptions.py70 def do_unsigned_long(self, p1, p2): member in class:PythonFailingComponent
119 self._testit(nsError.NS_ERROR_NOT_IMPLEMENTED, 0, ob.do_unsigned_long, 0, 0)
H A Dtest_test_component.py274 test_int_method(c.do_unsigned_long)
276 test_int_method(c.do_unsigned_long)
/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py98 def do_unsigned_long(self, p1, p2): member in class:PythonTestComponent
99 # unsigned long do_unsigned_long(in unsigned long p1, inout unsigned long p2, out unsigned long p3);
H A Dpy_test_component.idl83 unsigned long do_unsigned_long(in unsigned long p1, inout unsigned long p2, out unsigned long p3);

Completed in 634 milliseconds