Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for scouse (0.18 sec)

  1. src/net/http/transport_test.go

    	// httptest.Server.CloseClientConnections because it's
    	// best-effort and stops blocking after 5 seconds. On a loaded
    	// machine running many tests concurrently it's possible for
    	// that method to be async and cause the body3 fetch below to
    	// run on an old connection. This function is synchronous.
    	ExportCloseTransportConnsAbruptly(c.Transport.(*Transport))
    
    	body3 := fetch(3, 5)
    
    	if body1 != body2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

      if [[ "${ENABLE_METADATA_CONCEALMENT:-}" == "true" ]] && [[ ! "${METADATA_CONCEALMENT_NO_FIREWALL:-}" == "true" ]]; then
        echo "Add rule for metadata concealment"
        ip addr add dev lo 169.254.169.252/32 scope host
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/Maps.java

         * expected</i>, but not absolutely required, to have the following properties:
         *
         * <ul>
         *   <li>Its execution does not cause any observable side effects.
         *   <li>The computation is <i>consistent with equals</i>; that is, {@link Objects#equal
         *       Objects.equal}{@code (k1, k2) &&} {@link Objects#equal}{@code (v1, v2)} implies that
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    	// Clear references to pi so that the only way the
    	// garbage collection will find the pointer is in the
    	// argument frame, typed as a *Outer.
    	pi.X.Inner = nil
    
    	// Set up an interface value that will cause a crash.
    	// P1 = 1 is a non-zero, so the interface looks non-nil.
    	// P2 = pi ensures that the data word points into the
    	// allocated heap; if not the collection skips the interface
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top