Searched refs:do_unsigned_long (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_com_exceptions.py | 70 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 D | test_test_component.py | 274 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 D | py_test_component.py | 98 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 D | py_test_component.idl | 83 unsigned long do_unsigned_long(in unsigned long p1, inout unsigned long p2, out unsigned long p3);
|
Completed in 634 milliseconds