Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Surrey (0.11 sec)

  1. src/main/java/jcifs/smb/SmbTransportImpl.java

                    CommonServerMessageBlockRequest curReq = thisReq;
                    int grantedCredits = 0;
                    // if
                    while ( curReq != null ) {
                        if ( curReq.isResponseAsync() ) {
                            log.trace("Async");
                            break;
                        }
    
                        CommonServerMessageBlockResponse resp = curReq.getResponse();
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/Futures.java

        if (cause instanceof Error) {
          throw new ExecutionError((Error) cause);
        }
        /*
         * It's an Exception. (Or it's a non-Error, non-Exception Throwable. From my survey of such
         * classes, I believe that most users intended to extend Exception, so we'll treat it like an
         * Exception.)
         */
        throw new UncheckedExecutionException(cause);
      }
    
      /*
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/Futures.java

        if (cause instanceof Error) {
          throw new ExecutionError((Error) cause);
        }
        /*
         * It's an Exception. (Or it's a non-Error, non-Exception Throwable. From my survey of such
         * classes, I believe that most users intended to extend Exception, so we'll treat it like an
         * Exception.)
         */
        throw new UncheckedExecutionException(cause);
      }
    
      /*
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/test/test.go

    		// No change to stdout.
    	} else {
    		// If we're only running a single package under test or if parallelism is
    		// set to 1, and if we're displaying all output (testShowPass), we can
    		// hurry the output along, echoing it as soon as it comes in.
    		// We still have to copy to &buf for caching the result. This special
    		// case was introduced in Go 1.5 and is intentionally undocumented:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top