Searched defs:taskState (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py94 def taskState(state): function
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DDNSStateTask.java139 // If we have nothing to send, another timer taskState ahead of us has done the job for us. We can cancel.
174 * @return the taskState
181 * @param taskState
182 * the taskState to set
184 protected void setTaskState(DNSState taskState) { argument
185 this._taskState = taskState;

Completed in 101 milliseconds