Searched refs:DoubleString (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.js109 c.DoubleString(l, v);
H A Dtest_test_component.py324 test_method(c.DoubleString, (val,), expected)
/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py201 def DoubleString(self, val): member in class:PythonTestComponent
202 # void DoubleString(inout PRUint32 count,
231 # DoubleWideString functions are identical to DoubleString, except use wide chars!
H A Dpy_test_component.idl130 void DoubleString(inout PRUint32 count,
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/
H A Dpy_test_component.h736 /* void DoubleString (inout PRUint32 count, [size_is (count)] inout string str); */
737 NS_IMETHOD DoubleString(PRUint32 *count, char **str) = 0;
850 NS_IMETHOD DoubleString(PRUint32 *count, char **str); \
893 NS_IMETHOD DoubleString(PRUint32 *count, char **str) { return _to DoubleString(count, str); } \
936 NS_IMETHOD DoubleString(PRUint32 *count, char **str) { return !_to ? NS_ERROR_NULL_POINTER : _to->DoubleString(count, str); } \
1034 /* void DoubleString (inout PRUint32 count, [size_is (count)] inout string str); */
1035 NS_IMETHODIMP nsPythonTestInterfaceExtra::DoubleString(PRUint32 *count, char **str)

Completed in 1902 milliseconds