Searched defs:SumArrays (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py312 def SumArrays(self, array1, array2): member in class:PythonTestComponent
313 # void SumArrays(in PRUint32 count, [array, size_is(count)]in array1, [array, size_is(count)]in array2, [retval]result);
315 print "SumArrays - not expecting different lengths!"

Completed in 45 milliseconds