Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadLines (0.58 sec)

  1. android/guava/src/com/google/common/util/concurrent/ServiceManager.java

          } finally {
            monitor.leave();
          }
          return builder.build();
        }
    
        ImmutableMap<Service, Long> startupTimes() {
          List<Entry<Service, Long>> loadTimes;
          monitor.enter();
          try {
            loadTimes = Lists.newArrayListWithCapacity(startupTimers.size());
            // N.B. There will only be an entry in the map if the service has started
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Dec 13 19:45:20 GMT 2023
    - 30.5K bytes
    - Viewed (0)
Back to top