Searched defs:StopWatch (Results 1 – 5 of 5) sorted by relevance
23 public class StopWatch { class30 private StopWatch(String label) { in StopWatch() method in StopWatch
26 class StopWatch { class36 public StopWatch(String name) { in StopWatch() method in StopWatch
28 public class StopWatch { class35 private StopWatch(String label) { in StopWatch() method in StopWatch
31 StopWatch::StopWatch(const char* name, int clock) : mName(name), mClock(clock) { in StopWatch() function in android::StopWatch
90 StopWatch::StopWatch(std::string text) in StopWatch() function in bluetooth::common::StopWatch