Searched refs:ReverseStringArray (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/test_component/ |
H A D | py_test_component.py | 187 def ReverseStringArray(self, valueArray): member in class:PythonTestComponent 188 # void ReverseStringArray(in PRUint32 count,
|
H A D | py_test_component.idl | 126 void ReverseStringArray(in PRUint32 count,
|
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/ |
H A D | py_test_component.h | 733 /* void ReverseStringArray (in PRUint32 count, [array, size_is (count)] inout string valueArray); */ 734 NS_IMETHOD ReverseStringArray(PRUint32 count, char ***valueArray) = 0; 849 NS_IMETHOD ReverseStringArray(PRUint32 count, char ***valueArray); \ 892 NS_IMETHOD ReverseStringArray(PRUint32 count, char ***valueArray) { return _to ReverseStringArray(count, valueArray); } \ 935 NS_IMETHOD ReverseStringArray(PRUint32 count, char ***valueArray) { return !_to ? NS_ERROR_NULL_POINTER : _to->ReverseStringArray(count, valueArray); } \ 1028 /* void ReverseStringArray (in PRUint32 count, [array, size_is (count)] inout string valueArray); */ 1029 NS_IMETHODIMP nsPythonTestInterfaceExtra::ReverseStringArray(PRUint32 count, char ***valueArray)
|
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_test_component.py | 365 test_method(c.ReverseStringArray, (items,), expected)
|
Completed in 734 milliseconds