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

/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py187 def ReverseStringArray(self, valueArray): member in class:PythonTestComponent
188 # void ReverseStringArray(in PRUint32 count,
H A Dpy_test_component.idl126 void ReverseStringArray(in PRUint32 count,
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h733 /* 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 Dtest_test_component.py365 test_method(c.ReverseStringArray, (items,), expected)

Completed in 734 milliseconds