Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/dspbridge/libbridge/
Dperfutils.c40 INT Result = 0; in getTimeStamp() local
42 Result = gettimeofday(tv, &tz); in getTimeStamp()
43 if (Result != 0) in getTimeStamp()
46 return Result; in getTimeStamp()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3542 template <class T, typename Result>
3543 Result HandleSehExceptionsInMethodIfSupported( in HandleSehExceptionsInMethodIfSupported()
3544 T* object, Result (T::*method)(), const char* location) { in HandleSehExceptionsInMethodIfSupported()
3558 return static_cast<Result>(0); in HandleSehExceptionsInMethodIfSupported()
3569 template <class T, typename Result>
3570 Result HandleExceptionsInMethodIfSupported( in HandleExceptionsInMethodIfSupported()
3571 T* object, Result (T::*method)(), const char* location) { in HandleExceptionsInMethodIfSupported()
3613 return static_cast<Result>(0); in HandleExceptionsInMethodIfSupported()