/external/guava/guava/src/com/google/common/base/ |
D | Stopwatch.java | 73 public final class Stopwatch { class 85 public static Stopwatch createUnstarted() { in createUnstarted() 86 return new Stopwatch(); in createUnstarted() 95 public static Stopwatch createUnstarted(Ticker ticker) { in createUnstarted() 96 return new Stopwatch(ticker); in createUnstarted() 105 public static Stopwatch createStarted() { in createStarted() 106 return new Stopwatch().start(); in createStarted() 115 public static Stopwatch createStarted(Ticker ticker) { in createStarted() 116 return new Stopwatch(ticker).start(); in createStarted() 127 public Stopwatch() { in Stopwatch() method in Stopwatch [all …]
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
D | Stopwatch.java | 75 public final class Stopwatch { class 87 public static Stopwatch createUnstarted() { in createUnstarted() 88 return new Stopwatch(); in createUnstarted() 97 public static Stopwatch createUnstarted(Ticker ticker) { in createUnstarted() 98 return new Stopwatch(ticker); in createUnstarted() 107 public static Stopwatch createStarted() { in createStarted() 108 return new Stopwatch().start(); in createStarted() 117 public static Stopwatch createStarted(Ticker ticker) { in createStarted() 118 return new Stopwatch(ticker).start(); in createStarted() 129 public Stopwatch() { in Stopwatch() method in Stopwatch [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | StopwatchTest.java | 37 private final Stopwatch stopwatch = new Stopwatch(ticker); 40 Stopwatch startedStopwatch = Stopwatch.createStarted(); in testCreateStarted() 45 Stopwatch unstartedStopwatch = Stopwatch.createUnstarted(); in testCreateUnstarted()
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 20 import com.google.common.base.Stopwatch; 35 Stopwatch s = Stopwatch.createStarted(); in stopwatch()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | StopwatchTest.java | 38 private final Stopwatch stopwatch = new Stopwatch(ticker); 41 Stopwatch startedStopwatch = Stopwatch.createStarted(); in testCreateStarted() 46 Stopwatch unstartedStopwatch = Stopwatch.createUnstarted(); in testCreateUnstarted()
|
D | FinalizableReferenceQueueClassLoaderUnloadingTest.java | 125 Class<?> sepStopwatchC = sepLoader.loadClass(Stopwatch.class.getName()); in useFrqInSeparateLoader()
|
/external/lldb/test/ |
D | lldbbench.py | 5 class Stopwatch(object): class 105 self.stopwatch = Stopwatch()
|
/external/lldb/test/benchmarks/startup/ |
D | TestStartupDelays.py | 17 self.stopwatch2 = Stopwatch() 19 self.stopwatch3 = Stopwatch()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ServiceManager.java | 36 import com.google.common.base.Stopwatch; 423 final Map<Service, Stopwatch> startupTimers = Maps.newIdentityHashMap(); 482 startupTimers.put(service, Stopwatch.createUnstarted()); in ServiceManagerState() 589 for (Entry<Service, Stopwatch> entry : startupTimers.entrySet()) { in startupTimes() 591 Stopwatch stopWatch = entry.getValue(); in startupTimes() 643 Stopwatch stopwatch = startupTimers.get(service); in transitionService()
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ArbitraryInstances.java | 31 import com.google.common.base.Stopwatch; 202 .put(Stopwatch.class, Stopwatch.createUnstarted())
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | ArbitraryInstancesTest.java | 26 import com.google.common.base.Stopwatch; 215 ArbitraryInstances.get(Stopwatch.class).start(); in testGet_misc()
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 31 import com.google.common.base.Stopwatch; 3468 final Stopwatch stopwatch = Stopwatch.createUnstarted(); 4017 Stopwatch stopwatch = Stopwatch.createStarted();
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |