- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for loadLines (0.04 sec)
-
android/guava/src/com/google/common/util/concurrent/ServiceManager.java
if (!stopwatch.isRunning() && !(service instanceof NoOpService)) { loadTimes.add(Maps.immutableEntry(service, stopwatch.elapsed(MILLISECONDS))); } } } finally { monitor.leave(); } sort(loadTimes, Ordering.natural().onResultOf(Entry::getValue)); return ImmutableMap.copyOf(loadTimes); } /** * Updates the state with the given service transition.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 33.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/DfsImpl.java
log.debug("Removing expired " + links.map); } roots.remove(root); links = null; } if (links == null) { log.trace("Loadings roots"); final String refServerName = domain; dr = fetchRootReferral(tf, domain, root, refServerName); links = cacheRootReferral(tf, domain, root, roots, dr, links);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 29.7K bytes - Viewed (0)