HomeSort by relevance Sort by last modified time
    Searched refs:integrate (Results 1 - 6 of 6) sorted by null

  /frameworks/native/services/surfaceflinger/tests/
Android.mk 29 # to integrate with auto-test framework.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 167 # The function prototype called by 'integrate': double func(double);
170 # The integrate function itself, exposed from the _ctypes_test dll
171 integrate = dll.integrate
172 integrate.argtypes = (c_double, c_double, CALLBACK, c_long)
173 integrate.restype = c_double
178 result = integrate(0.0, 1.0, CALLBACK(func), 10)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 167 # The function prototype called by 'integrate': double func(double);
170 # The integrate function itself, exposed from the _ctypes_test dll
171 integrate = dll.integrate
172 integrate.argtypes = (c_double, c_double, CALLBACK, c_long)
173 integrate.restype = c_double
178 result = integrate(0.0, 1.0, CALLBACK(func), 10)
  /frameworks/native/libs/gui/tests/
Android.mk 46 # to integrate with auto-test framework.
  /external/strace/
strace.spec 365 - integrate patch from Jeff Law to eliminate hang tracing threads
  /external/elfutils/0.153/
elfutils.spec 691 - integrate into official sources

Completed in 195 milliseconds