Searched refs:do_boolean (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_com_exceptions.py | 50 def do_boolean(self, p1, p2): member in class:PythonFailingComponent 114 self._testit(nsError.NS_ERROR_FAILURE, 0, ob.do_boolean, 0, 0)
|
H A D | test_test_component.py | 265 test_method(c.do_boolean, (0,1), (1,0,1)) 266 test_method(c.do_boolean, (1,0), (1,0,1)) 267 test_method(c.do_boolean, (1,1), (0,1,0))
|
/vbox/src/libs/xpcom18a4/python/tools/ |
H A D | tracer_demo.py | 101 c.do_boolean(0,1)
|
/vbox/src/libs/xpcom18a4/python/test/test_component/ |
H A D | py_test_component.py | 78 def do_boolean(self, p1, p2): member in class:PythonTestComponent 79 # boolean do_boolean(in boolean p1, inout boolean p2, out boolean p3);
|
H A D | py_test_component.idl | 78 boolean do_boolean(in boolean p1, inout boolean p2, out boolean p3);
|
Completed in 190 milliseconds