Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mentre (2.12 sec)

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

              return;
            }
          }
          // If all the delegates were complete, no reason for the next listener to have to
          // go through the whole list. Avoids O(n^2) behavior when the entire output list is
          // cancelled.
          delegateIndex = delegates.size();
        }
    
        private void recordCompletion() {
          if (incompleteOutputCount.decrementAndGet() == 0 && wasCancelled) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 59.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

                if ( !exists() ) {
                    throw new SmbException(NtStatus.NT_STATUS_OBJECT_NAME_NOT_FOUND, null);
                }
    
                /*
                 * Should be able to copy an entire share actually
                 */
                if ( this.fileLocator.getShare() == null || dest.getLocator().getShare() == null ) {
                    throw new SmbException("Invalid operation for workgroups or servers");
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
Back to top