Searched defs:scheduled (Results 1 – 6 of 6) sorted by relevance
124 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut() local148 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut() local161 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult() local210 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCancelIsCalledBeforeTimeOutButAfterCall_returnsCancel() local232 ConditionVariable scheduled = new ConditionVariable(false); in testExecute_whenTimesOutBeforeCallback_returnsTimeOut() local
34 private HashMap <String, Integer> scheduled; field in OneShotScheduler
232 const std::chrono::system_clock::time_point scheduled; member
686 nsecs_t scheduled; member in android::__anon0ffdf8210111::AnrTimerService::Timer946 const nsecs_t scheduled; member996 void insert(nsecs_t scheduled, timer_id_t id, AnrTimerService *service) { in insert()1008 void remove(nsecs_t scheduled, timer_id_t id) { in remove()
266 val (scheduled, _) = in toString() constant
4728 if (const bool scheduled = transactionFlags & mask; !scheduled) { in setTransactionFlags() local