Home
last modified time | relevance | path

Searched refs:runTask (Results 1 – 10 of 10) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPStackTimerTask.java23 protected abstract void runTask(); in runTask() method in SIPStackTimerTask
29 runTask(); in run()
DSIPServerTransaction.java225 protected void runTask() { in runTask() method in SIPServerTransaction.RetransmissionAlertTimerTask
248 protected void runTask() { in runTask() method in SIPServerTransaction.ProvisionalResponseTask
301 protected void runTask() { in runTask() method in SIPServerTransaction.ListenerExecutionMaxTimer
329 protected void runTask() { in runTask() method in SIPServerTransaction.SendTrying
362 protected void runTask() { in runTask() method in SIPServerTransaction.TransactionTimer
DSIPDialog.java375 protected void runTask() { in runTask() method in SIPDialog.LingerTimer
396 protected void runTask() { in runTask() method in SIPDialog.DialogTimerTask
472 protected void runTask() { in runTask() method in SIPDialog.DialogDeleteTask
490 protected void runTask() { in runTask() method in SIPDialog.DialogDeleteIfNoAckSentTask
DSIPTransaction.java284 protected void runTask() { in runTask() method in SIPTransaction.LingerTimer
DSIPTransactionStack.java375 protected void runTask() { in runTask() method in SIPTransactionStack.PingTimer
406 protected void runTask() { in runTask() method in SIPTransactionStack.RemoveForkedTransactionTimerTask
DSIPClientTransaction.java216 protected void runTask() { in runTask() method in SIPClientTransaction.TransactionTimer
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipeline.java67 protected void runTask() { in runTask() method in Pipeline.MyTimer
/external/opencv3/modules/imgproc/src/
Dfeatureselect.cpp133 if (!k2.runTask(false)) in ocl_goodFeaturesToTrack()
/external/opencv3/modules/core/include/opencv2/core/
Docl.hpp521 bool runTask(bool sync, const Queue& q=Queue());
/external/opencv3/modules/core/src/
Docl.cpp3406 bool Kernel::runTask(bool sync, const Queue& q) in runTask() function in cv::ocl::Kernel