Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestGenerated.cpp230 auto executeInternal = [&model, &isIgnored, &examples, in execute() local
241 executeInternal(dumpFile); in execute()
243 executeInternal(""); in execute()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java1261 executeInternal((Runnable) msg.obj); in handleMessage()
1267 private void executeInternal(Runnable task) { in executeInternal() method in SipService.MyExecutor