Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 60 for flive (0.12 sec)

  1. src/net/http/transport_test.go

    	defer d.mu.Unlock()
    	d.total++
    	d.live++
    
    	runtime.SetFinalizer(counted, d.decrement)
    	return counted, nil
    }
    
    func (d *countingDialer) decrement(*countedConn) {
    	d.mu.Lock()
    	defer d.mu.Unlock()
    	d.live--
    }
    
    func (d *countingDialer) Read() (total, live int64) {
    	d.mu.Lock()
    	defer d.mu.Unlock()
    	return d.total, d.live
    }
    
    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. android/guava/src/com/google/common/collect/Maps.java

        if (comparator != null) { // can't use ? : because of javac bug 5080917
          return comparator;
        }
        return (Comparator<E>) Ordering.natural();
      }
    
      /**
       * Returns a live {@link Map} view whose keys are the contents of {@code set} and whose values are
       * computed on demand using {@code function}. To get an immutable <i>copy</i> instead, use {@link
       * #toMap(Iterable, Function)}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Maps.java

        if (comparator != null) { // can't use ? : because of javac bug 5080917
          return comparator;
        }
        return (Comparator<E>) Ordering.natural();
      }
    
      /**
       * Returns a live {@link Map} view whose keys are the contents of {@code set} and whose values are
       * computed on demand using {@code function}. To get an immutable <i>copy</i> instead, use {@link
       * #toMap(Iterable, Function)}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  4. src/reflect/value.go

    				fl := flagIndir | flag(tv.Kind())
    				ret[i] = Value{tv, add(stackArgs, st.stkOff, "tv.Size() != 0"), fl}
    				// Note: this does introduce false sharing between results -
    				// if any result is live, they are all live.
    				// (And the space for the args is live as well, but as we've
    				// cleared that space it isn't as big a deal.)
    				continue
    			}
    
    			// Handle pointers passed in registers.
    			if !tv.IfaceIndir() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. src/net/http/server.go

    	}
    
    	// If this was an HTTP/1.0 request with keep-alive and we sent a
    	// Content-Length back, we can make this a keep-alive response ...
    	if w.wants10KeepAlive && keepAlivesEnabled {
    		sentLength := header.get("Content-Length") != ""
    		if sentLength && header.get("Connection") == "keep-alive" {
    			w.closeAfterReply = false
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    func send304(w ResponseWriter, r *Request) { w.WriteHeader(304) }
    
    // Issue 15647: 204 responses can't have bodies, so HTTP/1.0 keep-alive conns should stay open.
    func TestHTTP10KeepAlive204Response(t *testing.T) {
    	testTCPConnectionStaysOpen(t, "GET / HTTP/1.0\r\nConnection: keep-alive\r\n\r\n", HandlerFunc(send204))
    }
    
    func TestHTTP11KeepAlive204Response(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

              ClosingFuture<V3> future3,
              ClosingFuture<V4> future4) {
        return new Combiner4<>(future1, future2, future3, future4);
      }
    
      /**
       * Starts specifying how to combine five {@link ClosingFuture}s into a single pipeline, assuming
       * they all succeed. If any fail, the resulting pipeline will fail.
       *
       * <p>Calling this method allows you to use lambdas or method references typed with the types of
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"older_adult":                          "\U0001f9d3",
    	"older_man":                            "\U0001f474",
    	"older_woman":                          "\U0001f475",
    	"olive":                                "\U0001fad2",
    	"om":                                   "\U0001f549\ufe0f",
    	"oman":                                 "\U0001f1f4\U0001f1f2",
    	"on":                                   "\U0001f51b",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  9. guava/src/com/google/common/util/concurrent/ClosingFuture.java

              ClosingFuture<V3> future3,
              ClosingFuture<V4> future4) {
        return new Combiner4<>(future1, future2, future3, future4);
      }
    
      /**
       * Starts specifying how to combine five {@link ClosingFuture}s into a single pipeline, assuming
       * they all succeed. If any fail, the resulting pipeline will fail.
       *
       * <p>Calling this method allows you to use lambdas or method references typed with the types of
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    then set SO_KEEPALIVE on the socket to enable TCP Keepalives. properties: interval: description: The time duration between keep-alive probes. type: string probes: description: Maximum number of keepalive probes to send without response before deciding the connection is dead. type: integer time: description: The time duration a connection needs to be idle before keep-alive probes start being sent. type: string type: object type: object type: object loadBalancer: description: Settings controlling the...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top