Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for loadLines (0.14 sec)

  1. 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");
                String refServerName = domain;
                dr = fetchRootReferral(tf, domain, root, refServerName);
                links = cacheRootReferral(tf, domain, root, roots, dr, links);
            }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:07:29 GMT 2023
    - 29.1K bytes
    - Viewed (0)
  2. 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