Searched refs:MultiplyEachItemInIntegerArray (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/python/test/test_component/ |
H A D | py_test_component.py | 160 def MultiplyEachItemInIntegerArray(self, val, valueArray): member in class:PythonTestComponent 161 # void MultiplyEachItemInIntegerArray(
|
H A D | py_test_component.idl | 109 void MultiplyEachItemInIntegerArray(
|
/vbox/src/libs/xpcom18a4/python/test/test_component/_xpidlgen/ |
H A D | py_test_component.h | 721 /* void MultiplyEachItemInIntegerArray (in PRInt32 val, in PRUint32 count, [array, size_is (count)] inout PRInt32 valueArray); */ 722 NS_IMETHOD MultiplyEachItemInIntegerArray(PRInt32 val, PRUint32 count, PRInt32 **valueArray) = 0; 845 NS_IMETHOD MultiplyEachItemInIntegerArray(PRInt32 val, PRUint32 count, PRInt32 **valueArray); \ 888 NS_IMETHOD MultiplyEachItemInIntegerArray(PRInt32 val, PRUint32 count, PRInt32 **valueArray) { return _to MultiplyEachItemInIntegerArray(val, count, valueArray); } \ 931 NS_IMETHOD MultiplyEachItemInIntegerArray(PRInt32 val, PRUint32 count, PRInt32 **valueArray) { return !_to ? NS_ERROR_NULL_POINTER : _to->MultiplyEachItemInIntegerArray(val, count, valueArray); } \ 1004 /* void MultiplyEachItemInIntegerArray (in PRInt32 val, in PRUint32 count, [array, size_is (count)] inout PRInt32 valueArray); */ 1005 NS_IMETHODIMP nsPythonTestInterfaceExtra::MultiplyEachItemInIntegerArray(PRInt32 val, PRUint32 count, PRInt32 **valueArray)
|
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_test_component.py | 350 test_method(c.MultiplyEachItemInIntegerArray, (3, items,), map(lambda i:i*3, items))
|
Completed in 491 milliseconds