Searched refs:hc (Results 1 – 3 of 3) sorted by relevance
443 for (HandlerChecker hc : mHandlerCheckers) { in pauseWatchingCurrentThread()444 if (Thread.currentThread().equals(hc.getThread())) { in pauseWatchingCurrentThread()445 hc.pauseLocked(reason); in pauseWatchingCurrentThread()465 for (HandlerChecker hc : mHandlerCheckers) { in resumeWatchingCurrentThread()466 if (Thread.currentThread().equals(hc.getThread())) { in resumeWatchingCurrentThread()467 hc.resumeLocked(reason); in resumeWatchingCurrentThread()488 HandlerChecker hc = mHandlerCheckers.get(i); in evaluateCheckerCompletionLocked() local489 state = Math.max(state, hc.getCompletionStateLocked()); in evaluateCheckerCompletionLocked()497 HandlerChecker hc = mHandlerCheckers.get(i); in getBlockedCheckersLocked() local498 if (hc.isOverdueLocked()) { in getBlockedCheckersLocked()[all …]
65 val hc = String.format("0x%08x", control.hashCode()) in <lambda>() constant66 return ("Control($hc id=${control.controlId}, type=${control.deviceType}, " + in <lambda>()
1436 * g(W_{xc}x_t+W_{hc}h_{t-1}+b_c),\ t_{cell}) & \\1463 * * \f$W_{hc}\f$ is the recurrent-to-cell weight matrix,1570 * * 7: The recurrent-to-cell weights (\f$W_{hc}\f$).