Searched refs:DoubleString (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_test_component.js | 109 c.DoubleString(l, v);
|
H A D | test_test_component.py | 324 test_method(c.DoubleString, (val,), expected)
|
/vbox/src/libs/xpcom18a4/python/test/test_component/ |
H A D | py_test_component.py | 201 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 D | py_test_component.idl | 130 void DoubleString(inout PRUint32 count,
|
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/ |
H A D | py_test_component.h | 736 /* 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